Update dependency com.palmergames.bukkit.towny:towny to v0.100.2.0 #349
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Gradle Build | |
on: push | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: gradle/wrapper-validation-action@v1 | |
- name: Set up JDK 17 | |
uses: actions/setup-java@v4 | |
with: | |
java-version: 17 | |
distribution: 'temurin' | |
- name: Run Gradle | |
uses: gradle/[email protected] | |
with: | |
gradle-version: wrapper | |
arguments: clean build | |
- uses: actions/upload-artifact@v4 | |
with: | |
name: TownyMenus | |
path: build/libs/TownyMenus-*.jar |