Browse Source

update build to java 18.0.1

terminal
Craig Raw 3 years ago
parent
commit
6efe5e4ccc
  1. 4
      .github/workflows/package.yaml

4
.github/workflows/package.yaml

@ -12,11 +12,11 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
submodules: true submodules: true
- name: Set up JDK 17.0.2 - name: Set up JDK 18.0.1
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
distribution: 'temurin' distribution: 'temurin'
java-version: '17.0.2' java-version: '18.0.1'
- name: Show Build Versions - name: Show Build Versions
run: ./gradlew -v run: ./gradlew -v
- name: Cache Gradle packages - name: Cache Gradle packages

Loading…
Cancel
Save