This is an automated email from the ASF dual-hosted git repository.
raboof pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-quickstart-java.g8.git
The following commit(s) were added to refs/heads/main by this push:
new 2f61ebd chore(ci): run with jdk17 (#55)
2f61ebd is described below
commit 2f61ebd54c352bb2f94b4177cf435c4b150b4b38
Author: Arnout Engelen <[email protected]>
AuthorDate: Sun Aug 30 15:16:50 2026 +0200
chore(ci): run with jdk17 (#55)
---
.github/workflows/build-test.yml | 4 ++--
project/paradox.sbt | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index eb2f267..20d580d 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -13,11 +13,11 @@ jobs:
# we don't know what commit the last tag was it's safer to get
entire repo so previousStableVersion resolves
fetch-depth: 0
- - name: Set up JDK 11
+ - name: Set up JDK 17
uses: actions/[email protected]
with:
distribution: temurin
- java-version: 11
+ java-version: 17
- name: Install sbt
uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8
diff --git a/project/paradox.sbt b/project/paradox.sbt
index 25986e3..1fdf411 100644
--- a/project/paradox.sbt
+++ b/project/paradox.sbt
@@ -1,3 +1,5 @@
// sbt-paradox, used for documentation
addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1")
+// Needed until we update beyond pekko-sbt-paradox 1.0.1
+addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.11.0")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]