We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ec995 commit 0ece213Copy full SHA for 0ece213
build.gradle
@@ -3,7 +3,8 @@ buildscript {
3
jcenter()
4
}
5
dependencies {
6
- classpath "nu.studer:gradle-plugindev-plugin:1.0.3"
+ classpath 'nu.studer:gradle-plugindev-plugin:1.0.3'
7
+ classpath 'org.codehaus.groovy:groovy-backports-compat23:2.4.0'
8
9
10
0 commit comments