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.
Added 1.1 roadmap and change format from Markdown to Asciidoc
- Loading branch information
Showing
2 changed files
with
24 additions
and
18 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,24 @@ | ||
= CHANGELOG | ||
|
||
== Version 1.1 Roadmap | ||
|
||
* https://github.com/ysb33r/gnumake-gradle-plugin/issues/5[#5] - Gradle upgrade to v 2.12 | ||
* Upgradle plugin to be built by Gradle 2.14 | ||
* Add compatibility testing with GradleTest 1.0-beta3 | ||
|
||
== Version 1.0 | ||
* 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 | ||
* 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.