Skip to content

Commit

Permalink
fix: pulumi expects JAVAVERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed Sep 28, 2023
1 parent b161f37 commit d963173
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/java-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
PYPI_USERNAME: "__token__"

# Java SDK
JAVA_VERSION: "11"
JAVAVERSION: "11"
JAVA_GEN_VERSION: v0.9.4
JAVA_PUBLISH: true
PUBLISH_REPO_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down Expand Up @@ -79,8 +79,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
java-version: ${{ env.JAVAVERSION }}

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit d963173

Please sign in to comment.