Skip to content

Commit 373e34e

Browse files
committed
Add dependency management for JSpecify
Closes gh-46776
1 parent 335063b commit 373e34e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,6 +1089,19 @@ bom {
10891089
releaseNotes("https://github.com/skyscreamer/JSONassert/releases/tag/jsonassert-{version}")
10901090
}
10911091
}
1092+
library("JSpecify", "1.0.0") {
1093+
group("org.jspecify") {
1094+
modules = [
1095+
"jspecify"
1096+
]
1097+
}
1098+
links {
1099+
site("https://jspecify.dev")
1100+
docs("https://jspecify.dev/docs/user-guide")
1101+
javadoc("https://jspecify.dev/docs/api", "org.jspecify")
1102+
releaseNotes("https://github.com/jspecify/jspecify/releases/tag/v{version}")
1103+
}
1104+
}
10921105
library("JTDS", "1.3.1") {
10931106
group("net.sourceforge.jtds") {
10941107
modules = [

0 commit comments

Comments
 (0)