Skip to content

Commit a2a81ce

Browse files
committed
unfork scalastyle
as per discussion on #198
1 parent 6b0fb4c commit a2a81ce

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

configs/community.dbuild

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,11 +1204,10 @@ build += {
12041204
extra.test-tasks: ["compile"]
12051205
}
12061206

1207-
// forked (July 2017) to get rid of the usual bintray-sbt stuff that
1208-
// makes dbuild upset
12091207
${vars.base} {
12101208
name: "scalastyle"
12111209
uri: ${vars.uris.scalastyle-uri}
1210+
extra.options: ["-Dscalastyle.publish-ivy-only=true"]
12121211
}
12131212

12141213
]}

configs/project-refs.conf

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

0 commit comments

Comments
 (0)