Skip to content

Commit be2ccd8

Browse files
committed
Set idea.module.inheritOutputDirs for SpongeAPI
1 parent cd3018e commit be2ccd8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ dependencies {
6868
compile 'org.ow2.asm:asm:5.0.3'
6969
}
7070

71+
idea {
72+
module {
73+
inheritOutputDirs = true
74+
}
75+
}
76+
7177
// JAR manifest configuration
7278
jar {
7379
from sourceSets.ap.output

0 commit comments

Comments
 (0)