Fix standalone test to work with check, and comment out mavenLocal
This commit is contained in:
parent
3d8b4dae33
commit
a534ace896
|
@ -102,7 +102,8 @@ allprojects {
|
|||
|
||||
subprojects {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
// Uncomment the following line to first resolve against the maven local repo. This is useful for eclipse users who want to work on test-framework.
|
||||
// mavenLocal()
|
||||
mavenCentral()
|
||||
maven {
|
||||
name 'sonatype-snapshots'
|
||||
|
|
|
@ -46,5 +46,6 @@ class StandaloneTestPlugin implements Plugin<Project> {
|
|||
classpath = project.sourceSets.test.runtimeClasspath
|
||||
testClassesDir project.sourceSets.test.output.classesDir
|
||||
}
|
||||
project.check.dependsOn(test)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue