Skip to content

Commit

Permalink
#212: fixes url in env module for downloading openjfx version
Browse files Browse the repository at this point in the history
  • Loading branch information
rladstaetter committed Apr 11, 2024
1 parent c15a64b commit 933e2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>pom</packaging>
<description>Downloads and provides openjfx sdk (needed for intellij run configurations)</description>
<properties>
<openjfx.sdk.download.url>https://download2.gluonhq.com/openjfx/21.0.1/openjfx-${openjfx.version}_${openjfx.os.prefix}-${os.arch}_bin-sdk.zip</openjfx.sdk.download.url>
<openjfx.sdk.download.url>https://download2.gluonhq.com/openjfx/22/openjfx-${openjfx.version}_${openjfx.os.prefix}-${os.arch}_bin-sdk.zip</openjfx.sdk.download.url>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 933e2cd

Please sign in to comment.