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:
thatsIch
2015-04-05 20:18:03 +02:00
+3
View File
@@ -103,6 +103,9 @@ sourceSets {
"assets/appliedenergistics2/textures/models/*",
"assets/appliedenergistics2/textures/items/*"
}
// IntelliJ and Gradle interaction bug
output.resourcesDir = output.classesDir
}
}