Skip to content

Commit dd65f52

Browse files
authored
Merge pull request #832 from aws-observability/thpierce-patch-2
Update settings.gradle.kts Bump to gradle-nexus publish-plugin 2.0.0 to attempt to fix main build issue where we can no longer publish to maven
2 parents d5ad8f5 + 9b6157f commit dd65f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pluginManagement {
2020
id("com.github.jk1.dependency-license-report") version "2.5"
2121
id("com.github.johnrengelman.shadow") version "8.1.1"
2222
id("com.google.cloud.tools.jib") version "3.4.3"
23-
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
23+
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
2424
id("nebula.release") version "18.0.6"
2525
id("org.springframework.boot") version "2.7.17"
2626
id("org.owasp.dependencycheck") version "8.4.0"

0 commit comments

Comments
 (0)