Skip to content

Instantly share code, notes, and snippets.

@danveloper
Created October 28, 2018 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danveloper/a9d2683bbd0cdb862183f7272b3159db to your computer and use it in GitHub Desktop.
Save danveloper/a9d2683bbd0cdb862183f7272b3159db to your computer and use it in GitHub Desktop.
adding ignore-exceptions-ast to Gradle build
apply plugin: 'groovy'
apply plugin: 'idea'
repositories {
maven { url "https://dl.bintray.com/danveloper/maven" }
}
dependencies {
compile 'com.github.danveloper.ast:ignore-exceptions-ast:1.0.0-rc-2'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment