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"