Skip to content

Commit

Permalink
Add SwitchBootstraps to known Indy Bsm's
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed May 4, 2024
1 parent 6759532 commit cdca69b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'com.github.johnrengelman.shadow' version '8.1.1'
}

version = '0.10.2'
version = '0.10.3'

def ENV = System.getenv()
version = version + (ENV.GITHUB_ACTIONS ? "" : "+local")
Expand Down
1 change: 1 addition & 0 deletions src/main/java/net/fabricmc/tinyremapper/TinyRemapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ private TinyRemapper(Collection<IMappingProvider> mappingProviders, boolean igno

this.knownIndyBsm.add("java/lang/invoke/StringConcatFactory");
this.knownIndyBsm.add("java/lang/runtime/ObjectMethods");
this.knownIndyBsm.add("java/lang/runtime/SwitchBootstraps");
}

public static Builder newRemapper() {
Expand Down

0 comments on commit cdca69b

Please sign in to comment.