Skip to content

Commit

Permalink
Merge pull request #426 from guardian/disable-compatibility-checking
Browse files Browse the repository at this point in the history
Temporarily disable compability
  • Loading branch information
davidfurey authored Jun 27, 2024
2 parents 785bb9e + 48b7af5 commit f35aae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lazy val root = (project in file("."))
.aggregate(client, defaultClient)
.settings(
publish / skip := true,
releaseVersion := ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease().value,
// releaseVersion := ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease().value,
releaseProcess := Seq(
checkSnapshotDependencies,
inquireVersions,
Expand Down

0 comments on commit f35aae0

Please sign in to comment.