change workflow

This commit is contained in:
hyperdefined
2026-04-04 23:45:31 -04:00
parent 6217015862
commit 3a2b18907e

View File

@@ -1,7 +1,7 @@
# This workflow will build a Java project with Maven # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Build with Maven name: Build with Gradle
on: on:
push: push:
@@ -21,5 +21,5 @@ jobs:
with: with:
distribution: temurin distribution: temurin
java-version: 25 java-version: 25
- name: Build with Maven - name: Build with Gradle
run: mvn -B package --file pom.xml run: ./gradlew build