Skip to content

Commit de96f40

Browse files
author
David Hasani
committed
update JAR file name
1 parent c8de2b3 commit de96f40

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-8-26.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-8-26.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",
File renamed without changes.

0 commit comments

Comments
 (0)