Merge pull request #1209 from thatsIch/b-integration-with-gradle
Fixes integration bug for Resources between Gradle and IntelliJ, does not affect Eclipse
This commit is contained in:
commit
5ecd68d5b6
1 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,9 @@ sourceSets {
|
|||
"assets/appliedenergistics2/textures/models/*",
|
||||
"assets/appliedenergistics2/textures/items/*"
|
||||
}
|
||||
|
||||
// IntelliJ and Gradle interaction bug
|
||||
output.resourcesDir = output.classesDir
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue