fix launchtesting not found on runClient

This commit is contained in:
Leijurv
2019-03-15 14:00:11 -07:00
parent 449b44ba50
commit e4a49c5529

View File

@@ -78,7 +78,7 @@ minecraft {
runs {
client {
workingDirectory project.file('run')
source sourceSets.main
source sourceSets.launch
main 'baritone.launch.LaunchTesting'
@@ -91,7 +91,7 @@ minecraft {
autoTest {
workingDirectory project.file('autotest')
source sourceSets.main
source sourceSets.launch
main 'baritone.launch.LaunchTesting'