Skip to content

Commit be6ad63

Browse files
committed
add checkerframework javadoc link
1 parent a95ae26 commit be6ad63

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

checksum.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@
225225
</trusted-keys>
226226
<dependencies>
227227
<dependency group='' module='caffeine_local' version=''>
228+
<sha512>4FD71D2654435626B5FC1D5FB47809D322D9AC3AEDE1A45D1A45070B1820C922522C7D1586CD1C074F3F27D9E73C8F51F554AEE0F07A08ECB6593CAF0638825D</sha512>
228229
<sha512>6CB83B6D5054C63C13AF5FD39F11065556137EDD423385F5D960A656FAFDDF5A5DDCCD1DDEDDAFDCBD511D0FEF005C58FAC9E3FB0BDF1D469AF24450DFBC2325</sha512>
229230
<sha512>F8FEFDB21CB04D9C229D3C27DC03BDF141A943AED99D29B1349CAFB10758901AE8A564C0C00FF55F574D1CBCE4BEF9E33B6F6CF92B8ABD31A8D98009870DB800</sha512>
230231
</dependency>

gradle/codeQuality.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
// Instead we have to download and trick the build to put the jar on the compiler's classpath
3838
// See the downloadCaffeineLocal() task and https://github.com/gradle/gradle/issues/11625
3939
task downloadCaffeineLocal() {
40-
def url = 'https://repo1.maven.org/maven2/com/github/ben-manes/caffeine/caffeine/2.8.8/caffeine-2.8.8.jar'
40+
def url = 'https://repo1.maven.org/maven2/com/github/ben-manes/caffeine/caffeine/2.9.0/caffeine-2.9.0.jar'
4141
def local = file("${rootDir}/build/libs/caffeine_local.jar")
4242
if (!local.exists()) {
4343
local.parentFile.mkdirs()
@@ -46,6 +46,7 @@ task downloadCaffeineLocal() {
4646
}
4747

4848
javadoc.options.links(
49+
'https://checkerframework.org/api/',
4950
'https://lightbend.github.io/config/latest/api/',
5051
"https://guava.dev/releases/${versions.guava}/api/docs/",
5152
"https://docs.oracle.com/en/java/javase/${JavaVersion.current().majorVersion}/docs/api/")

0 commit comments

Comments
 (0)