Skip to content

Commit

Permalink
Update progurad version for compatibility with JDK 21 (#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone authored Sep 21, 2023
1 parent 4495544 commit 8e3d846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/IceGridGUI/proguard-jar.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath "com.guardsquare:proguard-gradle:7.3.1"
classpath "com.guardsquare:proguard-gradle:7.4.0-beta02"
}
}

Expand Down

0 comments on commit 8e3d846

Please sign in to comment.