File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ jobs:
32
32
java-version : ' 21'
33
33
cache : ${{ matrix.cache }}
34
34
35
- - name : Build with Maven
36
- if : matrix.build-system == 'maven'
37
- run : mvn -B package --file pom.xml
35
+ # - name: Build with Maven
36
+ # if: matrix.build-system == 'maven'
37
+ # run: mvn -B package --file pom.xml
38
38
39
- - name : Build with Gradle
40
- if : matrix.build-system == 'gradle'
41
- run : ./gradlew build --no-daemon
39
+ # - name: Build with Gradle
40
+ # if: matrix.build-system == 'gradle'
41
+ # run: ./gradlew build --no-daemon
42
42
43
- - name : Build with SBT
44
- if : matrix.build-system == 'sbt'
45
- run : sbt package
43
+ # - name: Build with SBT
44
+ # if: matrix.build-system == 'sbt'
45
+ # run: sbt package
46
46
47
47
- name : Verify Java version
48
- run : java -version
48
+ run : java -version
You can’t perform that action at this time.
0 commit comments