-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…1471) When `generateSmithyBuild` task is up to date, the hashes of the build are not calculated, so `modifyMtime` fails, because it expects them to be registered in Gradle's project properties. This can happen if you run a command like `./gradlew codegen-server-test:test` twice consecutively. In this case, we should skip the `modifyMtime` task altogether. Everything is up to date, so no codegen will run, and no artifacts will change.
- Loading branch information
1 parent
5af3b10
commit a91b813
Showing
1 changed file
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters