Skip to content

Commit 2d29cd3

Browse files
committed
freeze scaffeine so it still extracts on JDK 8
1 parent e6d010b commit 2d29cd3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

proj/scaffeine.conf

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
// https://github.com/blemale/scaffeine.git#main
1+
// https://github.com/blemale/scaffeine.git#d3c2cf0b32a266730823e974848e15304811336d # was main
2+
3+
// frozen at a known-green SHA before a JGit upgrade in the build to a version
4+
// that requires JDK 11, preventing the build from even extracting on JDK 8
5+
6+
// we could probably fork to remove the offending plugin, but it seems acceptable
7+
// to just freeze instead
28

39
vars.proj.scaffeine: ${vars.base} {
410
name: "scaffeine"
5-
uri: "https://github.com/blemale/scaffeine.git#3d304ca03e6c718f2e938eefb098f592c5337996"
11+
uri: "https://github.com/blemale/scaffeine.git#d3c2cf0b32a266730823e974848e15304811336d"
612

713
extra.settings: ${vars.base.extra.settings} [
814
// resolve version conflict (from sbt-scoverage, probably?)

0 commit comments

Comments
 (0)