mirror of
https://github.com/runelite/example-plugin.git
synced 2025-12-23 22:38:00 -05:00
regenerate template plugin
from commit e4427dcc901ec5a04ea4b55b00ca07048496b98c
This commit is contained in:
@@ -10,7 +10,7 @@ repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
def runeLiteVersion = '1.6.26.1'
|
||||
def runeLiteVersion = '1.6.35'
|
||||
|
||||
dependencies {
|
||||
compileOnly group: 'net.runelite', name:'client', version: runeLiteVersion
|
||||
@@ -19,10 +19,7 @@ dependencies {
|
||||
annotationProcessor 'org.projectlombok:lombok:1.18.4'
|
||||
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'org.slf4j:slf4j-simple:1.7.12'
|
||||
testImplementation group: 'net.runelite', name:'client', version: runeLiteVersion, {
|
||||
exclude group: 'ch.qos.logback', module: 'logback-classic'
|
||||
}
|
||||
testImplementation group: 'net.runelite', name:'client', version: runeLiteVersion
|
||||
}
|
||||
|
||||
group = 'com.example'
|
||||
|
||||
Reference in New Issue
Block a user