File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ plugins {
5
5
}
6
6
apply plugin : " io.freefair.maven-jars"
7
7
apply plugin : " io.freefair.javadoc-links"
8
-
9
- archivesBaseName = " okhttp-spring-boot-autoconfigure"
10
8
apply plugin : " io.freefair.maven-publish-java"
11
9
10
+ publishing. publications. mavenJava. artifactId = " okhttp-spring-boot-autoconfigure"
11
+
12
12
javadoc. options. linkSource true
13
13
14
14
bootRepackage. enabled = false
Original file line number Diff line number Diff line change 1
1
subprojects { Project starterProject ->
2
- starterProject. pluginManager. withPlugin(" java" ) {
3
- starterProject. archivesBaseName = " $starterProject . name -spring-boot-starter"
2
+ starterProject. pluginManager. withPlugin(" io.freefair.maven-publish- java" ) {
3
+ starterProject. publishing . publications . mavenJava . artifactId = " $starterProject . name -spring-boot-starter"
4
4
}
5
5
}
You can’t perform that action at this time.
0 commit comments