Skip to content

Commit 909bf5c

Browse files
authored
Remove staging plugin for now since causes dependency conflict with jib. (#29)
1 parent 5ad4eb8 commit 909bf5c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ plugins {
2323
id("com.diffplug.spotless")
2424
id("com.github.ben-manes.versions")
2525
id("com.github.jk1.dependency-license-report")
26-
id("io.codearte.nexus-staging")
2726
id("nebula.release")
2827
}
2928

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ pluginManagement {
2020
id("com.github.jk1.dependency-license-report") version "1.16"
2121
id("com.github.johnrengelman.shadow") version "6.1.0"
2222
id("com.google.cloud.tools.jib") version "2.7.0"
23-
id("io.codearte.nexus-staging") version "0.22.0"
2423
id("nebula.release") version "15.3.0"
2524
id("org.springframework.boot") version "2.4.0"
2625
}

0 commit comments

Comments
 (0)