GoogleCloudPlatform / app-gradle-plugin

The library has moved to https://github.com/GoogleCloudPlatform/appengine-plugins/tree/main/app-gradle-plugin
Apache License 2.0
153 stars 40 forks source link

Fix UP-TO-DATE annotations #320

Closed loosebazooka closed 5 years ago

loosebazooka commented 5 years ago

Fixes #318.

loosebazooka commented 5 years ago

I'm not sure how to write a test for this. The gradle source doesn't have much testing for this, so I'm a little confused. Added a question to the gradle forums: https://discuss.gradle.org/t/how-do-i-write-a-test-to-validate-my-use-of-inputfiles-or-any-other-types-of-up-to-date-annotations/30067 I guess we'll see what happens.

loosebazooka commented 5 years ago

@TadCordle @chanseokoh updated with a test, PTAL.