Skip to content

Commit e121ccd

Browse files
authored
fix(amazonq): update extension (#6001)
1 parent 62153b8 commit e121ccd

File tree

3 files changed

+2
-2
lines changed

3 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
@@ -133,7 +133,7 @@ val prepareBundledFlare by tasks.registering(Copy::class) {
133133
}
134134

135135
tasks.withType<PrepareSandboxTask>().configureEach {
136-
from(file("contrib/QCT-Maven-6-16.jar")) {
136+
from(file("contrib/QCT-Maven-1-0-156-0.jar")) {
137137
into(intellijPlatform.projectName.map { "$it/lib" })
138138
}
139139
from(prepareBundledFlare) {

plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/ideMaven/MavenRunnerUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private fun runMavenJar(
9393
logger: Logger,
9494
): TransformRunnable {
9595
logBuilder.appendLine("Command Run: IntelliJ IDEA bundled Maven JAR")
96-
val jarPath = AwsToolkit.PLUGINS_INFO[AwsPlugin.Q]?.path?.resolve("lib/QCT-Maven-6-16.jar")
96+
val jarPath = AwsToolkit.PLUGINS_INFO[AwsPlugin.Q]?.path?.resolve("lib/QCT-Maven-1-0-156-0.jar")
9797

9898
val commandList = listOf(
9999
"-Dmaven.ext.class.path=$jarPath",
147 KB
Binary file not shown.

0 commit comments

Comments
 (0)