mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 17:55:59 +02:00
Add scm-ui assets to scm-webapp war file
This commit is contained in:
committed by
René Pfeuffer
parent
4fd136fea2
commit
6430c811e2
@@ -28,12 +28,17 @@ plugins {
|
||||
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.1.6'
|
||||
}
|
||||
|
||||
configurations {
|
||||
assets
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation platform(project(':'))
|
||||
|
||||
corePlugin project(path: ':scm-plugins:scm-git-plugin', configuration: 'smp')
|
||||
corePlugin project(path: ':scm-plugins:scm-hg-plugin', configuration: 'smp')
|
||||
corePlugin project(path: ':scm-plugins:scm-svn-plugin', configuration: 'smp')
|
||||
assets project(path: ':scm-ui', configuration: 'assets')
|
||||
|
||||
implementation project(':scm-core')
|
||||
implementation project(':scm-dao-xml')
|
||||
@@ -136,6 +141,7 @@ dependencies {
|
||||
|
||||
war {
|
||||
from 'build/war'
|
||||
from project.configurations.assets
|
||||
dependsOn 'copy-core-plugins'
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user