File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ val generatedSignature = configurations.create("generatedSignature") {
22
22
isCanBeConsumed = true
23
23
isCanBeResolved = false
24
24
}
25
- configurations.add(signatureJar)
26
- configurations.add(signatureJarClasspath)
27
- configurations.add(generatedSignature)
28
25
29
26
dependencies {
30
27
signature(" com.toasttab.android:gummy-bears-api-23:0.12.0@signature" )
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
58
58
implementation(" com.squareup:javapoet:1.13.0" )
59
59
implementation(" com.squareup.wire:wire-compiler" )
60
60
implementation(" com.squareup.wire:wire-gradle-plugin" )
61
- implementation(" gradle.plugin. com.google.protobuf:protobuf-gradle-plugin:0.8.18 " )
61
+ implementation(" com.google.protobuf:protobuf-gradle-plugin:0.9.4 " )
62
62
implementation(" gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.6" )
63
63
implementation(" me.champeau.gradle:japicmp-gradle-plugin:0.4.6" )
64
64
implementation(" me.champeau.jmh:jmh-gradle-plugin:0.7.3" )
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ tasks.withType<Javadoc>().configureEach {
76
76
configurations {
77
77
named(" errorprone" ) {
78
78
dependencies.removeIf {
79
- it is ProjectDependency && it.dependencyProject == project
79
+ it is ProjectDependency && it.name == project.name
80
80
}
81
81
}
82
82
}
You can’t perform that action at this time.
0 commit comments