Skip to content

Commit 87e9e88

Browse files
committed
Update build.gradle
1 parent f1ac2a3 commit 87e9e88

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

de.peeeq.wurstscript/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ plugins {
2121

2222

2323
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
2724

2825
import java.util.regex.Pattern
2926

@@ -325,5 +322,9 @@ tasks.register('generate_hotdoc') {
325322
}
326323
}
327324

325+
tasks.named("coveralls") {
326+
notCompatibleWithConfigurationCache("coveralls plugin task uses Project at execution time")
327+
}
328+
328329
/** -------- Apply deployment settings -------- */
329330
apply from: 'deploy.gradle'

0 commit comments

Comments
 (0)