This commit is contained in:
bridge 2025-03-04 20:33:49 +01:00
parent 5c9ac03615
commit 7825d92b2a
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ trigger:
steps:
- name: publish
pull: if-not-exists
image: openjdk:17-jdk
image: openjdk:21-jdk
environment:
PACKAGESKEY:
from_secret: GITEA_PACKAGE_PUBLIC_RW

View file

@ -5,7 +5,7 @@ subprojects {
version "2.1.0-netherite-SNAPSHOT"
java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
}
dependencies {

View file

@ -40,7 +40,7 @@ dependencies {
// Fancy text library
implementation "net.kyori:adventure-platform-bukkit:4.3.4"
implementation "net.kyori:adventure-text-minimessage:4.17.0"
implementation "net.kyori:adventure-text-minimessage:4.18.0"
implementation project(":api")
}