-
#6 - Variables should be quoted under Windows. (Fixed issue seen under
1.1
release).
-
#5 - Gradle upgrade to v 2.12
-
Upgradle plugin to be built by Gradle 2.14
-
Add compatibility testing with GradleTest 1.0-beta3
-
#4 Environments can now be set for
GnuMakeBuild
tasks.
-
#3 Fixed Gradle 2.2+ incompatibility
-
Now using gradleTest plugin to test Gradle version compatibility.
-
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 runmake clean
-
If you do
:a:b:c:makeClean
Gradle will execute themake
task ina/b/c
. -
If no Makefile is provided, make will use startand rules to look for a Makefile.