bump to gradle 7.3, java 17 and 1.18-pre2

This commit is contained in:
Wagyourtail
2021-11-16 16:30:37 -07:00
parent 186a3cb6df
commit b73295d180
8 changed files with 63 additions and 45 deletions

View File

@@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '16'
java-version: '17'
distribution: 'adopt'
- name: Grant execute permission for gradlew