Skip to content

Commit

Permalink
revert java
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jan 21, 2025
1 parent 92d4b56 commit acdb41f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'

- name: Setup Gradle
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
\ java-version: '11'
distribution: 'temurin'
java-version: '11'

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

0 comments on commit acdb41f

Please sign in to comment.