Skip to content

Commit

Permalink
fix: ci cd config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizki Maulana committed Jan 6, 2024
1 parent 59ea401 commit 4c615cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '1.8'
java-version: '17'
- name: Build Multiplatform project
shell: bash
run: ./gradlew assemble
2 changes: 1 addition & 1 deletion .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 1.8
java-version: 17

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

0 comments on commit 4c615cf

Please sign in to comment.