Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Bump dependencies

Bump dependencies #8

Workflow file for this run

name: Java CI with Gradle
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- name: Build LimboAPI
run: ./gradlew build
- name: Upload LimboAPI
uses: actions/upload-artifact@v3
with:
name: LimboAPI
path: "*/build/libs/*.jar"
- uses: dev-drprasad/delete-tag-and-release@master
if: ${{ github.event_name == 'push' }}
with:
delete_release: true
tag_name: dev-build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Find git version
id: git-version
run: echo "id=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Find correct JAR
if: ${{ github.event_name == 'push' }}
id: find-jar
run: |
output="$(find plugin/build/libs/ ! -name "*-javadoc.jar" ! -name "*-sources.jar" -type f -printf "%f\n")"
echo "::set-output name=jarname::$output"
- name: Release the build
if: ${{ github.event_name == 'push' }}
uses: ncipollo/release-action@v1
with:
artifacts: plugin/build/libs/${{ steps.find-jar.outputs.jarname }}
body: ${{ join(github.event.commits.*.message, '\n') }}
prerelease: true
name: Dev-build ${{ steps.git-version.outputs.id }}
tag: dev-build
# - name: Upload to Modrinth
# if: ${{ github.event_name == 'push' }}
# uses: RubixDev/modrinth-upload@v1
# with:
# token: ${{ secrets.MODRINTH_TOKEN }}
# file_path: plugin/build/libs/${{ steps.find-jar.outputs.jarname }}
# name: Dev-build ${{ steps.git-version.outputs.id }}
# version: ${{ steps.git-version.outputs.id }}
# changelog: ${{ join(github.event.commits.*.message, '\n') }}
# game_versions: 1.7.2
# release_type: beta
# loaders: velocity
# featured: false
# project_id: TZOteSf2