[PORT] Update to 1.21.2-rc1

This commit is contained in:
2024-10-18 12:30:15 +02:00
parent 1ccb4c1f56
commit 4fab7e51a1
7 changed files with 25 additions and 11 deletions

View File

@@ -7,15 +7,21 @@ plugins {
id 'maven-publish'
}
var relType = project.properties["releaseType"] ?: "${release_type}"
ext {
isPort = (relType == 'port')
}
orion.setup {
multiProject = true
enableMirrorMaven = true
enableReleasesMaven = true
enableSnapshotsMaven = isPort
dopplerToken = System.getenv("DOPPLER_KEY")
versioning {
var relType = project.properties["releaseType"] ?: "${release_type}"
identifier("${relType}")
}
}
@@ -36,6 +42,7 @@ subprojects {
repositories {
mavenCentral()
mavenLocal()
maven {
name = "Modrinth"
@@ -66,8 +73,6 @@ subprojects {
shade "net.kyori:adventure-text-serializer-gson:${adventure}"
shade "net.kyori:adventure-text-minimessage:${adventure}"
stupidRemapArch("dev.ftb.mods:ftb-essentials:${ftb_essentials}")
compileOnly 'net.luckperms:api:5.4'
compileOnly("org.projectlombok:lombok:${lombok}")
annotationProcessor("org.projectlombok:lombok:${lombok}")