Update build.gradle
This commit is contained in:
@@ -10,7 +10,7 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
def runeLiteVersion = '1.8.27'
|
def runeLiteVersion = 'latest.release'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly group: 'net.runelite', name:'client', version: runeLiteVersion
|
compileOnly group: 'net.runelite', name:'client', version: runeLiteVersion
|
||||||
@@ -24,9 +24,9 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = 'com.toofifty'
|
group = 'com.toofifty'
|
||||||
version = '1.0.5'
|
version = '1.0.6'
|
||||||
sourceCompatibility = '1.8'
|
|
||||||
|
|
||||||
tasks.withType(JavaCompile) {
|
tasks.withType(JavaCompile) {
|
||||||
options.encoding = 'UTF-8'
|
options.encoding = 'UTF-8'
|
||||||
|
options.release.set(11)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user