Skip to content

Commit

Permalink
GEODE-1417: geode-web:war task does not include the necessary web com…
Browse files Browse the repository at this point in the history
…ponents from core
  • Loading branch information
jdeppe-pivotal committed May 24, 2016
1 parent 45a4ef2 commit 6483ae3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions geode-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,16 @@ idea.module.iml {
}

distributedTest {
dependsOn ':geode-core:webJar', 'war'
dependsOn war
}

integrationTest {
dependsOn ':geode-core:webJar', 'war'
dependsOn war
}

war {
classpath configurations.runtime
dependsOn ':geode-core:webJar'

classpath configurations.runtime
classpath project(':geode-core').webJar.archivePath
}

0 comments on commit 6483ae3

Please sign in to comment.