Skip to content

wip: improve performance of looking up platform players and users by … #234

wip: improve performance of looking up platform players and users by …

wip: improve performance of looking up platform players and users by … #234

Workflow file for this run

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Java CI with Gradle
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
- run: './gradlew shadowJar --stacktrace'
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
files: |
bukkit/build/libs/KingdomCraftStarter-*.jar