You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by cc...@apache.org on 2017/12/14 21:57:22 UTC

[57/57] [abbrv] groovy git commit: Remove unnecessary `mustRunAfter`

Remove unnecessary `mustRunAfter`

Now that we generate separate jars for jar and jarjar, we don't need to make sure it's run after tests.


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/5011bf02
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/5011bf02
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/5011bf02

Branch: refs/heads/master
Commit: 5011bf02e8769fc35ff30533267deb6b5cb2e542
Parents: 5e40de2
Author: Cedric Champeau <cc...@apache.org>
Authored: Thu Dec 14 22:46:19 2017 +0100
Committer: Cedric Champeau <cc...@apache.org>
Committed: Thu Dec 14 22:46:19 2017 +0100

----------------------------------------------------------------------
 gradle/assemble.gradle | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/5011bf02/gradle/assemble.gradle
----------------------------------------------------------------------
diff --git a/gradle/assemble.gradle b/gradle/assemble.gradle
index 9497b60..7aff5f0 100644
--- a/gradle/assemble.gradle
+++ b/gradle/assemble.gradle
@@ -320,10 +320,6 @@ subprojects { sp ->
     }
 }
 
-allprojects {
-    rootProject.jarjar.mustRunAfter(test)
-}
-
 task sourceAllJar(type: Jar, dependsOn: { modules()*.sourceJar + rootProject.sourceJar }) {
     with sourceJar.rootSpec
     modules()*.sourceJar.each {