Skip to content

Commit

Permalink
Update vineflower to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Apr 19, 2024
1 parent 5bc37e8 commit 7e1bc1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ reactfx = { strictly = "2.0-M5" } # won't get updates, dead
regex = "0.1.15"
richtextfx = "0.11.2"
treemapfx = "1.1.0"
vineflower = "1.9.3"
vineflower = "1.10.1"
wordwrap = "0.1.12"
benmanes-versions = "0.42.0"
gradle-coverage-report-aggregator = "1.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class VineflowerDecompiler extends AbstractJvmDecompiler {
@Inject
public VineflowerDecompiler(@Nonnull VineflowerConfig config) {
// Change this version to be dynamic when / if the Vineflower authors make a function that returns the version...
super(NAME, "1.9.3", config);
super(NAME, "1.10.1", config);
this.config = config;
logger = new VineflowerLogger(config);
}
Expand Down
1 change: 1 addition & 0 deletions recaf-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ shadowJar {
exclude "META-INF/maven/**"
exclude "META-INF/rewrite/**"
exclude "META-INF/proguard/*"
exclude "META-INF/plugins/*"
exclude "META-INF/native-image/*"
exclude "META-INF/*.properties"

Expand Down

0 comments on commit 7e1bc1f

Please sign in to comment.