Compare commits

..

No commits in common. "develop" and "v1-release2" have entirely different histories.

4 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ jobs:
build:
runs-on: docker
container:
image: git.staropensource.de/infrastructure/actions-docker:java
image: git.staropensource.de/staropensource/actions-docker:java
steps:
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4
@ -57,7 +57,7 @@ jobs:
generate-javadoc:
runs-on: docker
container:
image: git.staropensource.de/infrastructure/actions-docker:java
image: git.staropensource.de/staropensource/actions-docker:java
steps:
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4

View file

@ -7,7 +7,7 @@ jobs:
generate-javadoc:
runs-on: docker
container:
image: git.staropensource.de/infrastructure/actions-docker:java
image: git.staropensource.de/staropensource/actions-docker:java
steps:
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4

View file

@ -21,7 +21,7 @@
versioningCodename=Sugarcane
versioningVersion=1
versioningType=release
versioningTyperelease=3
versioningTyperelease=2
versioningFork=
# Java

View file

@ -40,7 +40,7 @@ public final class BukkitLoggingAdapter implements LoggingAdapter {
@Override
public void print(@NotNull LogLevel level, @NotNull StackTraceElement issuer, @NotNull String message, @NotNull String format) {
// Remove any tags
if (EngineConfiguration.getInstance() != null && EngineConfiguration.getInstance().getLogFeatures().contains("formatting"))
if (EngineConfiguration.getInstance().getLogFeatures().contains("formatting"))
format = new EmptyShortcodeParser(format, true).getClean();
switch (level) {