GoogleCloudPlatform / app-gradle-plugin

The library has moved to https://github.com/GoogleCloudPlatform/appengine-plugins/tree/main/app-gradle-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task 'appengineDeploy' not found

rickbijkerk opened this issue · comments

For some reason i dont get the deploy gradle task available to me while all the other task are available, is it something im doing wrong? or has this functionality been moved to somewhere else?

image

image

ok i found out what the problem was apparently i was using the old plugin

OLD
classpath 'com.google.appengine:gradle-appengine-plugin:1.9.59'

NEW
classpath 'com.google.cloud.tools:appengine-gradle-plugin:1.3.5'
also change the plugin name to "apply plugin: 'com.google.cloud.tools.appengine'"