File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ plugins {
27
27
id(" maven-publish" )
28
28
id(" idea" )
29
29
id(" signing" )
30
- id(" io.hndrs.publishing-info" ).version(" 1.0 .0" )
30
+ id(" io.hndrs.publishing-info" ).version(" 1.1 .0" )
31
31
}
32
32
33
33
group = " io.hndrs"
@@ -64,6 +64,7 @@ subprojects {
64
64
apply (plugin = " io.hndrs.publishing-info" )
65
65
66
66
publishingInfo {
67
+ name = project.name
67
68
url = " https://github.com/hndrs/jsonapi-spring-boot-starter"
68
69
license = License (
69
70
" https://github.com/hndrs/jsonapi-spring-boot-starter/blob/main/LICENSE" ,
@@ -79,6 +80,10 @@ subprojects {
79
80
)
80
81
}
81
82
83
+ java {
84
+ withJavadocJar()
85
+ }
86
+
82
87
dependencyManagement {
83
88
resolutionStrategy {
84
89
cacheChangingModulesFor(0 , " seconds" )
Original file line number Diff line number Diff line change @@ -5,3 +5,7 @@ dependencies {
5
5
testImplementation(group = " org.springframework.boot" , name = " spring-boot-starter-test" )
6
6
testImplementation(group = " org.springframework.boot" , name = " spring-boot-starter-web" )
7
7
}
8
+
9
+ publishingInfo {
10
+ description = " SpringBoot json api response starter"
11
+ }
Original file line number Diff line number Diff line change @@ -3,3 +3,6 @@ dependencies {
3
3
4
4
testImplementation(" io.mockk:mockk:1.10.6" )
5
5
}
6
+ publishingInfo {
7
+ description = " SpringBoot json api response classes and advices"
8
+ }
You can’t perform that action at this time.
0 commit comments