Skip to content

Commit c0cc6a4

Browse files
dhasani23David Hasaniashishrp-aws
authored
fix(amazonq): update JAR (#7959)
## Problem ## Solution --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license. Co-authored-by: David Hasani <[email protected]> Co-authored-by: invictus <[email protected]>
1 parent f9767b7 commit c0cc6a4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
147 KB
Binary file not shown.

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-6-16.jar'))
21+
const jarPath = globals.context.asAbsolutePath(path.join('resources', 'amazonQCT', 'QCT-Maven-1-0-156-0.jar'))
2222

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

0 commit comments

Comments
 (0)