May fix duplicates in dev jars on Jenkins. Or break everything.

This commit is contained in:
Florian Nücke 2015-01-23 20:42:13 +01:00
parent 6156ccc1ef
commit 603f23a0fb

View File

@ -17,6 +17,7 @@ buildscript {
apply plugin: 'scala'
apply plugin: 'forge'
apply plugin: 'idea'
apply plugin: 'maven-publish'
file "build.properties" withReader {
@ -285,8 +286,8 @@ publishing {
}
// this is needed for IntelliJ so we don't have to copy over the assets manually every time
sourceSets {
main {
output.resourcesDir = output.classesDir
idea {
module {
outputDir = file('build/classes/main')
}
}