Skip to content

Commit 3a2791a

Browse files
committed
fix: CI build
1 parent 077f904 commit 3a2791a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-build-unstable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
with:
1515
java-version: '11'
1616
distribution: 'temurin'
17-
cache: 'mvn'
18-
- name: Build with Gradle
17+
cache: maven
18+
- name: Build with Maven
1919
run: mvn -B clean compile
2020
- name: Check with spotless
21-
run: mvn spotless:check
21+
run: mvn spotless:check

0 commit comments

Comments
 (0)