Skip to content

Instantly share code, notes, and snippets.

@thejohnfreeman
Created January 30, 2016 15:50
Show Gist options
  • Select an option

  • Save thejohnfreeman/c71b2f65460ca8e6bbfb to your computer and use it in GitHub Desktop.

Select an option

Save thejohnfreeman/c71b2f65460ca8e6bbfb to your computer and use it in GitHub Desktop.
configurations {
checker
}
dependencies {
checker 'org.checkerframework:checker:1.9.6'
checker 'org.checkerframework:jdk8:1.9.6'
compile configurations.checker.dependencies
compile 'com.google.guava:guava:19.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment