vtm-web: add in Maven deploy
This commit is contained in:
parent
296fdd3c13
commit
17356e5a2b
@ -10,6 +10,7 @@ buildscript {
|
||||
//apply plugin: 'war'
|
||||
//apply plugin: 'jetty'
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'maven'
|
||||
apply plugin: 'gwt-base'
|
||||
|
||||
sourceSets {
|
||||
@ -75,3 +76,9 @@ gwt {
|
||||
// compileTask.dependsOn copyThemeAssets
|
||||
// compileTask.dependsOn copyVtmAssets
|
||||
//}
|
||||
|
||||
if (project.hasProperty("SONATYPE_USERNAME")) {
|
||||
afterEvaluate {
|
||||
project.apply from: "${rootProject.projectDir}/deploy.gradle"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user