forked from ysb33r/gnumake-gradle-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
37 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
= CHANGELOG | ||
|
||
== Version 1.0.2 | ||
|
||
=== Bugs | ||
* https://github.com/ysb33r/gnumake-gradle-plugin/issues/4[#4] Environments can now be set for `GnuMakeBuild` tasks. | ||
|
||
== Version 1.0.1 | ||
|
||
=== Bugs | ||
* https://github.com/ysb33r/gnumake-gradle-plugin/issues/3[#3] Fixed Gradle 2.2+ incompatibility | ||
|
||
=== Other | ||
* Now using https://github.com/ysb33r/gradleTest[gradleTest plugin] to test Gradle version compatibility. | ||
|
||
== Version 1.0 | ||
|
||
=== Features | ||
|
||
* A default task called `make` is added when the plugin is applied. | ||
* Add file monitors for input or output so that Gradle will known when to run the `make` tasks | ||
* DSL improvements | ||
* Add rules such that `gradle makeClean` will run `make clean` | ||
* If you do `:a:b:c:makeClean` Gradle will execute the `make` task in `a/b/c`. | ||
* If no Makefile is provided, make will use startand rules to look for a Makefile. | ||
|
||
== Version 0.3 | ||
|
||
=== Features | ||
* Add `gnumake` extension | ||
|
||
== Version 0.2 | ||
* Change plugin id to `org.ysb33r.gnumake` | ||
|
||
== Version 0.1 | ||
* Initial release |
This file was deleted.
Oops, something went wrong.
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