-
-
Save curtkim/75d0eb049233896b7ad4b6215fc6efae to your computer and use it in GitHub Desktop.
gradle
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
// 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