Skip to content

Commit 8089afd

Browse files
committed
make classutil extract again on JDK 11
1 parent d9414d4 commit 8089afd

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
@@ -1681,6 +1681,8 @@ build += {
16811681
}
16821682

16831683
// dependency of giter8
1684+
// temporarily forked (October 2018) for JDK 11 fix, pending merge of
1685+
// https://github.com/bmc/classutil/pull/32
16841686
${vars.base} {
16851687
name: "classutil"
16861688
uri: ${vars.uris.classutil-uri}

configs/project-refs.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ vars.uris: {
3232
circe-uri: "https://github.com/circe/circe.git"
3333
circe-derivation-uri: "https://github.com/circe/circe-derivation.git"
3434
classpath-shrinker-uri: "https://github.com/scalacommunitybuild/classpath-shrinker.git#community-build-2.12" # was scalacenter, master
35-
classutil-uri: "https://github.com/bmc/classutil.git"
35+
classutil-uri: "https://github.com/SethTisue/classutil.git#coursier-bump" # was bmc, master
3636
conductr-lib-uri: "https://github.com/typesafehub/conductr-lib.git"
3737
coursier-uri: "https://github.com/coursier/coursier.git#dbaf748fadab19" # was master
3838
coursier-small-uri: "https://github.com/olafurpg/coursier-small.git"

0 commit comments

Comments
 (0)