Skip to content

Commit a17c700

Browse files
committed
update
1 parent 6f0450f commit a17c700

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

processor/build.gradle

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,12 @@ compileTestKotlin {
1919
dependencies {
2020
compile project(':annotations')
2121

22-
compile 'com.squareup:kotlinpoet:1.0.1'
22+
implementation 'com.squareup:kotlinpoet:1.0.1'
2323
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
2424
implementation "com.google.auto.service:auto-service:1.0-rc4"
2525
kapt "com.google.auto.service:auto-service:1.0-rc4"
2626
}
2727

28-
jar {
29-
from {
30-
configurations.compile.collect {
31-
it.isDirectory() ? it : zipTree(it) }
32-
}
33-
34-
exclude 'kotlin/**'
35-
exclude 'META-INF/*.kotlin_module'
36-
}
37-
3828
sourceCompatibility = "8"
3929
targetCompatibility = "8"
4030

0 commit comments

Comments
 (0)