This commit is contained in:
Florian Nücke 2014-03-17 18:57:08 +01:00
commit e9adf89123

View File

@ -21,7 +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/**'
}