Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v6' into v6
Browse files Browse the repository at this point in the history
  • Loading branch information
buthed010203 committed Nov 20, 2021
2 parents d3930d3 + cf1f7bf commit ce35db8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/mindustry/mod/Scripts.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class Scripts implements Disposable{
private static final Seq<String> blacklist = Seq.with(".net.", "java.net", "files", "reflect", "javax", "rhino", "file", "channels", "jdk",
"runtime", "util.os", "rmi", "security", "org.", "sun.", "beans", "sql", "http", "exec", "compiler", "process", "system",
".awt", "socket", "classloader", "oracle", "invoke", "java.util.function", "java.util.stream", "org.", "mod.classmap");
private static final Seq<String> whitelist = Seq.with("mindustry.net", "netserver", "netclient", "com.sun.proxy.$proxy", "jdk.proxy1", "mindustry.gen.",
private static final Seq<String> whitelist = Seq.with("mindustry.net", "netserver", "netclient", "com.sun.proxy.$proxy", "jdk.proxy1", "jdk.proxy2", "mindustry.gen.",
"mindustry.logic.", "mindustry.async.", "saveio", "systemcursor", "filetreeinitevent", "com.github.blahblahbloopster.");

private final Context context;
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if (new File(settingsDir, 'local.properties').exists()) {

if (System.getenv("JITPACK") == "true") hasSdk = false

if (hasSdk && false) {
if (hasSdk) {
include 'android'
} else {
println("No Android SDK found. Skipping Android module.")
Expand Down

0 comments on commit ce35db8

Please sign in to comment.