We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962eb62 commit a370217Copy full SHA for a370217
utils/build.gradle.kts
@@ -22,7 +22,7 @@ repositories {
22
23
dependencies {
24
compileOnly("org.jspecify:jspecify:1.0.0")
25
- compileOnly("org.jetbrains:annotations:26.0.2")
+ compileOnly("org.jetbrains:annotations:26.0.2-1")
26
27
testImplementation(platform("org.junit:junit-bom:5.13.4"))
28
testImplementation("org.junit.jupiter:junit-jupiter")
0 commit comments