Skip to content

Commit

Permalink
compiles again
Browse files Browse the repository at this point in the history
  • Loading branch information
kaeaton committed Jan 17, 2024
1 parent 4f7b8fc commit 7c260f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {

// JavaFX module to include
javafx {
version = "17"
version = "20"
modules = mutableListOf("javafx.controls", "javafx.fxml", "javafx.graphics", "javafx.swing")
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/org/b12x/gfe/main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fun main() {

/* Prefs Reset */
// PrefsCore.nuclearOption()
// println(PrefsGfeSearch.currentGfeSearchLocusHla)
println(PrefsGfeSearch.currentGfeSearchLocusHla)

/* Internet Access */
val internetAccess = InternetAccess()
Expand Down

0 comments on commit 7c260f2

Please sign in to comment.