Skip to content

Commit

Permalink
Merge pull request #832 from aws-observability/thpierce-patch-2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
thpierce authored Jul 9, 2024
2 parents d5ad8f5 + 9b6157f commit dd65f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pluginManagement {
id("com.github.jk1.dependency-license-report") version "2.5"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("com.google.cloud.tools.jib") version "3.4.3"
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
id("nebula.release") version "18.0.6"
id("org.springframework.boot") version "2.7.17"
id("org.owasp.dependencycheck") version "8.4.0"
Expand Down

0 comments on commit dd65f52

Please sign in to comment.