Skip to content

Commit

Permalink
Update settings.gradle.kts
Browse files Browse the repository at this point in the history
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
1 parent d5ad8f5 commit 9b6157f
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 9b6157f

Please sign in to comment.