Skip to content

Commit

Permalink
JDK 17 links
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Dec 11, 2024
1 parent 1690027 commit 84e58ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/azure-storage-queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 84e58ad

Please sign in to comment.