fix launchtesting not found on runClient
This commit is contained in:
+2
-2
@@ -78,7 +78,7 @@ minecraft {
|
|||||||
runs {
|
runs {
|
||||||
client {
|
client {
|
||||||
workingDirectory project.file('run')
|
workingDirectory project.file('run')
|
||||||
source sourceSets.main
|
source sourceSets.launch
|
||||||
|
|
||||||
main 'baritone.launch.LaunchTesting'
|
main 'baritone.launch.LaunchTesting'
|
||||||
|
|
||||||
@@ -91,7 +91,7 @@ minecraft {
|
|||||||
|
|
||||||
autoTest {
|
autoTest {
|
||||||
workingDirectory project.file('autotest')
|
workingDirectory project.file('autotest')
|
||||||
source sourceSets.main
|
source sourceSets.launch
|
||||||
|
|
||||||
main 'baritone.launch.LaunchTesting'
|
main 'baritone.launch.LaunchTesting'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user