Skip to content

Commit 0ece213

Browse files
committed
Add groovy backports lib to get bintray-plugin working
1 parent 17ec995 commit 0ece213

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ buildscript {
33
jcenter()
44
}
55
dependencies {
6-
classpath "nu.studer:gradle-plugindev-plugin:1.0.3"
6+
classpath 'nu.studer:gradle-plugindev-plugin:1.0.3'
7+
classpath 'org.codehaus.groovy:groovy-backports-compat23:2.4.0'
78
}
89
}
910

0 commit comments

Comments
 (0)