From 4c1c7539ea1048b09e1330fd4dafbdcd2c54e97f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Schalk=20W=2E=20Cronj=C3=A9?= Date: Tue, 28 Apr 2015 22:53:08 +0100 Subject: [PATCH] Prepared for 1.0 release --- CHANGELOG.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5a6cd..d3dfcd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # CHANGELOG -## Version 1.0 - Roadmap +## 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, Gradle will look for Makefile in the same directory +- If no Makefile is provided, make will use startand rules to look for a Makefile. ## Version 0.3 - Add `gnumake` extension diff --git a/build.gradle b/build.gradle index 0d9c734..2fd87fc 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ apply plugin : 'com.github.hierynomus.license' group = 'org.ysb33r.gradle' archivesBaseName = 'gnumake' -version = '1.0-SNAPSHOT' +version = '1.0' sourceCompatibility = 1.6 targetCompatibility = 1.6