Skip to content

Commit

Permalink
switch openjdk distribution for build action
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-morich authored Oct 6, 2021
1 parent bdfb7d5 commit 896b242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: set up JDK 1.11
uses: actions/setup-java@v2
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '11'
- name: Build with Gradle
run: ./gradlew assembleDebug

0 comments on commit 896b242

Please sign in to comment.