Skip to content

Commit

Permalink
Update to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Minecraftschurli committed Feb 7, 2024
1 parent 47a662c commit eb43107
Show file tree
Hide file tree
Showing 17 changed files with 315 additions and 386 deletions.
28 changes: 10 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,23 @@ on:
push:
branches:
- 'main'
- 'master'
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.x'
- '[0-9]+.[0-9]+'
paths-ignore:
- '*.md'
- 'LICENSE'
- '.github/**'
tags-ignore:
- '[0-9]+.[0-9]+.[0-9]+-[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+-[0-9]+.[0-9]+'

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Setup Build
run: chmod 777 gradlew
- name: Build with Gradle
id: build
env:
MAVEN_URL: ${{ vars.MAVEN_URL }}
MAVEN_USER: ${{ vars.MAVEN_USER }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
RELEASE_TYPE: snapshot
run: ./gradlew build publish
uses: MinecraftschurliMods/.github/.github/workflows/build-library.yml@main
with:
maven-url: ${{ vars.MAVEN_URL }}
maven-user: ${{ vars.MAVEN_USER }}
publish-to-maven: true
secrets:
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
13 changes: 1 addition & 12 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,4 @@ on:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Setup Build
run: chmod 777 gradlew
- name: Build with Gradle
id: build
run: ./gradlew build
uses: MinecraftschurliMods/.github/.github/workflows/build-library.yml@main
191 changes: 0 additions & 191 deletions build.gradle

This file was deleted.

Loading

0 comments on commit eb43107

Please sign in to comment.