Copy openapi spec to dev-war

This commit is contained in:
Eduard Heimbuch
2021-04-30 16:05:14 +02:00
parent 0fb7ab3219
commit 9610285e55

View File

@@ -153,7 +153,10 @@ artifacts {
task 'dev-war' (type: War) {
archiveName 'scm-webapp-dev.war'
from 'build/war'
dependsOn 'copy-core-plugins'
into('WEB-INF/classes/META-INF/scm') {
from('build/openapi')
}
dependsOn 'copy-core-plugins', 'resolve'
}
scmServer {