Skip to content

Commit

Permalink
latest javafx-plugin and minifx-fxml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacalia committed May 11, 2021
1 parent 8097616 commit b26e217
Show file tree
Hide file tree
Showing 3 changed files with 3 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
2 changes: 1 addition & 1 deletion 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.7'
classpath 'org.openjfx:javafx-plugin:0.0.10'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ commonsLang3Version=3.9
springVersion=5.2.9.RELEASE
springBootVersion=2.2.10.RELEASE

minifxFxmlVersion=2.0.1
minifxFxmlVersion=2.1.0

0 comments on commit b26e217

Please sign in to comment.