Skip to content

Commit

Permalink
Bump gradle-nexus.publish-plugin to 2.0.0 (#567)
Browse files Browse the repository at this point in the history
This is a sanity check to ensure Java publishing still works
`io.github.gradle-nexus.publish-plugin` v2.

Refs pulumi/pulumi-java#1479.
  • Loading branch information
blampe authored Nov 20, 2024
1 parent d478e90 commit c628276
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-command/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"com.google.code.gson:gson": "2.8.9",
"com.pulumi:pulumi": "0.10.0"
},
"gradleNexusPublishPluginVersion": "1.1.0"
"gradleNexusPublishPluginVersion": "2.0.0"
},
"nodejs": {
"respectSchemaVersion": true
Expand Down
2 changes: 1 addition & 1 deletion provider/pkg/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func NewProvider() p.Provider {
},
"java": map[string]any{
"buildFiles": "gradle",
"gradleNexusPublishPluginVersion": "1.1.0",
"gradleNexusPublishPluginVersion": "2.0.0",
"dependencies": map[string]any{
"com.pulumi:pulumi": "0.10.0",
"com.google.code.gson:gson": "2.8.9",
Expand Down
2 changes: 1 addition & 1 deletion sdk/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("signing")
id("java-library")
id("maven-publish")
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
}

group = "com.pulumi"
Expand Down

0 comments on commit c628276

Please sign in to comment.