1
0
mirror of https://github.com/bia-technologies/diff3cf.git synced 2024-12-12 08:45:08 +02:00
diff3cf/build-configuration.json

12 lines
201 B
JSON
Raw Permalink Normal View History

2024-05-22 19:08:57 +02:00
{
"sonarqube" : true,
"test" : true,
"coverage" : true,
"build" : true,
"publish" : {
"enable" : true,
"stableBranch" : "release/.*",
"develop" : true
}
}