Last active
December 24, 2015 16:48
-
-
Save Krylez-zz/6830421 to your computer and use it in GitHub Desktop.
Making gradle fast(er)
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
dependencies { | |
// Java goodies | |
compile ('com.google.guava:guava-jdk5:14.0.+') | |
// Annotations (e.g. @Nullable, @Beta) | |
compile ('com.google.code.findbugs:jsr305:2.0.+') | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment