From a58bd97f3402a08542376c94d2855128587c9ac3 Mon Sep 17 00:00:00 2001 From: RoboMWM Date: Fri, 6 Sep 2024 01:27:09 -0700 Subject: [PATCH] fix ci also revise readme links --- .github/workflows/maven.yml | 32 ++++++++++++++++---------------- README.md | 11 +++++++++-- 2 files changed, 25 insertions(+), 18 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b76a29f..ff903f6 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,24 +1,24 @@ -# This workflow will build a Java project with Maven -# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven - -name: Java CI with Maven +name: CI on: push: - branches: [ master ] pull_request: - branches: [ master ] jobs: - build: - + test: + name: "Test on JDK ${{ matrix.java }}" runs-on: ubuntu-latest - + strategy: + matrix: + java: [ 21 ] steps: - - uses: actions/checkout@v2 - - name: Set up JDK 11 - uses: actions/setup-java@v1 - with: - java-version: 1.11 - - name: Build with Maven - run: mvn -B package --file pom.xml + - name: "Checkout" + uses: actions/checkout@v4 + - name: "Set up JDK ${{ matrix.java }}" + uses: actions/setup-java@v4 + with: + java-version: ${{ matrix.java }} + distribution: temurin + cache: maven + - name: "Test" + run: mvn --batch-mode verify \ No newline at end of file diff --git a/README.md b/README.md index c35c230..f3e812a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Project page + downloads: https://dev.bukkit.org/projects/prettysimpleshop # PrettySimpleShop A pretty simple shop plugin. No signs required. Supports DoubleChests and claim protections! -[**Having problems or issues?❓ Click here for help!πŸ’‘**](../../issues) | [Support the developer c:](https://r.robomwm.com/patreon) | [Source code](../../) +[πŸ›Issue Tracker](../../issues) | πŸ‘[Support the developer](https://r.robomwm.com/patreon) | πŸ“ƒ[Source code](../../) ## Getting started - To make a shop: @@ -55,4 +55,11 @@ A pretty simple shop plugin. No signs required. Supports DoubleChests and claim - Nearly every message is configurable. - Chests named "shop" (or whatever you have set in the config) will help prompt players to create a shop with that chest. Useful if you "sell" shops to players. -[**Having problems or issues?❓ Click here for help!πŸ’‘**](../../issues) | [Support the developer c:](https://r.robomwm.com/patreon) | [Source code](../../) +### Pretty Simple Sponsors +SurfHosting: 50% discount with code "Robo": https://billing.surfhosting.co/aff.php?aff=82 + +

+ +--- + +[Found a bug? Having issues?β“πŸ€” **Check the Issue Tracker! πŸ’‘**](../../issues)