Skip to content

Commit ea151f1

Browse files
Excavator: Ensure consistent gradle/publish-(jar|dist).gradle files
1 parent b513029 commit ea151f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ buildscript {
55
}
66

77
dependencies {
8+
classpath 'com.netflix.nebula:gradle-info-plugin:5.1.1'
89
classpath 'gradle.plugin.com.palantir:gradle-circle-style:1.1.2'
910
classpath 'com.github.jengelman.gradle.plugins:shadow:5.1.0'
1011
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
1112
classpath 'com.netflix.nebula:nebula-dependency-recommender:6.0.0'
12-
classpath 'com.netflix.nebula:nebula-publishing-plugin:13.2.0'
13+
classpath 'com.netflix.nebula:nebula-publishing-plugin:14.0.0'
1314
classpath 'com.palantir.baseline:gradle-baseline-java:0.24.0'
1415
}
1516
}

0 commit comments

Comments
 (0)