mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-19 12:17:17 -04:00
classes *and* sources in api jar, since IDEs sometimes seem to not recognize the sources
This commit is contained in:
parent
a6d46afecb
commit
93d1fb2b71
@ -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/**'
|
||||
|
Loading…
x
Reference in New Issue
Block a user