Closed oakstair closed 7 years ago
@loosebazooka
This appears like it could be because it's not autodetecting that it's a standard project. Do you have an appengine-web.xml
in src/main/webapp/WEB-INF
?
@oakstair if you were still unable to migrate, please re-open this with more details.
@loosebazooka is there any way to tell the plugin that it's standard project
without auto-detecting the appengine-web.xml
?
The reason for that is cause I use copy tasks to copy appengine configuration depending on the environment it'd work on, but, for example, when I run gradlew clean
there is nothing copied yet (it'll be copied during the build phase), so plugin crashes with such an exception:
Could not find method run() for arguments [build_5z5bk6tp5bqdnghwe3oebqvov$_run_closure2$_closure3@3fac8ed] on object of type com.google.cloud.tools.gradle.appengine.core.AppEngineExtension.
Could you please advice how could the plugin configuration be tweaked?
Regards, Yuri.
We have been using the the gradle-appengine-plugin for a while now but since this is the future we decided to give it a try.
We get this however ....
Must be something we have missed!
And here is the build script.