Skip to content

Commit

Permalink
Prepared for 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Apr 28, 2015
1 parent f8feb60 commit 4c1c753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c1c753

Please sign in to comment.