great
This commit is contained in:
@@ -40,7 +40,7 @@ tasks.register('shadowJar', Jar) {
|
||||
dependsOn configurations.testRuntimeClasspath
|
||||
manifest {
|
||||
attributes('Main-Class':
|
||||
'ee.futur.easygiantsfoundry.EasyGiantsFoundryPluginTest',
|
||||
'ee.futur.K4rliPluginsTest',
|
||||
'Multi-Release': true)
|
||||
}
|
||||
|
||||
@@ -69,6 +69,6 @@ task runClient(type: JavaExec) {
|
||||
group = 'application'
|
||||
description = 'Run the PluginTester main class to launch RuneLite with plugins'
|
||||
classpath = sourceSets.test.runtimeClasspath
|
||||
mainClass = 'ee.futur.easygiantsfoundry.EasyGiantsFoundryPluginTest'
|
||||
mainClass = 'ee.futur.K4rliPluginsTest'
|
||||
jvmArgs '-ea'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user