Skip to content

Commit

Permalink
disabling part of the build because the GH actions build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
coutoPL committed Oct 26, 2023
1 parent 846d683 commit 88f933b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -1973,10 +1973,10 @@ lazy val root = (project in file("."))
releaseProcess := Seq[ReleaseStep](
checkSnapshotDependencies,
inquireVersions,
// runClean,
// // dist can't be aggregates by root because it using root tasks so we need to add cleaning of it explicitly
// // TODO: replace root tasks by some local tasks
// releaseStepCommand("dist/clean"),
runClean,
// dist can't be aggregates by root because it using root tasks so we need to add cleaning of it explicitly
// TODO: replace root tasks by some local tasks
releaseStepCommand("dist/clean"),
// ReleaseStep { st: State =>
// if (!st.get(ReleaseKeys.skipTests).getOrElse(false)) {
// releaseStepCommandAndRemaining("+test")(st)
Expand All @@ -1987,9 +1987,9 @@ lazy val root = (project in file("."))
// setReleaseVersion,
// commitReleaseVersion,
// tagRelease,
// releaseStepCommand("buildClient"),
releaseStepCommand("buildClient"),
// releaseStepCommandAndRemaining("+publishSigned"),
// releaseStepCommand("dist/Universal/packageZipTarball"),
releaseStepCommand("dist/Universal/packageZipTarball"),
// releaseStepCommandAndRemaining("+dist/Docker/publish"),
// releaseStepCommandAndRemaining("+liteEngineRuntimeApp/Docker/publish"),
// releaseStepCommand("sonatypeBundleRelease"),
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.12.4-SNAPSHOT"
version in ThisBuild := "1.12.3-SNAPSHOT"

0 comments on commit 88f933b

Please sign in to comment.