Skip to content

Commit 3ac81a5

Browse files
author
David Hasani
committed
update JAR
1 parent f4a213f commit 3ac81a5

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
@@ -27,7 +27,7 @@ val changelog = tasks.register<GeneratePluginChangeLog>("pluginChangeLog") {
2727
}
2828

2929
tasks.prepareSandbox {
30-
from("contrib/QCT-Maven.jar") {
30+
from("contrib/QCT-Maven-6-16.jar") {
3131
into("/plugin-amazonq/lib")
3232
}
3333
}

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.jar")
96+
val jarPath = AwsToolkit.PLUGINS_INFO[AwsPlugin.Q]?.path?.resolve("lib/QCT-Maven-6-16.jar")
9797

9898
val commandList = listOf(
9999
"-Dmaven.ext.class.path=$jarPath",

0 commit comments

Comments
 (0)