From 257f47965f0bed3ba7b1ea655dcfd0f3adba652b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 25 Feb 2014 12:23:32 +0000 Subject: [PATCH] Enable easy installation into local Maven repo To allow easy installation of the built artifacts into the local Maven repository, this commit applies the Maven plugin to all Gradle subprojects. As a result, the install task can now be used to perform the installation --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index cffa5d9b..bc3d0b2b 100644 --- a/build.gradle +++ b/build.gradle @@ -80,6 +80,7 @@ configure(allprojects) { configure(subprojects) { subproject -> apply plugin: "eclipse" + apply plugin: "maven" jar { manifest.attributes["Created-By"] =