Skip to content

Commit

Permalink
⬇️ openjfx 17.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 committed Dec 17, 2024
1 parent 70e6d26 commit 8375159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scs2-session-visualizer-jfx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mainDependencies {
api("us.ihmc:scs2-session-logger:source")
api("us.ihmc:scs2-session-visualizer:source")

var javaFXVersion = "17.0.9"
var javaFXVersion = "17.0.8"
api(ihmc.javaFXModule("base", javaFXVersion))
api(ihmc.javaFXModule("controls", javaFXVersion))
api(ihmc.javaFXModule("graphics", javaFXVersion))
Expand Down
2 changes: 1 addition & 1 deletion scs2-session-visualizer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ihmc {
mainDependencies {
api("us.ihmc:scs2-definition:source")

var javaFXVersion = "17.0.9"
var javaFXVersion = "17.0.8"
api(ihmc.javaFXModule("base", javaFXVersion)) // This is for using the property data structure. Not sure if that's the best thing to do.
}

Expand Down

0 comments on commit 8375159

Please sign in to comment.