Skip to content

Commit 2b996bd

Browse files
Fix CI workflow to use Maven instead of Gradle
1 parent 18a0491 commit 2b996bd

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,5 @@ jobs:
1717
with:
1818
java-version: '17'
1919
distribution: 'temurin'
20-
- name: Validate Gradle wrapper
21-
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
22-
- name: Build with Gradle
23-
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
24-
with:
25-
arguments: clean build
20+
- name: Build with Maven
21+
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)