Skip to content

Commit

Permalink
Override publishTo instead of sonatypePublishToBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Nov 7, 2024
1 parent 30a9f76 commit 0a6cc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-builder/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ cd "$repoDir"
PATH="/usr/lib/jvm/java-8-openjdk-amd64/bin:$PATH"
java -version
sbt --batch \
\;'set every sonatypePublishToBundle := Some("Community Build Repo" at sys.env("CB_MVN_REPO_URL"))' \
\;'set every publishTo := Some("Community Build Repo" at sys.env("CB_MVN_REPO_URL"))' \
\;'set every version := "'$scalaVersion'"' \
\;"scala3-bootstrapped/publish"

0 comments on commit 0a6cc59

Please sign in to comment.