[DEV] Rebuild Porting Patches
This commit is contained in:
@@ -7,14 +7,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")
|
||||
|
||||
|
Reference in New Issue
Block a user