We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2c2ee commit 9b2d27fCopy full SHA for 9b2d27f
.github/workflows/gradle-all.yml
@@ -2,19 +2,19 @@ name: 'Gradle Build (non-master branch)'
2
3
on:
4
push:
5
- branches-ignore:
+ branches-ignore:
6
- 'master'
7
-
+
8
jobs:
9
compile-and-test:
10
runs-on: ubuntu-latest
11
steps:
12
- name: 'Checkout'
13
uses: actions/checkout@v2
14
- - name: 'Set up JDK 11'
+ - name: 'Set up JDK 21'
15
uses: actions/setup-java@v1
16
with:
17
- java-version: 11
+ java-version: 21
18
- name: 'Grant execute permission for gradlew'
19
run: chmod +x gradlew
20
- name: 'Gradle: compile and run unit tests'
0 commit comments