Skip to content

Bump net.kyori:adventure-platform-bukkit from 4.3.4 to 4.4.0 (#34) #70

Bump net.kyori:adventure-platform-bukkit from 4.3.4 to 4.4.0 (#34)

Bump net.kyori:adventure-platform-bukkit from 4.3.4 to 4.4.0 (#34) #70

Workflow file for this run

name: Build LoginLocationFix
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
if: "github.actor != 'dependabot[bot]'"
steps:
- uses: actions/checkout@main
- name: Setup java
uses: actions/setup-java@main
with:
java-version: 21
distribution: temurin
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build
run: ./gradlew build
- name: Release Artifacts
uses: marvinpinto/action-automatic-releases@master
with:
title: "LoginLocationFix v1.4"
automatic_release_tag: "build"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
files: "build/libs"
prerelease: false