Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Failed to apply plugin for gradle 5.0 #308

Closed
shindemanoj opened this issue Apr 8, 2019 · 4 comments
Closed

Failed to apply plugin for gradle 5.0 #308

shindemanoj opened this issue Apr 8, 2019 · 4 comments

Comments

@shindemanoj
Copy link

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
Copy link
Contributor

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

@shindemanoj
Copy link
Author

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
Copy link
Contributor

loosebazooka commented Apr 8, 2019

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
Copy link
Author

Oh. Thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants