Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/amazonq/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ val prepareBundledFlare by tasks.registering(Copy::class) {
}

tasks.withType<PrepareSandboxTask>().configureEach {
from(file("contrib/QCT-Maven-6-16.jar")) {
from(file("contrib/QCT-Maven-8-26.jar")) {
into(intellijPlatform.projectName.map { "$it/lib" })
}
from(prepareBundledFlare) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private fun runMavenJar(
logger: Logger,
): TransformRunnable {
logBuilder.appendLine("Command Run: IntelliJ IDEA bundled Maven JAR")
val jarPath = AwsToolkit.PLUGINS_INFO[AwsPlugin.Q]?.path?.resolve("lib/QCT-Maven-6-16.jar")
val jarPath = AwsToolkit.PLUGINS_INFO[AwsPlugin.Q]?.path?.resolve("lib/QCT-Maven-8-26.jar")

val commandList = listOf(
"-Dmaven.ext.class.path=$jarPath",
Expand Down
Binary file not shown.
Loading