Skip to content

Commit

Permalink
chore: enable more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed Dec 20, 2023
1 parent 6a6ad23 commit c9ff41e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ env:

# Java SDK
JAVAVERSION: "11"
JAVA_GEN_VERSION: v0.9.4
JAVA_PUBLISH: "true"
PUBLISH_REPO_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
PUBLISH_REPO_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down Expand Up @@ -193,10 +192,9 @@ jobs:

- if: ${{ matrix.language == 'java' && env.JAVA_PUBLISH == 'true' }}
name: Publish Java SDK
continue-on-error: true
uses: gradle/gradle-build-action@9b814496b50909128c6a52622b416c5ffa04db49
with:
arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository
arguments: --stacktrace --debug --scan publishToSonatype closeAndReleaseSonatypeStagingRepository
build-root-directory: ./sdk/java
gradle-version: 7.4.1

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PROVIDER_PATH := provider
VERSION_PATH := ${PROVIDER_PATH}/pkg/version.Version

JAVA_GEN := pulumi-java-gen
JAVA_GEN_VERSION := v0.6.0
JAVA_GEN_VERSION : v0.9.8

TFGEN := pulumi-tfgen-${PACK}
PROVIDER := pulumi-resource-${PACK}
Expand Down

0 comments on commit c9ff41e

Please sign in to comment.