From 84e58ad4815bd16f7423a7deb7f50ef732042c45 Mon Sep 17 00:00:00 2001 From: Enno <458526+ennru@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:03:29 +0100 Subject: [PATCH] JDK 17 links --- .github/workflows/link-validator.yml | 4 ++-- docs/src/main/paradox/azure-storage-queue.md | 2 +- project/Dependencies.scala | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml index f78e1517e6..a5fae8e5e5 100644 --- a/.github/workflows/link-validator.yml +++ b/.github/workflows/link-validator.yml @@ -31,12 +31,12 @@ jobs: # v6.4.5 uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d - - name: Set up JDK 11 + - name: Set up JDK 17 # https://github.com/coursier/setup-action/releases # v1.3.5 uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f with: - jvm: temurin:1.11 + jvm: temurin:1.17 apps: cs - name: sbt site diff --git a/docs/src/main/paradox/azure-storage-queue.md b/docs/src/main/paradox/azure-storage-queue.md index b8e57a9f87..18ea857a94 100644 --- a/docs/src/main/paradox/azure-storage-queue.md +++ b/docs/src/main/paradox/azure-storage-queue.md @@ -2,7 +2,7 @@ The Azure Storage Queue connector provides an Akka Stream Source and Sinks for Azure Storage Queue integration. -Azure Storage Queue is a queuing service similar to Amazon's SQS. It is designed mostly for long-running and non-time-critical tasks. For more information on Azure Storage Queue see the [Azure docs](https://azure.microsoft.com/en-us/services/storage/queues/). +Azure Storage Queue is a queuing service similar to Amazon's SQS. It is designed mostly for long-running and non-time-critical tasks. For more information on Azure Storage Queue see the [Azure docs](https://azure.microsoft.com/en-us/products/storage/queues/). @@project-info{ projectId="azure-storage-queue" } diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 10aac2af09..f14f2f0abd 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,7 +4,7 @@ import Keys._ object Dependencies { // Java Platform version for JavaDoc creation - // sync with Java version in .github/workflows/publish.yml#documentation + // sync with Java version in .github/workflows/link-validator.yml lazy val JavaDocLinkVersion = 17 val CronBuild = sys.env.get("GITHUB_EVENT_NAME").contains("schedule")