Skip to content

Commit 4552439

Browse files
author
David Hasani
committed
update JAR
1 parent 4885c4c commit 4552439

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/core/src/codewhisperer/service/transformByQ/transformMavenHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function collectDependenciesAndMetadata(dependenciesFolderPath: string, workingD
1818
getLogger().info('CodeTransformation: running mvn clean test-compile with maven JAR')
1919

2020
const baseCommand = transformByQState.getMavenName()
21-
const jarPath = globals.context.asAbsolutePath(path.join('resources', 'amazonQCT', 'QCT-Maven-5-16.jar'))
21+
const jarPath = globals.context.asAbsolutePath(path.join('resources', 'amazonQCT', 'QCT-Maven-6-16.jar'))
2222

2323
getLogger().info('CodeTransformation: running Maven extension with JAR')
2424

0 commit comments

Comments
 (0)