This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new c84f1b2bbe build issue in nightly-builds.yml (#1329)
c84f1b2bbe is described below
commit c84f1b2bbe7cc30b773aae0e2422f2ad7f4f9ac1
Author: PJ Fanning <[email protected]>
AuthorDate: Fri May 17 05:35:40 2024 +0100
build issue in nightly-builds.yml (#1329)
* build issue in nightly-builds.yml
* Update nightly-builds.yml
---
.github/workflows/nightly-builds.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/nightly-builds.yml
b/.github/workflows/nightly-builds.yml
index 4677289826..fbc1f22f13 100644
--- a/.github/workflows/nightly-builds.yml
+++ b/.github/workflows/nightly-builds.yml
@@ -178,8 +178,8 @@ jobs:
sudo apt-get install graphviz
# genjavadoc does not support Scala 3.x
sbt \
- -Dpekko.genjavadoc.enabled=${{ matrix.scalaVersion != '3.3' }} \
- "+~ ${{ matrix.scalaVersion }} doc"
+ -Dpekko.genjavadoc.enabled=${{ matrix.scalaVersion.startsWith("3")
}} \
+ "++ ${{ 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]