There was an error while loading. Please reload this page.
1 parent ed6d1d4 commit 411f469Copy full SHA for 411f469
1 file changed
build.gradle
@@ -9,8 +9,12 @@ apply plugin: 'com.gradle.plugin-publish'
9
10
group = 'com.ullink.gradle'
11
12
+repositories {
13
+ mavenCentral()
14
+}
15
+
16
dependencies {
- implementation 'commons-io:commons-io:2.5'
17
+ implementation 'commons-io:commons-io:2.22.0'
18
testImplementation 'xmlunit:xmlunit:1.6'
19
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
20
}
@@ -51,4 +55,4 @@ gradlePlugin {
51
55
52
56
53
57
54
-project.tasks.afterReleaseBuild.dependsOn project.tasks.publishPlugins
58
+project.tasks.afterReleaseBuild.dependsOn project.tasks.publishPlugins
0 commit comments