We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65cbb3 commit fdf279fCopy full SHA for fdf279f
1 file changed
.github/workflows/build.yaml
@@ -16,14 +16,14 @@ jobs:
16
runs-on: ubuntu-latest
17
18
steps:
19
- - uses: actions/checkout@5
20
- with:
21
- ref: ${{ github.ref }}
22
- - name: Set up JDK 11
23
- uses: actions/setup-java@v5
24
25
- java-version: 11
26
- distribution: 'zulu'
27
- architecture: x64
+ - uses: actions/checkout@v5
+ with:
+ ref: ${{ github.ref }}
+ - uses: actions/setup-java@v5
+ java-version: 11
+ distribution: 'zulu'
+ architecture: x64
+
28
- name: Build with Maven
29
run: mvn -B package --file pom.xml
0 commit comments