Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

Not working with Gradle 4.0 #155

@FisherKK

Description

@FisherKK

I've been using spoon for 2 years. After updating to Gradle 4.0 when I start my tests with

./gradlew spoon

build quits after few seconds and nothing happens.

Kamils-MacBook-Pro:MyApp F1sherKK$ ./gradlew spoon
Configuration 'debugCompile' in project ':app' is deprecated. Use 'debugImplementation' instead.
Configuration 'compile' in project ':app' is deprecated. Use 'implementation' instead.
Configuration 'androidTestCompile' in project ':app' is deprecated. Use 'androidTestImplementation' instead.
The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
at spoon_9foto28dorsod7a89hm8rr53p.run(/Users/F1sherKK/Dev/MyApp/app/spoon.gradle:117)
The ConfigurableReport.setDestination(Object) method has been deprecated and is scheduled to be removed in Gradle 4.0. Please use the method ConfigurableReport.setDestination(File) instead.
at quality_730ycu739lfr6y32p33f471dy$_run_closure2$_closure4$_closure5.doCall(/Users/F1sherKK/Dev/MyApp/config/quality.gradle:52)
Configuration 'testCompile' in project ':app' is deprecated. Use 'testImplementation' instead.
registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
:app:spoon UP-TO-DATE

BUILD SUCCESSFUL in 14s

Spoon versions that I use:

  • com.stanfy.spoon:spoon-gradle-plugin:1.2.2

  • com.squareup.spoon:spoon-client:1.6.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions