File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1170,8 +1170,6 @@ object Build {
1170
1170
settings(commonNonBootstrappedSettings).
1171
1171
settings(packSettings).
1172
1172
settings(
1173
- triggeredMessage in ThisBuild := Watched .clearWhenTriggered,
1174
- submoduleChecks,
1175
1173
publishArtifact := false ,
1176
1174
// packMain := Map("dummy" -> "dotty.tools.dotc.Main"),
1177
1175
packExpandedClasspath := true ,
@@ -1189,8 +1187,6 @@ object Build {
1189
1187
settings(packSettings).
1190
1188
settings(
1191
1189
target := baseDirectory.value / " target" , // override setting in commonBootstrappedSettings
1192
- triggeredMessage in ThisBuild := Watched .clearWhenTriggered,
1193
- submoduleChecks,
1194
1190
publishArtifact := false ,
1195
1191
// packMain := Map("dummy" -> "dotty.tools.dotc.Main"),
1196
1192
packExpandedClasspath := true ,
You can’t perform that action at this time.
0 commit comments