-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Not compatible with Gradle 7.0 #97
Comments
Note - I'm using |
note: I solved this internally by forking the code in This is strange because it should be near identical to |
Should we add it back? |
The larger issue is that marking these inputs as They affect whether the |
If you are referring to #98 - then I would argue yes |
We are seeing same issue on our project when we tried upgrading Android Gradle plugin to 7.0. Any updates or plans on fixing this? |
Yes. Just hoping update with the Jcenter updates as well. |
There's also issues on top of this due to the use of ddmlib which has changed certainly with build tools 30.
This is an issue with spoon itself, which it seems isn't getting very much in the way of updates. They haven't put out a release in a long time, and has seen 2 commits in 3 years. |
@jaredsburrows Are there any planned workarounds to spoon itself and ddmlib issues i mentioned? I'm not sure what could even be done, but i'm curious about your thoughts on it. |
@mattinger did you find any workarounds to the note: created relevant Spoon issue here square/spoon#583 |
@ZakTaccardi We abandoned spoon and migrated to Marathon |
After updating the plugin to 1.5.1 version. I had same issue. Even though adding clean with gradle command worked for me, it was time taking. Instead deleting spoon-output folder before running gradle command solved my problem. Note - spoon-output is present in build folder. Also spoon-output is not the custom directory that we give in spoon.gradle. This folder is created by spoon plugin itself, need to debug the reason for this. |
I believe this has bene fixed(https://github.com/jaredsburrows/gradle-spoon-plugin/blob/c6036263197165948348d7f78b77698c3f0b28ae/src/main/kotlin/com/jaredsburrows/spoon/SpoonTask.kt) and the fixed version is ok |
Make compatible with Gradle 7.0
Seeing:
As
applicationApk
is already marked with@Internal
- maybe it needs to be marked with@get:Internal
due to it being alateinit
?gradle-spoon-plugin/src/main/kotlin/com/jaredsburrows/spoon/SpoonTask.kt
Lines 20 to 26 in b9f5afa
The text was updated successfully, but these errors were encountered: