Corrects srcDir property
Please validate this change doesn't impact other workspaces. I validated 'gradle build' and 'gradle idea' In the IDEA workspace, the "Source Root" directory was incorrectly directed to common/buildcraft. This had to be changed to common in the IDEA workspace.
This commit is contained in:
parent
aa65b484ac
commit
9aed7e7cba
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ minecraft {
|
|||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
srcDir 'common/buildcraft'
|
||||
srcDir 'common'
|
||||
// exclude 'some exclusion'
|
||||
// include 'some inclusion'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue