Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit afdc559

Browse files
committed
downgrade app engine plugin
This downgrade is necessary since we are using the extraction of the fat jar within the staging directory and the original jar needs to be removed using the workaround by adding the <artifact>${project.build.directory}</artifact> which points to the target directory. JHipster generator has moved to a different approach of using thin jars for deployment which we need to adapt in the future.
1 parent 2af8439 commit afdc559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@
655655
<plugin>
656656
<groupId>com.google.cloud.tools</groupId>
657657
<artifactId>appengine-maven-plugin</artifactId>
658-
<version>2.2.0</version>
658+
<version>2.1.0</version>
659659
<configuration>
660660
<deploy.projectId>pythonsinhala-243503</deploy.projectId>
661661
<deploy.version>GCLOUD_CONFIG</deploy.version>

0 commit comments

Comments
 (0)