Initial commit + 1.0.0

This commit is contained in:
Toofifty
2022-06-09 01:26:44 +10:00
parent 10ff406a1a
commit 714b8a0dd8
15 changed files with 483 additions and 97 deletions

View File

@@ -10,7 +10,7 @@ repositories {
mavenCentral()
}
def runeLiteVersion = '1.8.11'
def runeLiteVersion = '1.8.22-SNAPSHOT'
dependencies {
compileOnly group: 'net.runelite', name:'client', version: runeLiteVersion
@@ -23,8 +23,8 @@ dependencies {
testImplementation group: 'net.runelite', name:'jshell', version: runeLiteVersion
}
group = 'com.example'
version = '1.0-SNAPSHOT'
group = 'com.toofifty'
version = '1.0.0'
sourceCompatibility = '1.8'
tasks.withType(JavaCompile) {