We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d87fc commit e73d018Copy full SHA for e73d018
.github/workflows/build.yml
@@ -9,9 +9,7 @@ jobs:
9
build:
10
strategy:
11
matrix:
12
- # Use these Java versions
13
java: [ 17, 19 ]
14
- # and run on both Linux and Windows
15
os: [
16
ubuntu-latest,
17
windows-latest
@@ -33,9 +31,11 @@ jobs:
33
31
- name: make gradle wrapper executable
34
32
if: ${{ runner.os != 'Windows' && !startsWith(github.event.head_commit.message, '[ci skip]') }}
35
run: chmod +x ./gradlew
+
36
- name: build
37
if: ${{ !startsWith(github.event.head_commit.message, '[ci skip]') }}
38
run: ./gradlew build
39
- name: collect artifacts to out folder
40
41
run: |
0 commit comments