Created
October 28, 2018 11:15
-
-
Save danveloper/a9d2683bbd0cdb862183f7272b3159db to your computer and use it in GitHub Desktop.
adding ignore-exceptions-ast to Gradle build
This file contains 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
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