Gradle Source Set Changes (#2588)

Introduced separate source sets for "api" and "apis" (in preparation for source only 3rd party APIs).
This commit is contained in:
shartte
2016-11-06 21:55:58 +01:00
committed by GitHub
parent 77bb28ded6
commit d75cdc9696
2 changed files with 10 additions and 20 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ task apiJar(type: Jar) {
from sourceSets.api.java
include "appeng/api/**"
from sourceSets.main.output
from sourceSets.api.output
include "appeng/api/**"
classifier = 'api'