Skip to content

Commit

Permalink
Correction du CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Martineau committed Jul 31, 2021
1 parent 3c56ec5 commit 1a69566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
path: './gradle.properties'
property: 'mod_version'
- name: Set up JDK 11
- name: Set up JDK 16
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 16
- name: Build with Gradle
run: ./gradlew build
- name: Create Release
Expand Down

0 comments on commit 1a69566

Please sign in to comment.