what is version in (com.google.cloud.tools)

42 views
Skip to first unread message

Skm Villa

unread,
May 1, 2020, 8:44:52 PM5/1/20
to Google App Engine
Hello Team,

What is gcloud config -

   <plugin>
        <groupId>com.google.cloud.tools</groupId>
        <artifactId>appengine-maven-plugin</artifactId>
        <version>2.2.0</version>
        <configuration>
          <!-- can be set w/ -DprojectId=myProjectId on command line -->
          <projectId>taxideal</projectId>
          <!-- set the GAE version or use "GCLOUD_CONFIG" for an autogenerated GAE version -->
          <version>290.0.1</version>
        </configuration>
      </plugin>

what is <version>   </version> ? from below infection
----------------------------------------- 
gcloud config...
Google Cloud SDK 290.0.1
app-engine-java 1.9.79
app-engine-python 1.9.90
bq 2.0.56
cloud-datastore-emulator 2.1.0
core 2020.04.24
gsutil 4.49
-------------------
What to added in version ? i havde added this but getting error
------------------
 ERROR: (gcloud.app.deploy) argument --version/-v: Bad value [290.0.1]: May only contain lowercase letters, digits, and hyphens. Must begin and end with a letter or digit. Must not exceed 63 characters.




George (Cloud Platform Support)

unread,
May 4, 2020, 11:50:03 AM5/4/20
to Google App Engine
Parameter "version" is defined as: "The version of the app that will be created or replaced by this deployment. If you do not specify a version, one will be generated for you".

You seem to want to set version to your Cloud SDK version, which contains unacceptable "." dots. It is the version of your app needed, which has to be supplied by you, or generated automatically. You may check the "App Engine Maven Plugin (Cloud SDK-based) Goals and Parameters" documentation page for related detail. 
Reply all
Reply to author
Forward
0 new messages