Skip to content

Commit 317d0eb

Browse files
committed
Test cache option
1 parent 84d342e commit 317d0eb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test-cache.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ jobs:
3232
java-version: '11'
3333
cache: ${{ matrix.build-system }}
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
4848
run: java -version

0 commit comments

Comments
 (0)