Skip to content

Commit 35d4de6

Browse files
committed
fork scalastyle to remove bintray stuff
1 parent d024fec commit 35d4de6

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
@@ -1209,6 +1209,8 @@ build += {
12091209
extra.test-tasks: ["compile"]
12101210
}
12111211

1212+
// forked (July 2017) to get rid of the usual bintray-sbt stuff that
1213+
// makes dbuild upset
12121214
${vars.base} {
12131215
name: "scalastyle"
12141216
uri: ${vars.uris.scalastyle-uri}

configs/project-refs.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ vars.uris: {
8787
scalapb-uri: "https://github.com/scalapb/ScalaPB.git#268318c" # was master
8888
scalaprops-uri: "https://github.com/scalaprops/scalaprops.git"
8989
scalariform-uri: "https://github.com/scala-ide/scalariform.git"
90-
scalastyle-uri: "https://github.com/scalastyle/scalastyle.git"
90+
scalastyle-uri: "https://github.com/scalacommunitybuild/scalastyle.git#community-build-2.12"
9191
scalatags-uri: "https://github.com/lihaoyi/scalatags.git"
9292
scalatest-uri: "https://github.com/scalatest/scalatest.git#3.0.x"
9393
scalatex-uri: "https://github.com/lihaoyi/scalatex.git"

0 commit comments

Comments
 (0)