upstream #1
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue