From 089a6c21a4221a502905b839b1f1955818b6a97e Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Wed, 18 Jul 2012 22:37:16 +0300 Subject: [PATCH] remove main-class (since the deps are needed) --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index d1be5be3..68fd1ca4 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,6 @@ javadoc { jar { manifest.attributes['Implementation-Title'] = 'spring-shell' manifest.attributes['Implementation-Version'] = project.version - manifest.attributes['Main-Class'] = 'org.springframework.shell.Bootstrap' from("$rootDir/docs/src/info") { include "license.txt"