A new build configuration is created
This commit is contained in:
Vendored
+10
@@ -25,4 +25,14 @@ To debug in IntelliJ Idea, open the 'Maven Projects' tool window (View
|
|||||||
version = "2025.11"
|
version = "2025.11"
|
||||||
|
|
||||||
project {
|
project {
|
||||||
|
|
||||||
|
buildType(Build)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
object Build : BuildType({
|
||||||
|
name = "Build"
|
||||||
|
|
||||||
|
vcs {
|
||||||
|
root(DslContext.settingsRoot)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user