We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa71d76 commit 8fbf455Copy full SHA for 8fbf455
.github/workflows/gradle.yml
@@ -0,0 +1,28 @@
1
+name: Build and tests
2
+on: push
3
+jobs:
4
+ java-8:
5
+ uses: oleg-cherednik/github-workflows/.github/workflows/gradle-java-build-test.yml@main
6
+ with:
7
+ java-version: '8'
8
+ codacy-report: true
9
+ secrets: inherit
10
+ permissions:
11
+ contents: read
12
+ packages: write
13
+ java-11:
14
15
16
+ java-version: '11'
17
18
19
20
21
+ java-17:
22
23
24
+ java-version: '17'
25
26
27
28
0 commit comments