- `7.0.21` Fix module path quoting.
 - `7.0.20` Also run asset download for data generators.
 - `7.0.19` Only run with assets and natives on client like runs.
 - `7.0.18` Only download assets on runs.
 - `7.0.17` Better implement quoting around interpolation data.
 - `7.0.16` Fix a corner case where there is a sourceset in a run that has no runtimes available.
 - `7.0.15` Additionally configure build dependencies.
 - `7.0.14` Fix a missing short-circuit handling of the ProjectHolder.
 - `7.0.13` Add support for using SourceSets which are not related to NeoGradle applied projects.
   Closes: #26
 - `7.0.12` Automatically generate auto headers.
   Closes: #17
 - `7.0.11` Only apply IDE plugins when they are not applied yet.
   Closes #19
 - `7.0.10` Compile java for all related sourcesets before running the game.
 - `7.0.9` Always surround interpolated values with quotes.
   Closes: #20
 - `7.0.8` Break on successful download
 - `7.0.7` Merge pull request #16 from Technici4n/retries-assets
   
   Retry on asset download failure
 - `7.0.6` Retry on asset download failure
 - `7.0.5` Use the source configuration as the target of the task execution dependency
 - `7.0.4` Use the raw jar providing task directly in the target dependency and not in a wrapper.
 - `7.0.3` Add classpath data properly since we now do funny things with configurations.
 - `7.0.2` Fix publishing of maven artifacts and plugin coordinates.
 - `7.0.1` Fix the tests not working due to the new replacement logic supporting more than one configuration.
 - `7.0.0` Implement proper clean up of ng_dummy_ng dependencies
   Add GU 3.x
   Add versioning