We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df08f4a commit 603bb19Copy full SHA for 603bb19
.github/workflows/dev_build.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@v2
9
- uses: actions/setup-java@v2
10
with:
11
- java-version: 17
+ java-version: 21
12
distribution: adopt
13
- name: Get Version
14
id: get_version
.github/workflows/pull_request.yml
- name: Build
run: ./gradlew build
0 commit comments