All checks were successful
Build CoreProtect / Build-latest-jar (push) Successful in 3m14s
16 lines
465 B
Markdown
16 lines
465 B
Markdown
# 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>
|
|
```
|