Skip to content
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

Remove upToDateWhen in favor of Gradle annotations #92

Merged
merged 1 commit into from
Jan 16, 2021

Conversation

jaredsburrows
Copy link
Owner

@jaredsburrows jaredsburrows merged commit b9f5afa into master Jan 16, 2021
@jaredsburrows jaredsburrows deleted the pr/jaredsburrows/remove-upToDateWhen branch January 16, 2021 03:43
@ZakTaccardi
Copy link

While this gives us incremental builds, it does not take into account gradle properties correctly.

./gradlew :lib:spoonDebugAndroidTest -PspoonClassName=SomeClass1
./gradlew :lib:spoonDebugAndroidTest -PspoonClassName=SomeClass2

The second command will not execute because the inputs to SpoonTask have not changed. The gradle properties that control how the task runs need to be added as inputs

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants