Skip to content

Commit

Permalink
Added 1.1 roadmap and change format from Markdown to Asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Jul 13, 2016
1 parent 4c1c753 commit 0cea01c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.adoc
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
18 changes: 0 additions & 18 deletions CHANGELOG.md

This file was deleted.

0 comments on commit 0cea01c

Please sign in to comment.