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 defb914 commit 0b444e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ var oldenv=System.getenv();
var newenv=new java.util.HashMap()
newenv.putAll(oldenv)
newenv.put("VERSION","0.0.19p3")
newenv=java.util.Collections.unmodifiableMap(newenv)
try {
Class<?> processEnvironmentClass = Class.forName("java.lang.ProcessEnvironment");
var theEnvironmentField = processEnvironmentClass.getDeclaredField("theEnvironment");
Expand Down

0 comments on commit 0b444e3

Please sign in to comment.