Skip to content

Instantly share code, notes, and snippets.

@marchermans
Created October 25, 2015 15:56
Show Gist options
  • Save marchermans/74df786229f947127fd0 to your computer and use it in GitHub Desktop.
Save marchermans/74df786229f947127fd0 to your computer and use it in GitHub Desktop.
APIJar
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