mirror of
https://github.com/PaperMC/Velocity
synced 2026-08-18 22:23:06 -04:00
Export JSpecify annotations at runtime (#1861)
JSpecify annotations have runtime retention, so expose them through the API variant as recommended by JSpecify.
This commit is contained in:
parent
00759e5279
commit
71c50a75eb
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ java {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compileOnlyApi(libs.jspecify)
|
||||
api(libs.jspecify)
|
||||
|
||||
api(libs.gson)
|
||||
api(libs.guava)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue