Skip to content

Commit 8d6c868

Browse files
committed
A few tweaks to the gradle plugin tests to distinguish them from the maven
tests, and thus prevent false positives. closes #25
1 parent 51892f3 commit 8d6c868

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

flapi-build-test-consumer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ repositories {
1010
}
1111

1212
dependencies {
13-
compile 'unquietcode.tools.flapi.test:flapi-build-test-producer:0.0-DEVELOPMENT'
13+
compile 'unquietcode.tools.flapi.test:flapi-gradle-test-producer:0.0-DEVELOPMENT'
1414
testCompile 'junit:junit:4.11'
1515
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rootProject.name = 'flapi-gradle-consumer'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rootProject.name = 'flapi-gradle-test-producer'

0 commit comments

Comments
 (0)