[DEV] Rebuild Porting Patches

This commit is contained in:
2025-03-25 19:49:02 +02:00
parent 9da963f3c8
commit 327a60c806
56 changed files with 137 additions and 113 deletions

View File

@@ -5,14 +5,14 @@
var relType = project.properties["releaseType"] ?: "${release_type}"
-ext {
- isPort = (relType == 'experimental')
- isPort = false //(relType == 'experimental')
-}
-
orion.setup {
multiProject = true
enableMirrorMaven = true
enableReleasesMaven = true
- //enableSnapshotsMaven = isPort
- enableSnapshotsMaven = isPort
dopplerToken = System.getenv("DOPPLER_KEY")