Skip to content

Commit b4c8d93

Browse files
committed
fork playframework
1 parent bb8b9d2 commit b4c8d93

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

configs/community.dbuild

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,8 @@ build += {
979979
uri: ${vars.uris.cachecontrol-uri}
980980
}
981981

982+
// temporarily forked (October 2018) to remove uses of DebugConfiguration which was
983+
// removed from ssl-config
982984
${vars.base} {
983985
name: "playframework"
984986
uri: ${vars.uris.playframework-uri}

configs/project-refs.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ vars.uris: {
9595
pascal-uri: "https://github.com/TomasMikula/pascal.git"
9696
pcplod-uri: "https://github.com/scalacommunitybuild/pcplod.git#community-build-2.12" # was ensime, master
9797
perfolation-uri: "https://github.com/outr/perfolation.git"
98-
playframework-uri: "https://github.com/playframework/playframework.git"
98+
playframework-uri: "https://github.com/SethTisue/playframework.git#community-build-2.12" # was playframework, master
9999
play-doc-uri: "https://github.com/playframework/play-doc.git"
100100
play-json-uri: "https://github.com/playframework/play-json.git"
101101
play-webgoat-uri: "https://github.com/playframework/play-webgoat.git"

0 commit comments

Comments
 (0)