Bad request when updating Appengine with mvn appengine:update

后端 未结 5 2154
-上瘾入骨i
-上瘾入骨i 2021-02-06 09:11

i\'m getting the following error, when I try to update a appengine-application with the appengine-maven-plugin:

400 Bad Request
Error when loading application co         


        
5条回答
  •  猫巷女王i
    2021-02-06 09:37

    In changed only the pom.xml file by adding the plugin>configuration>version tag (per below)...

    
        com.google.appengine
        appengine-maven-plugin
        ${project.appengine.version}
        
          8888
         *${app.version}*
        
    
    

提交回复
热议问题