We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d4de6 commit 7d0adb6Copy full SHA for 7d0adb6
configs/community.dbuild
@@ -1090,7 +1090,13 @@ build += {
1090
${vars.base} {
1091
name: "scalafmt"
1092
uri: ${vars.uris.scalafmt-uri}
1093
- extra.exclude: ["intellij"]
+ extra.exclude: [
1094
+ // our artifactory doesn't have sbt-idea-plugin; we could add it,
1095
+ // but this subproject seems inessential/irrelevant actually
1096
+ "intellij"
1097
+ // uses coursier (as a library, I think)
1098
+ "bootstrap"
1099
+ ]
1100
}
1101
1102
0 commit comments