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 57bb5ef commit 2fa0d9dCopy full SHA for 2fa0d9d
build.sbt
@@ -57,7 +57,7 @@ lazy val scalaCommunity: sbt.Project =
57
ideaInternalPluginsJars.value
58
.filterNot(cp => cp.data.getName.contains("lucene-core") || cp.data.getName.contains("junit-jupiter-api"))
59
,
60
- aggregate.in(updateIdea) := false,
+ Keys.aggregate.in(updateIdea) := false,
61
test in Test := test.in(Test).dependsOn(setUpTestEnvironment).value,
62
testOnly in Test := testOnly.in(Test).dependsOn(setUpTestEnvironment).evaluated,
63
buildInfoPackage := "org.jetbrains.plugins.scala.buildinfo",
0 commit comments