diff options
author | Shevek <[email protected]> | 2014-12-31 19:05:48 -0800 |
---|---|---|
committer | Shevek <[email protected]> | 2014-12-31 19:05:48 -0800 |
commit | 86f7ce7b960f504f299b0e43ffcd6a179566144a (patch) | |
tree | 3750c148af26c078082a0554c94caa37d40e1f5e | |
parent | 08d96e5f21cd44905e189a71cd22c3fc5bfaff0d (diff) |
Apply nexus to root project not subprojects.
-rw-r--r-- | gradle/nexus.gradle | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gradle/nexus.gradle b/gradle/nexus.gradle index d03f2a3..a51ec4b 100644 --- a/gradle/nexus.gradle +++ b/gradle/nexus.gradle @@ -1,4 +1,3 @@ -subprojects { apply plugin: 'com.bmuschko.nexus' project.afterEvaluate { @@ -42,4 +41,3 @@ subprojects { } } } -} |