Skip to content

Commit 829cf35

Browse files
author
hicooper
committed
test pass
1 parent 77f02c7 commit 829cf35

File tree

3 files changed

+278
-271
lines changed

3 files changed

+278
-271
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ cache:
1616

1717

1818
script:
19-
- echo "skipping tests"
19+
- echo "skipping tests"
20+
- gradle build -x test

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ repositories {
1111
mavenCentral()
1212
}
1313

14+
configurations {
15+
compileOnly {
16+
extendsFrom annotationProcessor
17+
}
18+
}
19+
1420
dependencies {
1521
compile("ch.qos.logback:logback-core:1.1.3")
1622
compile("ch.qos.logback:logback-classic:1.1.3")

0 commit comments

Comments
 (0)