Skip to content

Commit

Permalink
Move host (#142)
Browse files Browse the repository at this point in the history
* Moved to the sonatype s01 host
  • Loading branch information
j-mie6 authored Jan 9, 2023
1 parent 73f1e20 commit d947aba
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 @@ -37,7 +37,7 @@ inThisBuild(List(
),
// CI Configuration
tlCiReleaseBranches := Seq("master"),
tlSonatypeUseLegacyHost := true, // this needs to be switched off after migration
tlSonatypeUseLegacyHost := false,
githubWorkflowJavaVersions := Seq(Java8, JavaLTS, JavaLatest),
// We need this because our release uses different flags
githubWorkflowArtifactUpload := false,
Expand Down

0 comments on commit d947aba

Please sign in to comment.