Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
[ci] Switch to compileJava, not compileKotlin (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Dec 12, 2022
1 parent dddb014 commit e8dab53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ReleaseNightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: ./gradlew spotlessCheck --no-daemon

- name: Check if project can be compiled
run: ./gradlew compileKotlin --no-daemon
run: ./gradlew compileJava --no-daemon

- name: Release!
run: ./gradlew publish -Dorg.gradle.s3.endpoint=${{ secrets.S3_ENDPOINT }}
Expand Down

0 comments on commit e8dab53

Please sign in to comment.