Skip to content

Commit

Permalink
Change gh workflow file to use gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Warriorrrr committed Nov 25, 2024
1 parent 48c6dea commit 3ddc0f3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/maven.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Compile & Test
name: Build

on:
push:
Expand All @@ -21,6 +21,7 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn compile test --file pom.xml
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
run: ./gradlew build

0 comments on commit 3ddc0f3

Please sign in to comment.