-
Notifications
You must be signed in to change notification settings - Fork 77
Not working with Gradle 4.0 #155
Description
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-DATEBUILD 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