Skip to content

Commit

Permalink
Temporarily bump to Java 23 for JavaFX
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Dec 9, 2024
1 parent cb8df1a commit f6543ec
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
3 changes: 1 addition & 2 deletions ant/ivy-deps.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jettison.version=1.5.4
jssc.version=2.9.6
jaiimageio.version=1.4.0
icu4j.version=76.1
javafx.version=19.0.2.1
javafx.monocle=true
javafx.version=24-headless+0-2024-12-02-101029

# General configuration
ivy.report.todir=${basedir}/reports
12 changes: 12 additions & 0 deletions ant/ivy-settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<ivysettings>
<settings defaultResolver="gluonhq-chain"/>
<resolvers>
<ibiblio name="maven" m2compatible="true" root="http://mvnrepository.com/artifact/"/>
<ibiblio name="gluonhq" m2compatible="true" root="https://nexus.gluonhq.com/nexus/content/repositories/releases/"/>
<chain name="gluonhq-chain">
<resolver ref="maven"/>
<resolver ref="gluonhq"/>
</chain>
</resolvers>
</ivysettings>
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
</target>

<target name="ivy-deps" depends="platform-detect,clean-ivy-cache">
<ivy:settings file="ant/ivy-settings.xml"/>
<ivy:resolve file="ant/ivy.xml"/>
<ivy:report/>
<ivy:retrieve pattern="${ivy.lib.dir}/[artifact]-[revision](-[classifier]).[ext]" sync="true"/>
Expand Down

0 comments on commit f6543ec

Please sign in to comment.