[PORT] 1.21.5

This commit is contained in:
2025-03-25 19:46:41 +02:00
parent e7b3e33253
commit 79b2277a77
2 changed files with 4 additions and 4 deletions

View File

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