86
86
]
87
87
}
88
88
links {
89
- site(" https://assertj.github.io/doc/ " )
89
+ site(" https://assertj.github.io/doc" )
90
90
releaseNotes(" https://github.com/assertj/assertj/releases/tag/assertj-build-{version}" )
91
91
}
92
92
}
@@ -145,7 +145,7 @@ bom {
145
145
]
146
146
}
147
147
links {
148
- site(" https://bytebuddy.net/ " )
148
+ site(" https://bytebuddy.net" )
149
149
docs(" https://bytebuddy.net/#/tutorial" )
150
150
releaseNotes(" https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-{version}" )
151
151
}
@@ -298,7 +298,7 @@ bom {
298
298
}
299
299
links {
300
300
site(" https://github.com/spring-gradle-plugins/dependency-management-plugin" )
301
- docs(" https://docs.spring.io/dependency-management-plugin/docs/{version}/reference/html/ " )
301
+ docs(" https://docs.spring.io/dependency-management-plugin/docs/{version}/reference/html" )
302
302
releaseNotes(" https://github.com/spring-gradle-plugins/dependency-management-plugin/releases/tag/v{version}" )
303
303
}
304
304
}
@@ -333,7 +333,7 @@ bom {
333
333
]
334
334
}
335
335
links {
336
- site(" https://www.ehcache.org/ " )
336
+ site(" https://www.ehcache.org" )
337
337
releaseNotes(" https://github.com/ehcache/ehcache3/releases/tag/v{version}" )
338
338
}
339
339
}
@@ -450,7 +450,7 @@ bom {
450
450
]
451
451
}
452
452
links {
453
- site(" https://www.graphql-java.com/ " )
453
+ site(" https://www.graphql-java.com" )
454
454
javadoc(" https://javadoc.io/doc/com.graphql-java/graphql-java/{version}" , " graphql.schema" , " graphql.execution" )
455
455
releaseNotes(" https://github.com/graphql-java/graphql-java/releases/tag/v{version}" )
456
456
}
@@ -510,7 +510,7 @@ bom {
510
510
}
511
511
links {
512
512
site(" https://hazelcast.com" )
513
- javadoc(" https://docs.hazelcast.org/docs/{version}/javadoc/ " , " com.hazelcast" )
513
+ javadoc(" https://docs.hazelcast.org/docs/{version}/javadoc" , " com.hazelcast" )
514
514
releaseNotes(" https://github.com/hazelcast/hazelcast/releases/tag/v{version}" )
515
515
}
516
516
}
@@ -631,7 +631,7 @@ bom {
631
631
]
632
632
}
633
633
links {
634
- site(" https://infinispan.org/ " )
634
+ site(" https://infinispan.org" )
635
635
javadoc(version -> " https://docs.jboss.org/infinispan/%s.%s/apidocs" . formatted(version. major(), version. minor()), " org.infinispan" )
636
636
releaseNotes(" https://github.com/infinispan/infinispan/releases/tag/{version}" )
637
637
}
@@ -1155,7 +1155,7 @@ bom {
1155
1155
]
1156
1156
}
1157
1157
links {
1158
- site(" https://kotlinlang.org/ " )
1158
+ site(" https://kotlinlang.org" )
1159
1159
docs(" https://kotlinlang.org/docs/reference" )
1160
1160
releaseNotes(" https://github.com/JetBrains/kotlin/releases/tag/v{version}" )
1161
1161
}
@@ -1253,7 +1253,7 @@ bom {
1253
1253
}
1254
1254
links {
1255
1255
site(" https://projectlombok.org" )
1256
- javadoc(" https://projectlombok.org/api/ " )
1256
+ javadoc(" https://projectlombok.org/api" )
1257
1257
}
1258
1258
}
1259
1259
library(" MariaDB" , " 3.4.1" ) {
@@ -1263,8 +1263,8 @@ bom {
1263
1263
]
1264
1264
}
1265
1265
links {
1266
- site(" https://mariadb.com/kb/en/mariadb-connector-j/ " )
1267
- releaseNotes(version -> " https://mariadb.com/kb/en/mariadb-connector-j-%s-release-notes/ "
1266
+ site(" https://mariadb.com/kb/en/mariadb-connector-j" )
1267
+ releaseNotes(version -> " https://mariadb.com/kb/en/mariadb-connector-j-%s-release-notes"
1268
1268
.formatted(version. toString(" -" )))
1269
1269
}
1270
1270
}
@@ -1488,7 +1488,7 @@ bom {
1488
1488
]
1489
1489
}
1490
1490
links {
1491
- site(" https://site.mockito.org/ " )
1491
+ site(" https://site.mockito.org" )
1492
1492
releaseNotes(" https://github.com/mockito/mockito/releases/tag/v{version}" )
1493
1493
}
1494
1494
}
@@ -1854,7 +1854,7 @@ bom {
1854
1854
}
1855
1855
links {
1856
1856
site(" https://github.com/rabbitmq/rabbitmq-java-client" )
1857
- javadoc(" https://rabbitmq.github.io/rabbitmq-java-client/api/current/ " , " com.rabbitmq" )
1857
+ javadoc(" https://rabbitmq.github.io/rabbitmq-java-client/api/current" , " com.rabbitmq" )
1858
1858
releaseNotes(" https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v{version}" )
1859
1859
}
1860
1860
}
@@ -1885,7 +1885,7 @@ bom {
1885
1885
]
1886
1886
}
1887
1887
links {
1888
- site(" https://projectreactor.io/ " )
1888
+ site(" https://projectreactor.io" )
1889
1889
releaseNotes(" https://github.com/reactor/reactor/releases/tag/{version}" )
1890
1890
}
1891
1891
}
@@ -2266,7 +2266,7 @@ bom {
2266
2266
links {
2267
2267
site(" https://spring.io/projects/spring-pulsar" )
2268
2268
github(" https://github.com/spring-projects/spring-pulsar" )
2269
- javadoc(version -> " https://docs.spring.io/spring-pulsar/docs/%s/api/ "
2269
+ javadoc(version -> " https://docs.spring.io/spring-pulsar/docs/%s/api"
2270
2270
.formatted(version. forMajorMinorGeneration()), " org.springframework.pulsar" )
2271
2271
docs(version -> " https://docs.spring.io/spring-pulsar/docs/%s/reference"
2272
2272
.formatted(version. forMajorMinorGeneration()))
@@ -2283,9 +2283,9 @@ bom {
2283
2283
links {
2284
2284
site(" https://spring.io/projects/spring-restdocs" )
2285
2285
github(" https://github.com/spring-projects/spring-restdocs" )
2286
- javadoc(version -> " https://docs.spring.io/spring-restdocs/docs/%s/api/ "
2286
+ javadoc(version -> " https://docs.spring.io/spring-restdocs/docs/%s/api"
2287
2287
.formatted(version. forMajorMinorGeneration()), " org.springframework.restdocs" )
2288
- docs(version -> " https://docs.spring.io/spring-restdocs/docs/%s/reference/htmlsingle/ "
2288
+ docs(version -> " https://docs.spring.io/spring-restdocs/docs/%s/reference/htmlsingle"
2289
2289
.formatted(version. forMajorMinorGeneration()))
2290
2290
releaseNotes(" https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}" )
2291
2291
}
@@ -2400,7 +2400,7 @@ bom {
2400
2400
]
2401
2401
}
2402
2402
links {
2403
- site(" https://www.thymeleaf.org/ " )
2403
+ site(" https://www.thymeleaf.org" )
2404
2404
javadoc(" thymeleaf" , version -> " https://www.thymeleaf.org/apidocs/thymeleaf/%s" . formatted(version), " org.thymeleaf" )
2405
2405
javadoc(" thymeleaf-spring6" , version -> " https://www.thymeleaf.org/apidocs/thymeleaf-spring6/%s" . formatted(version), " org.thymeleaf.spring6" )
2406
2406
releaseNotes(" https://github.com/thymeleaf/thymeleaf/releases/tag/thymeleaf-{version}" )
0 commit comments