upstream #1

Closed
bridge wants to merge 65 commits from feat/upstream into 2.X
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 7825d92b2a - Show all commits

View file

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

View file

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

View file

@ -40,7 +40,7 @@ dependencies {
// Fancy text library // Fancy text library
implementation "net.kyori:adventure-platform-bukkit:4.3.4" 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") implementation project(":api")
} }