This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit e4407d1119c2741ce872d52525320d50b9a53a38 Author: PJ Fanning <[email protected]> AuthorDate: Fri May 17 02:19:08 2024 +0100 build issue in nightly-builds.yml --- .github/workflows/nightly-builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index 4677289826..00d42ccc42 100644 --- a/.github/workflows/nightly-builds.yml +++ b/.github/workflows/nightly-builds.yml @@ -179,7 +179,7 @@ jobs: # genjavadoc does not support Scala 3.x sbt \ -Dpekko.genjavadoc.enabled=${{ matrix.scalaVersion != '3.3' }} \ - "+~ ${{ matrix.scalaVersion }} doc" + "++ ${{ matrix.scalaVersion }} doc" - name: Publish # Publish (osgi bundle) not working with JDK 17, issue #31132 @@ -188,7 +188,7 @@ jobs: sudo apt-get install graphviz sbt \ -Dpekko.build.scalaVersion=${{ matrix.scalaVersion }} \ - "+~ ${{ matrix.scalaVersion }} publishLocal publishM2" + "++ ${{ matrix.scalaVersion }} publishLocal publishM2" - name: Install scala-cli if: ${{ matrix.javaVersion == 11 }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
