Skip to content

Commit b5d03ad

Browse files
Added JSpecify support, updated baseline, fixed some nits
1 parent 2722b50 commit b5d03ad

File tree

8 files changed

+10324
-10430
lines changed

8 files changed

+10324
-10430
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55
id('java')
66
id('jacoco')
77
id('application')
8+
alias(libs.plugins.spring.nullability)
89
}
910

1011
repositories {
@@ -14,6 +15,7 @@ repositories {
1415
dependencies {
1516
implementation(libs.gson)
1617
implementation(libs.jave)
18+
implementation(libs.jspecify)
1719
implementation(libs.logback.classic)
1820
implementation(libs.telegram.bot.api)
1921
implementation(libs.tika)

gradle/libs.versions.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
gson = "com.google.code.gson:gson:2.13.1"
33
hamcrest = "org.hamcrest:hamcrest:3.0"
44
jave = "ws.schild:jave-core:3.5.0"
5+
jspecify = "org.jspecify:jspecify:1.0.0"
56
junit-jupiter = "org.junit.jupiter:junit-jupiter:5.13.4"
67
junit-platform = { module = "org.junit.platform:junit-platform-launcher" }
78
logback-classic = "ch.qos.logback:logback-classic:1.5.18"
89
mockwebserver = "com.squareup.okhttp3:mockwebserver3-junit5:5.1.0"
910
telegram-bot-api = "com.github.pengrad:java-telegram-bot-api:9.2.0"
1011
tika = "org.apache.tika:tika-core:3.2.2"
12+
13+
[plugins]
14+
spring-nullability = "io.spring.nullability:0.0.4"

0 commit comments

Comments
 (0)