Fixes integration bug for Resources between Gradle and IntelliJ, does not affect Eclipse

This commit is contained in:
thatsIch 2015-04-05 15:25:26 +02:00
parent 9790d9fd93
commit 8042dbb3db

View file

@ -103,6 +103,9 @@ sourceSets {
"assets/appliedenergistics2/textures/models/*",
"assets/appliedenergistics2/textures/items/*"
}
// IntelliJ and Gradle interaction bug
output.resourcesDir = output.classesDir
}
}