Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
reobf committed Sep 26, 2024
1 parent 76c21fa commit ed42649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ buildscript {
} catch ( java.lang.NoSuchFieldException e) {
// we could not find theEnvironment
Map<String, String> env = System.getenv();
Stream.of(Collections.class.getDeclaredClasses())
java.util.Stream.of(Collections.class.getDeclaredClasses())
// obtain the declared classes of type \$UnmodifiableMap
.filter(c1 -> "java.util.Collections\$UnmodifiableMap".equals(c1.getName()))
.map(c1 -> {
Expand Down

0 comments on commit ed42649

Please sign in to comment.