[DEV] Add 1.21.2 to LTS

This commit is contained in:
2024-10-22 19:14:23 +02:00
parent f8cf73b1e5
commit 825a6aa791
193 changed files with 7496 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
--- a/build.gradle
+++ b/build.gradle
@@ -9,15 +9,10 @@
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")