summaryrefslogtreecommitdiffstats
path: root/gradle/nexus.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'gradle/nexus.gradle')
-rw-r--r--gradle/nexus.gradle2
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 {
}
}
}
-}