mirror of https://github.com/grpc/grpc-java.git
Apply animalsniffer plugin explicitly when needed
This commit is contained in:
parent
4215b80b81
commit
2b945774b6
|
@ -4,6 +4,7 @@ plugins {
|
|||
|
||||
id "com.github.johnrengelman.shadow"
|
||||
id "com.google.protobuf"
|
||||
id "ru.vyarus.animalsniffer"
|
||||
}
|
||||
|
||||
description = "gRPC: ALTS"
|
||||
|
|
|
@ -3,6 +3,7 @@ plugins {
|
|||
id "maven-publish"
|
||||
|
||||
id "me.champeau.gradle.jmh"
|
||||
id "ru.vyarus.animalsniffer"
|
||||
}
|
||||
|
||||
description = 'gRPC: API'
|
||||
|
|
|
@ -3,6 +3,7 @@ plugins {
|
|||
id "maven-publish"
|
||||
|
||||
id "me.champeau.gradle.japicmp"
|
||||
id "ru.vyarus.animalsniffer"
|
||||
}
|
||||
|
||||
description = "gRPC: Auth"
|
||||
|
|
|
@ -2,7 +2,6 @@ plugins {
|
|||
id "com.google.osdetector" apply false
|
||||
id "me.champeau.gradle.japicmp" apply false
|
||||
id "net.ltgt.errorprone" apply false
|
||||
id "ru.vyarus.animalsniffer" apply false
|
||||
}
|
||||
|
||||
import net.ltgt.gradle.errorprone.CheckSeverity
|
||||
|
@ -15,9 +14,6 @@ subprojects {
|
|||
apply plugin: "jacoco"
|
||||
|
||||
apply plugin: "com.google.osdetector"
|
||||
// The plugin only has an effect if a signature is specified
|
||||
apply plugin: "ru.vyarus.animalsniffer"
|
||||
|
||||
apply plugin: "net.ltgt.errorprone"
|
||||
|
||||
group = "io.grpc"
|
||||
|
|
|
@ -4,6 +4,7 @@ plugins {
|
|||
|
||||
id "me.champeau.gradle.japicmp"
|
||||
id "me.champeau.gradle.jmh"
|
||||
id "ru.vyarus.animalsniffer"
|
||||
}
|
||||
|
||||
description = 'gRPC: Context'
|
||||
|
|
|
@ -4,6 +4,7 @@ plugins {
|
|||
|
||||
id "me.champeau.gradle.japicmp"
|
||||
id "me.champeau.gradle.jmh"
|
||||
id "ru.vyarus.animalsniffer"
|
||||
}
|
||||
|
||||
description = 'gRPC: Core'
|
||||
|
|
|
@ -4,6 +4,7 @@ plugins {
|
|||
|
||||
id "me.champeau.gradle.japicmp"
|
||||
id "me.champeau.gradle.jmh"
|
||||
id "ru.vyarus.animalsniffer"
|
||||
}
|
||||
|
||||
description = "gRPC: Netty"
|
||||
|
|
|
@ -3,6 +3,7 @@ plugins {
|
|||
id "maven-publish"
|
||||
|
||||
id "me.champeau.gradle.japicmp"
|
||||
id "ru.vyarus.animalsniffer"
|
||||
}
|
||||
|
||||
description = "gRPC: OkHttp"
|
||||
|
|
|
@ -4,6 +4,7 @@ plugins {
|
|||
|
||||
id "com.google.protobuf"
|
||||
id "me.champeau.gradle.japicmp"
|
||||
id "ru.vyarus.animalsniffer"
|
||||
}
|
||||
|
||||
description = 'gRPC: Protobuf Lite'
|
||||
|
|
|
@ -4,6 +4,7 @@ plugins {
|
|||
|
||||
id "com.google.protobuf"
|
||||
id "me.champeau.gradle.japicmp"
|
||||
id "ru.vyarus.animalsniffer"
|
||||
}
|
||||
|
||||
description = 'gRPC: Protobuf'
|
||||
|
|
|
@ -3,6 +3,7 @@ plugins {
|
|||
id "maven-publish"
|
||||
|
||||
id "com.google.protobuf"
|
||||
id "ru.vyarus.animalsniffer"
|
||||
}
|
||||
|
||||
description = "gRPC: Services"
|
||||
|
|
|
@ -3,6 +3,7 @@ plugins {
|
|||
id "maven-publish"
|
||||
|
||||
id "me.champeau.gradle.japicmp"
|
||||
id "ru.vyarus.animalsniffer"
|
||||
}
|
||||
|
||||
description = "gRPC: Stub"
|
||||
|
|
|
@ -4,6 +4,7 @@ plugins {
|
|||
|
||||
id "com.github.johnrengelman.shadow"
|
||||
id "com.google.protobuf"
|
||||
id "ru.vyarus.animalsniffer"
|
||||
}
|
||||
|
||||
description = "gRPC: XDS plugin"
|
||||
|
|
Loading…
Reference in New Issue