This commit is contained in:
Jenly
2023-12-31 16:33:02 +08:00
parent 094734276f
commit fce300ea25
2 changed files with 8 additions and 23 deletions

View File

@@ -12,9 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Build with Gradle
run: ./gradlew build