We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25bc107 commit deb7970Copy full SHA for deb7970
build.gradle
@@ -14,8 +14,8 @@ plugins {
14
id "com.github.spotbugs" version "${spotbugsVersion}" apply false
15
id "com.google.protobuf" version "${protobufPluginVersion}" apply false
16
id "org.graalvm.buildtools.native" version "${graalvmBuildToolsVersion}" apply false
17
+ id "net.ltgt.errorprone" version "${errorPronePluginVersion}" apply false
18
id "io.github.danielliu1123.deployer" version "${deployerVersion}"
- id "net.ltgt.errorprone" version "${errorPronePluginVersion}"
19
}
20
21
deploy {
0 commit comments