File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ apply(plugin = "jacoco")
18
18
apply (plugin = " net.ltgt.errorprone" )
19
19
20
20
if (project.parent == null ) {
21
- // If this project is included as a submodule, this plugin chokes on non-existing ./.git
22
- // and produces very annoying unsuppressable output
23
- // See https://github.com/n0mer/gradle-git-properties/issues/175
24
- apply (plugin = libs.plugins.git.properties.get().pluginId)
21
+ // If this project is included as a submodule or is in a Git worktree, this plugin chokes on non-existing ./.git
22
+ // and produces very long and annoying unsuppressable output.
23
+
24
+ // See https://github.com/n0mer/gradle-git-properties/issues/175 - will re-enable when fixed. Not worth it now.
25
+ // apply(plugin = libs.plugins.git.properties.get().pluginId)
25
26
}
26
27
27
28
tasks.compileJava {
You can’t perform that action at this time.
0 commit comments