Skip to content

Instantly share code, notes, and snippets.

@curtkim
Created July 31, 2018 04:36
Show Gist options
  • Save curtkim/75d0eb049233896b7ad4b6215fc6efae to your computer and use it in GitHub Desktop.
Save curtkim/75d0eb049233896b7ad4b6215fc6efae to your computer and use it in GitHub Desktop.
gradle
// downloaded jar
compile fileTree(dir: 'ext', include: '*.jar')
// sibling project
testCompile project(':stream-test')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment