[PORT] 1.21.6-pre3

This commit is contained in:
2025-06-06 23:57:58 +02:00
parent 062b3a642a
commit ff56045903
4 changed files with 6 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ plugins {
var relType = project.properties["releaseType"] ?: "${release_type}"
ext {
isPort = false //(relType == 'experimental')
isPort = true //(relType == 'experimental')
}
orion.setup {