Skip to content

Instantly share code, notes, and snippets.

@Krylez-zz
Last active December 24, 2015 16:48
Show Gist options
  • Save Krylez-zz/6830421 to your computer and use it in GitHub Desktop.
Save Krylez-zz/6830421 to your computer and use it in GitHub Desktop.
Making gradle fast(er)
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