We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ac2a3 commit 87e9e88Copy full SHA for 87e9e88
1 file changed
de.peeeq.wurstscript/build.gradle
@@ -21,9 +21,6 @@ plugins {
21
22
23
import de.undercouch.gradle.tasks.download.Download
24
-import org.eclipse.jgit.api.Git
25
-import org.eclipse.jgit.lib.Constants
26
-import org.eclipse.jgit.lib.ObjectId
27
28
import java.util.regex.Pattern
29
@@ -325,5 +322,9 @@ tasks.register('generate_hotdoc') {
325
322
}
326
323
327
324
+tasks.named("coveralls") {
+ notCompatibleWithConfigurationCache("coveralls plugin task uses Project at execution time")
+}
328
+
329
/** -------- Apply deployment settings -------- */
330
apply from: 'deploy.gradle'
0 commit comments