Skip to content

Commit deb7970

Browse files
committed
should apply false
1 parent 25bc107 commit deb7970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ plugins {
1414
id "com.github.spotbugs" version "${spotbugsVersion}" apply false
1515
id "com.google.protobuf" version "${protobufPluginVersion}" apply false
1616
id "org.graalvm.buildtools.native" version "${graalvmBuildToolsVersion}" apply false
17+
id "net.ltgt.errorprone" version "${errorPronePluginVersion}" apply false
1718
id "io.github.danielliu1123.deployer" version "${deployerVersion}"
18-
id "net.ltgt.errorprone" version "${errorPronePluginVersion}"
1919
}
2020

2121
deploy {

0 commit comments

Comments
 (0)