We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c6b15 commit bb5e7dcCopy full SHA for bb5e7dc
starters/build.gradle
@@ -2,4 +2,10 @@ subprojects { Project starterProject ->
2
starterProject.pluginManager.withPlugin("io.freefair.maven-publish-java") {
3
starterProject.publishing.publications.mavenJava.artifactId = "$starterProject.name-spring-boot-starter"
4
}
5
+
6
+ starterProject.apply plugin: "java-library"
7
8
+ starterProject.jar.manifest {
9
+ attributes 'Spring-Boot-Jar-Type': 'dependencies-starter'
10
+ }
11
0 commit comments