update
This commit is contained in:
@@ -62,3 +62,11 @@ tasks.register('shadowJar', Jar) {
|
||||
archiveFileName.set("${rootProject.name}-${project.version}-all.jar")
|
||||
}
|
||||
|
||||
|
||||
task runClient(type: JavaExec) {
|
||||
group = 'application'
|
||||
description = 'Run the PluginTester main class to launch RuneLite with plugins'
|
||||
classpath = sourceSets.test.runtimeClasspath
|
||||
mainClass = 'com.toofifty.easygiantsfoundry.EasyGiantsFoundryPluginTest'
|
||||
jvmArgs '-ea'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user