We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a0491 commit 2b996bdCopy full SHA for 2b996bd
1 file changed
.github/workflows/build.yml
@@ -17,9 +17,5 @@ jobs:
17
with:
18
java-version: '17'
19
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
+ - name: Build with Maven
+ run: mvn -B package --file pom.xml
0 commit comments