Skip to content

Commit 81dddec

Browse files
Update test-cache.yml
1 parent 3075540 commit 81dddec

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/test-cache.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ jobs:
3232
java-version: '21'
3333
cache: ${{ matrix.cache }}
3434

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
3838

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
4242

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
4646

4747
- name: Verify Java version
48-
run: java -version
48+
run: java -version

0 commit comments

Comments
 (0)