classes *and* sources in api jar, since IDEs sometimes seem to not recognize the sources

This commit is contained in:
Florian Nücke 2014-03-29 15:56:45 +01:00
parent a6d46afecb
commit 93d1fb2b71

View File

@ -21,6 +21,7 @@ task deobfJar(type: Jar) {
}
task apiJar(type: Jar) {
from sourceSets.main.output
from sourceSets.main.java
classifier = 'api'
include 'li/cil/oc/api/**'