Skip to content

Commit

Permalink
Bump default gradle-nexus.publish-plugin version (#1479)
Browse files Browse the repository at this point in the history
[Release
notes.](https://github.com/gradle-nexus/publish-plugin/releases/tag/v2.0.0)

> Backward incompatible changes
>
> closeAndReleaseStagingRepository has been renamed to
closeAndReleaseStagingRepositories for consistency

We [don't
use](https://github.com/search?q=org%3Apulumi%20closeAndReleaseStagingRepository&type=code)
this option, so this shouldn't impact us.

Refs pulumi/home#3762.
  • Loading branch information
blampe authored Nov 21, 2024
1 parent 8f88707 commit 240fada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

- Enable language conformance tests for Java

- Update `io.github.gradle-nexus.publish-plugin` to 2.0.0 from 1.1.0.

### Bug Fixes
2 changes: 1 addition & 1 deletion pkg/cmd/pulumi-java-gen/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func parseBuildOption(buildOption string) (java.PackageInfo, error) {
case "gradle-nexus":
return java.PackageInfo{
BuildFiles: "gradle",
GradleNexusPublishPluginVersion: "1.1.0",
GradleNexusPublishPluginVersion: "2.0.0",
}, nil
}
if strings.HasPrefix(buildOption, "gradle-nexus:") {
Expand Down

0 comments on commit 240fada

Please sign in to comment.