Skip to content

Instantly share code, notes, and snippets.

@hansd
Created September 16, 2014 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hansd/b8df9df6fc92f4c8932f to your computer and use it in GitHub Desktop.
Save hansd/b8df9df6fc92f4c8932f to your computer and use it in GitHub Desktop.
Build script that uses the new configuration/component model
apply plugin: 'jvm-component'
apply plugin: 'java-lang'
jvm {
libraries {
myLib
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment