Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
also revise readme links
  • Loading branch information
RoboMWM committed Sep 6, 2024
1 parent 2d258e6 commit a58bd97
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 18 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -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
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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": <a href="https://billing.surfhosting.co/aff.php?aff=82" target="_blank">https://billing.surfhosting.co/aff.php?aff=82</a>

<a href="https://billing.surfhosting.co/aff.php?aff=82" target="_blank"><img src="https://i.imgur.com/a0Nl6uH.png" alt="" width="506" height="77" /></a></p>

---

[Found a bug? Having issues?❓🤔 **Check the Issue Tracker! 💡**](../../issues)

0 comments on commit a58bd97

Please sign in to comment.