File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,6 @@ trait JsBuild { this: BuildCommons =>
223
223
Seq .empty[File ]
224
224
}.taskValue
225
225
},
226
- aggregate in publish := false ,
227
226
mimaPreviousArtifacts := Set (organization.value %%% moduleName.value % previousReleaseVersion),
228
227
mimaCurrentClassfiles := (classDirectory in Compile ).value.getParentFile / (moduleName.value + " _" + " sjs0.6_" + scalaBinaryVersion.value + " -" + releaseVersion + " .jar" )
229
228
).settings(osgiSettings : _* ).settings(
Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ trait NativeBuild { this: BuildCommons =>
211
211
Seq .empty[File ]
212
212
}.taskValue
213
213
},
214
- aggregate in publish := false
215
214
).settings(osgiSettings : _* ).settings(
216
215
OsgiKeys .exportPackage := Seq (
217
216
" org.scalatest" ,
Original file line number Diff line number Diff line change @@ -538,7 +538,6 @@ object ScalatestBuild extends BuildCommons with DottyBuild with NativeBuild with
538
538
Seq .empty[File ]
539
539
}.taskValue
540
540
},
541
- aggregate in publishArtifact := false ,
542
541
scalatestDocSettings,
543
542
unmanagedResourceDirectories in Compile += baseDirectory.value / " scalatest" / " src" / " main" / " resources" ,
544
543
mimaPreviousArtifacts := Set (organization.value %% name.value % previousReleaseVersion),
You can’t perform that action at this time.
0 commit comments