Skip to content

Commit

Permalink
Ready for a 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed May 7, 2015
1 parent 8a537c0 commit b0424cf
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 19 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.adoc
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
18 changes: 0 additions & 18 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ apply plugin : 'org.ysb33r.gradletest'

group = 'org.ysb33r.gradle'
archivesBaseName = 'gnumake'
version = '1.0.2-SNAPSHOT'
version = '1.0.2'

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down

0 comments on commit b0424cf

Please sign in to comment.