We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f02c7 commit 829cf35Copy full SHA for 829cf35
.travis.yml
@@ -16,4 +16,5 @@ cache:
16
17
18
script:
19
- - echo "skipping tests"
+ - echo "skipping tests"
20
+ - gradle build -x test
build.gradle
@@ -11,6 +11,12 @@ repositories {
11
mavenCentral()
12
}
13
14
+configurations {
15
+ compileOnly {
+ extendsFrom annotationProcessor
+ }
+}
+
dependencies {
21
compile("ch.qos.logback:logback-core:1.1.3")
22
compile("ch.qos.logback:logback-classic:1.1.3")
0 commit comments