1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-07 07:56:20 +00:00

switch openjdk distribution for build action

This commit is contained in:
kai-morich 2021-10-06 08:29:15 +02:00 committed by GitHub
parent bdfb7d5f6c
commit 896b242be0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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