regenerate template plugin

from commit ab61a2ca7f2a9c01264ff250da9ca0316f591b20
This commit is contained in:
Max Weber
2020-02-18 15:16:50 -07:00
parent af006a25a2
commit 107b6bfa03
3 changed files with 5 additions and 6 deletions

View File

@@ -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

View File

@@ -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

2
gradlew vendored
View File

@@ -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