Created
October 25, 2015 15:56
-
-
Save marchermans/74df786229f947127fd0 to your computer and use it in GitHub Desktop.
APIJar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
task apiJAR(type: Jar, dependsOn: 'jar') { | |
from "build/source/main" | |
include "com/SmithsModding/Armory/API/**" | |
extension = 'jar' | |
classifier = 'dev' | |
} | |
artifacts { | |
archives apiJAR | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment