A new build configuration is created
This commit is contained in:
Vendored
+10
@@ -28,6 +28,7 @@ version = "2025.11"
|
||||
project {
|
||||
|
||||
buildType(Build)
|
||||
buildType(Package_1)
|
||||
}
|
||||
|
||||
object Build : BuildType({
|
||||
@@ -50,3 +51,12 @@ object Build : BuildType({
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
object Package_1 : BuildType({
|
||||
id("Package")
|
||||
name = "Package"
|
||||
|
||||
vcs {
|
||||
root(DslContext.settingsRoot)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user