Skip to content

Commit

Permalink
fix deprecate JavaFX plugin:
Browse files Browse the repository at this point in the history
  • Loading branch information
SchweinchenFuntik committed May 3, 2021
1 parent 7f760ec commit 1ef2915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "no.tornado"
version = "1.7.20-1"
version = "1.7.20.1"

val publishUsername: String by rootProject.extra
val publishPassword: String by rootProject.extra
Expand All @@ -22,7 +22,7 @@ repositories {
intellij {
version = "2021.1.1"
//updateSinceUntilBuild = false
setPlugins("java", "properties", "Kotlin")
setPlugins("java", "properties", "Kotlin", "com.intellij.javafx:1.0.3")
}

tasks {
Expand Down

0 comments on commit 1ef2915

Please sign in to comment.