Skip to content

Commit 73eeb1a

Browse files
committed
ci: use flare alpha
1 parent b56813a commit 73eeb1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/amazonq/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ tasks.check {
6060
}
6161

6262
val downloadFlareManifest by tasks.registering(Download::class) {
63-
src("https://aws-toolkit-language-servers.amazonaws.com/qAgenticChatServer/0/manifest.json")
63+
src("https://d3akiidp1wvqyg.cloudfront.net/qAgenticChatServer/0/manifest.json")
6464
dest(layout.buildDirectory.file("flare/manifest.json"))
6565
onlyIfModified(true)
6666
useETag(true)

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/artifacts/ManifestFetcher.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class ManifestFetcher(
2929
private val logger = getLogger<ManifestFetcher>()
3030

3131
private const val DEFAULT_MANIFEST_URL =
32-
"https://aws-toolkit-language-servers.amazonaws.com/qAgenticChatServer/0/manifest.json"
32+
"https://d3akiidp1wvqyg.cloudfront.net/qAgenticChatServer/0/manifest.json"
3333

3434
private val DEFAULT_MANIFEST_PATH: Path = getToolkitsCommonCacheRoot()
3535
.resolve("aws")

0 commit comments

Comments
 (0)