Skip to content

Commit c45b0ee

Browse files
committed
Java root path for application pipeline
1 parent be833d0 commit c45b0ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infrastructure-cdk/lib/application-pipeline-stack.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ export class ApplicationPipelineStack extends Stack {
2020
const javaBuildPipeline = new JavaBuildPipeline(this, 'java-app', {
2121
appName: APPLICATION_NAME,
2222
deployBucket: artifactBucket,
23-
repositoryName: APPLICATION_NAME
23+
repositoryName: APPLICATION_NAME,
24+
projectRoot: APPLICATION_NAME
2425
});
2526

2627
new CfnOutput(this, 'ArtifactBucketName', {

0 commit comments

Comments
 (0)