We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522da6f commit 6876a71Copy full SHA for 6876a71
pom.xml
@@ -82,13 +82,16 @@
82
<groupId>org.springframework.boot</groupId>
83
<artifactId>spring-boot-maven-plugin</artifactId>
84
</plugin>
85
+ <plugin>
86
+ <groupId>com.google.cloud.tools</groupId>
87
+ <artifactId>appengine-maven-plugin</artifactId>
88
+ <version>2.2.0</version>
89
+ <configuration>
90
+ <deploy.projectId>mystical-ally-277821</deploy.projectId>
91
+ <deploy.version>auto</deploy.version>
92
+ </configuration>
93
+ </plugin>
94
</plugins>
95
</build>
96
- <pluginRepositories>
- <pluginRepository>
- <id>spring-releases</id>
- <url>https://repo.spring.io/libs-release</url>
- </pluginRepository>
- </pluginRepositories>
97
</project>
0 commit comments