Skip to content

Commit 53865f2

Browse files
committed
freeze some play repos so they extract on Java 8
1 parent 46ca876 commit 53865f2

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

proj/cachecontrol.conf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
// https://github.com/playframework/cachecontrol.git#main
1+
// https://github.com/playframework/cachecontrol.git#485f49c8ed48814b2b796760071a254ed16c010a # was main
2+
3+
// frozen (June 2025) at an April 2025 commit before sbt-java-formatter
4+
// was upgraded to a version that doesn't run on Java 8
25

36
vars.proj.cachecontrol: ${vars.base} {
47
name: "cachecontrol"
5-
uri: "https://github.com/playframework/cachecontrol.git#f24f5c54cfbe1000399115492b231174f905a2d4"
8+
uri: "https://github.com/playframework/cachecontrol.git#485f49c8ed48814b2b796760071a254ed16c010a"
69

710
extra.settings: ${vars.base.extra.settings} [
811
// dbuild gets confused if only crossScalaVersions is set?!

proj/play-file-watch.conf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
// https://github.com/playframework/play-file-watch.git#main
1+
// https://github.com/playframework/play-file-watch.git#4a1bfbe43779eb94180b5e5c43ee0b52947ba613 # was main
2+
3+
// frozen (June 2025) at an April 2025 commit before sbt-java-formatter
4+
// was upgraded to a version that doesn't run on Java 8
25

36
vars.proj.play-file-watch: ${vars.base} {
47
name: "play-file-watch"
5-
uri: "https://github.com/playframework/play-file-watch.git#3163f59d6bc13ded87cdd7450806183a088d48ae"
8+
uri: "https://github.com/playframework/play-file-watch.git#4a1bfbe43779eb94180b5e5c43ee0b52947ba613"
69

710
extra.settings: ${vars.base.extra.settings} [
811
// dbuild gets confused if only crossScalaVersions is set?!

proj/playframework.conf

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
// https://github.com/playframework/playframework.git#2.9.x
1+
// https://github.com/playframework/playframework.git#f35c9e0f75f88ade2d256532eab2b6c4b25e2892 # was 2.9.x
22

33
// perhaps tracking main would work, but I'm inclined to be
44
// conservative and stick with 2.9.x for a while
55

6+
// except actually now we're frozen (June 2025) at an April 2025
7+
// commit before sbt-java-formatter was upgraded to a version that
8+
// doesn't run on Java 8, preventing the project from extracting
9+
610
vars.proj.playframework: ${vars.base} {
711
name: "playframework"
8-
uri: "https://github.com/playframework/playframework.git#20596e7c28206d4e1db6d1aacd9db1773db7c1ea"
12+
uri: "https://github.com/playframework/playframework.git#f35c9e0f75f88ade2d256532eab2b6c4b25e2892"
913

1014
extra.options: [
1115
]

0 commit comments

Comments
 (0)