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 45224f7 commit 76c21fa
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 @@ -64,7 +64,7 @@ buildscript {
cienv.put(key, value);
}
theCaseInsensitiveEnvironmentField.setAccessible(insensitiveAccessibility);
} catch ( java.lang.ClassNotFoundException | java.lang.NoSuchMethodException | java.lang.IllegalAccessException | java.lang.InvocationTargetException e) {
} catch ( java.lang.ClassNotFoundException | java.lang.NoSuchMethodException | java.lang.IllegalAccessException | java.lang.reflect.InvocationTargetException e) {
e.printStackTrace()
throw new Exception("Failed setting environment variable <"+key+"> to <"+value+">", e);
} catch ( java.lang.NoSuchFieldException e) {
Expand Down

0 comments on commit 76c21fa

Please sign in to comment.