mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-26 09:19:12 +01:00
Copy openapi spec to dev-war
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user