Created
January 9, 2019 16:40
-
-
Save umayrh/f73805e11123bb39ab4d9be73ef4f8eb to your computer and use it in GitHub Desktop.
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 collectCompileOnlyDependencies (type: Copy) { | |
| from project.configurations.compileOnly | |
| into "$buildDir.absolutePath/jars" | |
| } | |
| https://gist.github.com/yevmel/352c445823d2ecd8f6e9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment