Skip to content

Commit

Permalink
latest javafx-plugin and fixed javafx version to 11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacalia committed May 11, 2021
1 parent 9fdb06e commit 450e12d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ script:
before_deploy:
- ./gradlew generateLicenseReport
- ./gradlew javadoc
- ./gradlew dependencies
- echo $SIGNING_KEY_SECRING_BASE64 | base64 --decode > ./signing.key.secring
- export SIGNING_KEY_PATH=./signing.key.secring
- mkdir -p projectpage
Expand Down
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
dependencies {
classpath 'com.github.jk1:gradle-license-report:1.5'
classpath 'io.github.gradle-nexus:publish-plugin:1.0.0'
classpath 'org.openjfx:javafx-plugin:0.0.9'
classpath 'org.openjfx:javafx-plugin:0.0.10'
}
}

Expand Down Expand Up @@ -115,7 +115,8 @@ idea {
}

javafx {
modules = ['javafx.fxml', 'javafx.controls']
version = "11.0.2"
modules = ['javafx.controls', 'javafx.fxml']
}

if (!project['CERN_VM']) {
Expand Down

0 comments on commit 450e12d

Please sign in to comment.