Skip to content

Commit 19ef074

Browse files
authored
Update springboot flexible app (GoogleCloudPlatform#2530)
Fixes GoogleCloudPlatform#2519
1 parent 6af8668 commit 19ef074

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • flexible/helloworld-springboot

flexible/helloworld-springboot/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@
6767
<groupId>org.springframework.boot</groupId>
6868
<artifactId>spring-boot-maven-plugin</artifactId>
6969
<version>2.2.6.RELEASE</version>
70+
<executions>
71+
<execution>
72+
<goals>
73+
<goal>repackage</goal>
74+
</goals>
75+
</execution>
76+
</executions>
7077
</plugin>
7178
<plugin>
7279
<groupId>com.google.cloud.tools</groupId>

0 commit comments

Comments
 (0)