Skip to content

Commit d8a721d

Browse files
authored
Merge pull request #79 from openrewrite/pin-nebular-versions
pin com.netflix.nebula.release
2 parents a1bdc6b + ad6c75d commit d8a721d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ dependencies {
216216
implementation("com.netflix.nebula.contacts:com.netflix.nebula.contacts.gradle.plugin:latest.release")
217217
implementation("com.netflix.nebula:gradle-info-plugin:latest.release")
218218
implementation("com.netflix.nebula.release:com.netflix.nebula.release.gradle.plugin:latest.release")
219-
implementation("com.netflix.nebula:nebula-publishing-plugin:latest.release")
219+
implementation("com.netflix.nebula:nebula-publishing-plugin:21.1.0") // pinned to avoid breaking on missing ScmInfoExtension
220220
implementation("com.netflix.nebula:nebula-project-plugin:latest.release")
221221
implementation("io.github.gradle-nexus:publish-plugin:latest.release")
222222
implementation("com.gradleup.shadow:com.gradleup.shadow.gradle.plugin:9.0.0-beta7") // Latest supporting Java 8

0 commit comments

Comments
 (0)