Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
actions(BuilderSystemAPI): changed java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin committed Jul 17, 2021
1 parent faff793 commit ad192d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '16'
distribution: 'adopt'
- name: Publish package
run: gradle publish
Expand Down

0 comments on commit ad192d2

Please sign in to comment.