You are currently using a new, unsaved search.
gradle not supporting testNG 5.14.2
task group 'Ide' should be 'IDE'
Provide built-in support for executing a single test
Reconsider taskGroup naming
Remove additional 'time' listing from console output
Task name 'eclipseClean' is not consistent with the 'clean<TaskName>' pattern
Cannot create task from buildSrc after upgrading from previous Gradle version
Eclipse configuration is broken for web applications
add captureStandardError() method on Task API to mirror existing captureStandardOutput()
Support configuration of additional classpath containers in eclipseCp task in the Eclipse plugin
don't force users to declare buildscript { } classpath for gradle's own idea plugin
Files end up in the wrong place in a war when using webInf { into ... }
Gradle ignores the contents of a build script which contains a package statement
Documentation typos in
JavaDocOfflineLink created with wrong quotes
ConcurrentModificationException in tasks.allTasks { } when the closure adds a task
Would be nice if the idea plugin set up exlude dirs
Idea (IntelliJ) plugin does not honor buildDirName
Script based plugins are too slow
heap and cache file leak each time the set of output file paths for a task chage
generated ivy.xml is not valid
Gradle converts existing manifest attribute names to lower case when importing
IDEA plugin should only create a .iws file for the .ipr file, rather than a .iws file for each .iml file
NullPointerException
Gradle doesn't put a dependency section in ivy.xml
Have javadoc task render groups in the order they were defined
idea plugin should exclude .gradle dir and possibly build dir too
Let the executable be configurable for the Javadoc task.
When building a project, Gradle tries to find the dependency jars in the cache first even though they may be out of date
Make PublishArtifacts configurable
UnsupportedOperationException in up-to-date checking
test task currentDir property fails badly if String passed
Test task is broken on windows 64-bit jvm
JUnit on compile class path doesn't make it to testRuntime class path
A subproject will check the cache for a jar instead of the jar produced by the dependency
Archive Task does not support type field
AssertionError when Junit @BeforeClass or @AfterClass method throws an exception
Provide some way to delete the output of a given task
NPE in test process when running shutdown hook which uses Java util logging
the uploadArchives task doesn't upload sources and javadoc jars to an Ivy repository
The type attribute of the artifact tag in ivy.xml is not set appropriately for javadoc and sources
Artificat descriptor in ivy.xml file is created with non-existent attribute
SocketException when running buildSrc tests
Provide native support for javaexec and exec in form of tasks and methods.
Execute tests in parallel
After build, the generated ivy.xml and pom.xml do not match in the build dir
NPE while compiling
Wrong name of the parameter with doclet path in javadoc options
JavaDoc header field not settable
Generated Ivy.xml have the filePath attribute, and causing the ivyparser to fail.