nokeedev / gradle-native

The home of anything about Gradle support for natively compiled languages

Home Page:https://nokee.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clear derived data directory when build classpath changes

lacasseio opened this issue · comments

As a user building Xcode target using Gradle, I want to perform a full rebuild when Nokee plugin changes so that I get accurate feedback.

Acceptance Criteria

  • When the Nokee plugin changes (new version), then the derived data directory is deleted, removing any previous state.

Duplicate of #770