GoogleCloudPlatform / gradle-appengine-plugin

Gradle plugin that provides tasks for uploading, running and managing Google App Engine projects
Apache License 2.0
236 stars 60 forks source link

Failed to apply plugin for gradle 5.0 #308

Closed shindemanoj closed 5 years ago

shindemanoj commented 5 years ago

I am using Gradle 5.0 in the application. When I am trying to build the application I am getting following error:

FAILURE: Build failed with an exception.

  • Where: Build file '/home/user/project/build.gradle' line: 19

  • What went wrong: A problem occurred evaluating project ':project'. Failed to apply plugin [id 'appengine'] Could not get unknown property 'classesDir' for functional test classes of type org.gradle.api.internal.tasks.DefaultSourceSetOutput.

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

CONFIGURE FAILED in 0s ERROR: Could not get unknown property 'classesDir' for functional test classes of type org.gradle.api.internal.tasks.DefaultSourceSetOutput.

It's working for Gradle 4.10.2 Is it a bug in appengine plugin?

Thanks

loosebazooka commented 5 years ago

What version of the appengine-gradle-plugin are you using? I thought we had fixed this.

shindemanoj commented 5 years ago

Hello,

Thank you for the response. I am using 1.9.42 version of gradle-appengine-plugin. I tried with 1.9.59 version also. Still no luck.

loosebazooka commented 5 years ago

Oh I didn't realize this is the old repository. Please take a look at the README. This project is deprecated and we recommend using the newer plugin.

shindemanoj commented 5 years ago

Oh. Thank you.