Skip to content

Commit

Permalink
Rollback ice adapter to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed May 31, 2024
1 parent 521378e commit 5e27dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ tasks.register('buildInstall4jMediaFiles', Install4jTask) {

tasks.register('downloadIceAdapter', Download) {
group "native dependencies"
src "https://github.com/FAForever/java-ice-adapter/releases/download/${iceAdapterVersion}/faf-ice-adapter-${iceAdapterVersion}-nojfx.jar"
src "https://github.com/FAForever/java-ice-adapter/releases/download/${iceAdapterVersion}/faf-ice-adapter.jar"
dest file("${buildDir}/resources/native/faf-ice-adapter.jar")
onlyIfNewer true
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=unspecified
javafxPlatform=unspecified
iceAdapterVersion=v3.3.8
iceAdapterVersion=v2.4.1

0 comments on commit 5e27dbb

Please sign in to comment.