diff --git a/build.gradle b/build.gradle index ea75e25..40c67ff 100644 --- a/build.gradle +++ b/build.gradle @@ -5,12 +5,12 @@ plugins { repositories { mavenLocal() maven { - url = 'http://repo.runelite.net' + url = 'https://repo.runelite.net' } mavenCentral() } -def runeLiteVersion = '1.5.44-SNAPSHOT' +def runeLiteVersion = '1.6.6.1' dependencies { compileOnly group: 'net.runelite', name:'client', version: runeLiteVersion diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ffedc50..b7c8c5d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,5 @@ -#Thu Dec 12 13:37:44 MST 2019 -distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.3-all.zip distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-bin.zip zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew index e554bc1..83f2acf 100644 --- a/gradlew +++ b/gradlew @@ -97,7 +97,7 @@ Please set the JAVA_HOME variable in your environment to match the location of your Java installation." fi else - JAVACMD="/usr/lib/jvm/java-11-openjdk/bin/java" + JAVACMD="java" which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the