mirror of
https://github.com/xSquishyLiam/mc-GeyserModelEngine-plugin.git
synced 2025-12-19 14:59:19 +00:00
gradle build
This commit is contained in:
17
.github/workflows/maven.yml
vendored
17
.github/workflows/maven.yml
vendored
@@ -20,19 +20,10 @@ jobs:
|
||||
java-version: 17
|
||||
distribution: 'zulu'
|
||||
|
||||
- name: Restore Maven cache
|
||||
uses: skjolber/maven-cache-github-action@v1
|
||||
with:
|
||||
step: restore
|
||||
|
||||
# Build
|
||||
- name: Build with Maven
|
||||
run: mvn package
|
||||
|
||||
- name: Save Maven cache
|
||||
uses: skjolber/maven-cache-github-action@v1
|
||||
with:
|
||||
step: save
|
||||
- name: Build with Gradle
|
||||
run: gradle build
|
||||
|
||||
- name: Auto release
|
||||
uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
@@ -40,4 +31,4 @@ jobs:
|
||||
automatic_release_tag: latest
|
||||
prerelease: false
|
||||
files: |
|
||||
target/GeyserModelEngine*.jar
|
||||
build/libs/GeyserModelEngine*.jar
|
||||
|
||||
Reference in New Issue
Block a user