Compare commits

...

2 Commits
1.21.5 ... main

Author SHA1 Message Date
9f0743eddf Aktualizovat README.md
All checks were successful
Build CoreProtect / Build-latest-jar (push) Successful in 3m14s
2025-06-12 11:03:22 +02:00
216e843433 Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build CoreProtect / Build-latest-jar (push) Failing after 24s
2025-06-12 10:59:01 +02:00
2 changed files with 16 additions and 2 deletions

View File

@ -23,13 +23,14 @@ jobs:
run: |
cd CoreProtect && ls -lah
sed -i 's/<project.branch><\/project.branch>/<project.branch>master<\/project.branch>/' pom.xml
sed -i "s|<version>22.4</version>|<version>23.1</version>|g" pom.xml
mvn clean install && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah
- name: Release
uses: https://git.lipovcan.cz/Upstream/gitea-release-action.git@v1
with:
tag_name: "1.21.5"
tag_name: "23.1"
files: |-
CoreProtect/target/CoreProtect-22.4.jar
CoreProtect/target/CoreProtect-23.1.jar
- name: Build | publish jar
run: |
cd CoreProtect && ls -lah target/

View File

@ -1,2 +1,15 @@
# CoreProtect-Build
Při každém updatu zkontrolovat ve scripts verzi https://github.com/PlayPro/CoreProtect/tree/master/src/main/java/net/coreprotect/patch/script
```
Spiara
on Aug 6, 2024 · edited by Spiara
build.gradle
[line 10] String projectVersion = '22.4' → String projectVersion = '23.1'
pom.xml
[line 5] <version>22.4</version><version>23.1</version>
[line 7] <project.branch></project.branch><project.branch>master</project.branch>
```