Skip to content

Commit

Permalink
fix(deps): downgrade Javafx version (#650)
Browse files Browse the repository at this point in the history
* fix(deps): revert "fix(deps): update javafx to v20"

This reverts commit c23c5d6.
This is necessary because javafx 20+ is not compatible with java11

* chore(deps): configure renovate to avoid updating javafx
  • Loading branch information
gciatto authored Mar 22, 2024
1 parent 804e579 commit b743615
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jackson = "2.16.1"
orchid = "0.21.1"
antlr = "4.13.1"
kotlinx-coroutines = "1.6.4"
javafx = "20.0.2"
javafx = "19.0.2.1"
npm-yaml = "1.10.0" # yaml
npm-tuprolog-parserUtils = "0.4.1" # @tuprolog/parser-utils
npm-syncRequest = "6.1.0" # sync-request
Expand Down
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
{
"matchPackageNames": ["net.sourceforge.plantuml:plantuml"],
"allowedVersions": "/^1\\./"
},
{
"matchPackagePatterns": ["^org\\.openjfx:javafx-"],
"allowedVersions": "/^1\\./"
}
],
"prConcurrentLimit": 25,
Expand Down

0 comments on commit b743615

Please sign in to comment.