Initial commit + 1.0.0
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user