Remove the scala-based gradleTest for now

See #41
This commit is contained in:
R. Tyler Croy 2015-07-07 14:39:20 -07:00
parent 6886a6518f
commit 2cca78bece
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
2 changed files with 5 additions and 3 deletions

View File

@ -25,7 +25,10 @@ description = 'A sample Scala service to built into an artifact'
group = 'com.github.lookout.service-artifact'
service {
scala {
name 'example-service'
dependencies 'dataservice'
component('app', type: Scala) {
mainClass 'com.github.lookout.serviceartifact.BasicServer'
}
}
@ -41,5 +44,5 @@ dependencies {
/* Only present for integration testing */
task runGradleTest {
dependsOn assembleService
dependsOn assemble
}

View File

@ -1 +0,0 @@
../../examples/scala-service