mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 19:56:17 -04:00
May fix duplicates in dev jars on Jenkins. Or break everything.
This commit is contained in:
parent
6156ccc1ef
commit
603f23a0fb
@ -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')
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user