Hi
In gradle userguide, I got that "war plugin will disable the default JAR
archive generation of the Java plugin", and to change this action, we can
set "jar.enabled = true".
But I have test in my script, when I add "jar.enabled = true" to
build.gradle, the classes of current project are still copied to
WEB-INF/classes as java class file, not
package to a jar and move to WEB-INF/lib.
My env: gradle1.0-M3, windows vista, jdk 6.
Can somebody help to comfirm this ? If true, I would like to add a jira
bug for this problem.
Sky Ao