Mathieu Fournier created NETBEANS-2737:
------------------------------------------
Summary: Gradle - Test task - Recompiles everything every time
Key: NETBEANS-2737
URL: https://issues.apache.org/jira/browse/NETBEANS-2737
Project: NetBeans
Issue Type: Bug
Components: projects - Gradle
Affects Versions: 11.0
Environment: Windows 10
NetBeans 11.0
Gradle 5.4
RedHat's OpenJDK 11
Reporter: Mathieu Fournier
Assignee: Laszlo Kishalmi
In NetBeans 11.0, for a Gradle Project, when we run task "Test", it passes the
parameter "--rerun-tasks" which will recompile every dependencies for the test
even if no changes were made.
In NetBeans 8.2 with Gradle Plugin (1.4.4), it called ":ProjectName:cleanTests
:ProjectName:test".
I can override the "test" task so that it doesn't pass the "--rerun-tasks", but
with issue NETBEANS-2735, I would need to do it for every sub-project...
Also, with bug NETBEANS-2736, we cannot override "debug.test.single" and
"test.single" to remove the "--rerun-tasks".
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists