Skip to content

Commit

Permalink
downgrade app engine plugin
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
SudharakaP committed Feb 9, 2020
1 parent 2af8439 commit afdc559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.2.0</version>
<version>2.1.0</version>
<configuration>
<deploy.projectId>pythonsinhala-243503</deploy.projectId>
<deploy.version>GCLOUD_CONFIG</deploy.version>
Expand Down

0 comments on commit afdc559

Please sign in to comment.