This is a static copy of the JIRA issue tracker for Gradle. Open new issues on GitHub.

KeySummaryAssigneeReporterStatusResolutionCreatedUpdated
GRADLEREV-1Can you add a mention in the 'contributions' section of the release notes for...Luke DaleyLuke DaleyResolvedFixed2013-05-182013-06-24
GRADLEREV-7Rename 'empty' build typeLuke DaleyAdam MurdochResolvedFixed2013-06-242013-06-24
GRADLEREV-8Needs a mention in the release notes.Luke DaleyAdam MurdochResolvedFixed2013-06-242013-06-24
GRADLEREV-9Store test case output by id instead of nameLuke DaleyAdam MurdochResolvedFixed2013-06-242013-07-04
GRADLEREV-10Add test coverage for output-per-testcase where JUnit runs a test with the same name multiple timesLuke DaleyAdam MurdochResolvedFixed2013-06-242013-07-24
GRADLEREV-11Mention Test implements Reporting in release notesLuke DaleyAdam MurdochResolvedFixed2013-06-242013-06-24
GRADLEREV-12Include output not associated with test case in junit xml when association is with_testcaseLuke DaleyAdam MurdochResolvedFixed2013-06-242013-07-04
GRADLEREV-13Track relevant regions in binary test result files for each test caseLuke DaleyAdam MurdochResolvedFixed2013-06-242013-07-04
GRADLEREV-15Add an 'outputDirectory' property to TestNGOptions and use it for TestNG's outputLuke DaleyAdam MurdochResolvedFixed2013-07-242013-12-16
GRADLEREV-16Review name of `TestReports` interfaceLuke DaleyAdam MurdochResolvedFixed2013-07-242013-07-26
GRADLEREV-17Move JavaMethod to live with JavaReflectionUtilLuke DaleyAdam MurdochResolvedDone2013-07-242016-07-25
GRADLEREV-18Tests should go and live with the tests for JavaReflectionUtil.Luke DaleyAdam MurdochResolvedDone2013-07-242016-07-25
GRADLEREV-19Separate copy details for files and directoriesLuke DaleyAdam MurdochResolvedDone2013-07-242016-07-25
GRADLEREV-20Autotest samples on RepositoryHandlerLuke DaleyAdam MurdochResolvedDone2013-07-242016-07-25
GRADLEREV-21Remove new constants from RepositoryHandlerLuke DaleyAdam MurdochResolvedFixed2013-07-242013-07-26
GRADLEREV-22User guide sometimes uses `JCenter` and sometimes uses `jcenter`.Luke DaleyAdam MurdochResolvedFixed2013-07-242013-07-26
GRADLEREV-23`#maven()` or `#jcenter()` ?Luke DaleyAdam MurdochResolvedNot A Bug2013-07-242013-07-26
GRADLEREV-24artifactUrls = [...]Luke DaleyAdam MurdochResolvedFixed2013-07-242013-07-26
GRADLEREV-25@Incubating should not be @InheritedLuke DaleyAdam MurdochResolvedFixed2013-07-242013-07-26
GRADLEREV-26Mention string -> enum coercion in release notesLuke DaleyAdam MurdochResolvedFixed2013-07-242013-07-26
GRADLEREV-27Add some explicit int test coverage for string -> enum coercionLuke DaleyAdam MurdochResolvedDone2013-07-242016-07-25
GRADLEREV-28Cache meta-data used to decide which methods to coerce string -> enumLuke DaleyAdam MurdochResolvedDone2013-07-242016-07-25
GRADLEREV-29Add something to the DSL spec to improve error handling when method param cannot be coercedLuke DaleyAdam MurdochResolvedDone2013-07-242016-07-25
GRADLEREV-30try to change JavaReflectiionUtil.method() to take care of mapping from primitive and wrapper typesLuke DaleyAdam MurdochResolvedDone2013-07-292016-07-25
GRADLEREV-31Introduce a `NotationParser` that can convert CharSequence to enum type and use in DSL coercionLuke DaleyAdam MurdochResolvedDone2013-07-292016-07-25
GRADLEREV-32fail if the string can be coerced to multiple enum values.Luke DaleyAdam MurdochResolvedDone2013-07-292016-07-25
GRADLEREV-33share string -> enum conversion code with `DefaultTestLogging.toEnum()`Luke DaleyAdam MurdochResolvedDone2013-07-292016-07-25
GRADLEREV-34Reuse MethodArgumentsTransformer instancesLuke DaleyAdam MurdochResolvedDone2013-07-292016-07-25
GRADLEREV-35Need a unit test case for two methods with same name that accept different enum typesLuke DaleyAdam MurdochResolvedDone2013-07-292016-07-25
GRADLEREV-36clean up finder methods on JavaReflectionUtilLuke DaleyAdam MurdochResolvedDone2013-07-292016-07-25
GRADLEREV-37Reuse JavaReflectionUtil.findMethod() for JavaMethod.findMethod().Luke DaleyAdam MurdochResolvedDone2013-07-292016-07-25
GRADLEREV-38should probably consider static methods, possibly ignore them.Luke DaleyAdam MurdochResolvedDone2013-07-292016-07-25
GRADLEREV-39add some unit test coverage to JavaReflectionUtilLuke DaleyAdam MurdochResolvedDone2013-07-292016-07-25
GRADLEREV-40Use Guava MultiMapLuke DaleyAdam MurdochResolvedDone2013-07-292016-07-25
GRADLEREV-41Type coercion should deal with multiple overloads that can accept the original argumentLuke DaleyAdam MurdochResolvedDone2013-07-292016-07-25
GRADLEREV-42Consider how type coercion deals with inherited method that accepts original parameterLuke DaleyAdam MurdochResolvedDone2013-07-292016-07-25
GRADLEREV-43Consistent coverage that core domain objects are decoratedLuke DaleyAdam MurdochResolvedDone2013-07-292016-07-25
GRADLEREV-44inject a FileOperations instead creating copy spec directlyLuke DaleyAdam MurdochResolvedFixed2013-07-292013-08-09
GRADLEREV-45Use a `FileOperations` instead of the file actions and visitorsLuke DaleyAdam MurdochResolvedDone2013-07-292016-07-25
GRADLEREV-46Need to close the index file in a finally { ... } block.Luke DaleyAdam MurdochResolvedFixed2013-07-292013-08-02
GRADLEREV-47Stricter error handling opening test output indexLuke DaleyAdam MurdochResolvedFixed2013-07-292013-08-02
GRADLEREV-48RandomAccessFile backed test output readLuke DaleyAdam MurdochResolvedFixed2013-07-292013-08-02
GRADLEREV-49Use simple ids for serialized test results and outputLuke DaleyAdam MurdochResolvedFixed2013-07-292013-08-02
GRADLEREV-50Can you also add to IncrementalTaskInputs? And maybe GradleBuildInvocationSp...Luke DaleyAdam MurdochResolvedFixed2013-07-292013-07-29
GRADLEREV-51Replace usages of ReflectionUtilLuke DaleyAdam MurdochResolvedFixed2013-07-292013-08-05
GRADLEREV-52Deprecate one of the `get` or `is` methods for the `CompileOptions` propertiesLuke DaleyAdam MurdochResolvedFixed2013-07-292013-11-24
GRADLEREV-53name should end with 'Exception'Luke DaleyLuke DaleyResolvedFixed2014-01-022014-01-02
GRADLEREV-54Let's add some int test coverage for this (so that the delegate doesn't accid...Luke DaleyLuke DaleyResolvedFixed2014-01-022014-01-02
GRADLEREV-55Let's stick with the map based method.Luke DaleyLuke DaleyResolvedFixed2014-01-022014-01-02
GRADLEREV-56It should be an error to not provide a version for the android pluginLuke DaleyLuke DaleyResolvedFixed2014-01-022014-01-02
GRADLEREV-57Remove PluginHandlerInternalLuke DaleyLuke DaleyResolvedFixed2014-01-022014-01-02
GRADLEREV-58We shouldn't even bother executing the `plugins { ... }` closure when the tar...Luke DaleyLuke DaleyReopened2014-01-022014-01-02
GRADLEREV-59Use a build scoped service for resolving plugin requestsLuke DaleyLuke DaleyResolvedFixed2014-01-022014-01-02
GRADLEREV-60PluginResolver doesn't need to be namedLuke DaleyLuke DaleyResolvedFixed2014-01-022014-01-02
GRADLEREV-61Unit test coverage for DefaultPluginHandlerLuke DaleyLuke DaleyResolvedFixed2014-01-022014-01-02
GRADLEREV-62Remove cpp-exe and cpp-lib pluginsLuke DaleyLuke DaleyResolvedFixed2014-01-022014-01-21
GRADLEREV-63Prevent anything (besides buildscript {}) appearing before plugins {} blockLuke DaleyLuke DaleyResolvedDone2014-01-022016-07-25
GRADLEREV-64Javadoc for PluginHandlerLuke DaleyLuke DaleyResolvedDone2014-01-022016-07-25
GRADLEREV-65Add a pull request validation build typeLuke DaleyLuke DaleyResolvedFixed2014-01-022014-01-02
GRADLEREV-66Use a constant set of plugin resolvers for all scriptsLuke DaleyLuke DaleyResolvedFixed2014-01-032014-01-03
GRADLE-1Support for dependency snapshot functionalityHans DockterResolvedFixed2008-02-132017-01-24
GRADLE-2The root project path should be '/' not '/name'Hans DockterHans DockterResolvedFixed2008-02-132013-01-04
GRADLE-3Add Visitor or Listener interfaces to the core domain model where it makes senseHans DockterSteven DevijverResolvedFixed2008-02-132013-01-04
GRADLE-4The project.createTask dependsOn argument should accept also a String, not just a list.Hans DockterHans DockterResolvedFixed2008-02-132013-01-04
GRADLE-5Depend on projects that are not Gradle projectsSteven DevijverResolvedWon't Fix2008-02-142017-02-10
GRADLE-6The JDepends target of our build throws an exception on some platformsHans DockterHans DockterResolvedWon't Fix2008-02-142013-01-04
GRADLE-7Our startup script is not production readyHans DockterHans DockterResolvedFixed2008-02-142013-01-04
GRADLE-8The dependsOn paths shall be resolved at execution time not configuration timeHans DockterHans DockterResolvedFixed2008-02-142013-01-04
GRADLE-9Add Gradle dress to Ant, Maven, Buildr, Gant, ... projectsSteven DevijverResolvedIncomplete2008-02-152013-08-02
GRADLE-10Create hierachy of non-Gradle projectsSteven DevijverResolvedWon't Fix2008-02-152017-02-10
GRADLE-11Allow depended upon tasks to be executed if the depending task fails (test, compile, ...)Steven DevijverResolvedIncomplete2008-02-152013-01-23
GRADLE-12Allow depended upon tasks to be executed only if the depending task failsSteven DevijverResolvedFixed2008-02-152017-01-24
GRADLE-13Allow tasks to depend on Maven lifecycles or Ant tasks in other projectsSteven DevijverResolvedWon't Fix2008-02-152017-02-10
GRADLE-14Allow concurrent execution of sibling tasks if possibleSteven DevijverResolvedWon't Fix2008-02-152017-02-10
GRADLE-15Create Swing GUI that shows project or task hierarchy and allows per project execution and supports concurrent executionHans DockterSteven DevijverResolvedFixed2008-02-152013-01-04
GRADLE-16Write Gradle NetBeans plugin based on MevenIDESteven DevijverResolvedWon't Fix2008-02-152013-01-04
GRADLE-17Add virtual directory support to gradlesettings.xmlSteven DevijverResolvedWon't Fix2008-02-152013-05-01
GRADLE-18Make compile target and source a property settable via a convention object.Hans DockterHans DockterResolvedFixed2008-02-182013-01-04
GRADLE-19childrenDependsOnMe() should be childrenDependOnMe()Hans DockterSteven DevijverResolvedFixed2008-02-192013-01-04
GRADLE-20Limit JARs that are loaded by the class path, add Ant to IvyHans DockterSteven DevijverResolvedFixed2008-02-192013-01-04
GRADLE-21Ant Exceptions are not properly catchedHans DockterHans DockterResolvedFixed2008-02-222013-01-04
GRADLE-22Fix warning during the test compile of the Gradle buildHans DockterHans DockterResolvedFixed2008-02-222013-01-04
GRADLE-23Make the DepencencyManager convention awareHans DockterHans DockterResolvedFixed2008-02-232013-01-04
GRADLE-24Add merge feature to run a number of tasknames as one buildAdam MurdochHans DockterResolvedFixed2008-04-092013-01-04
GRADLE-25Add JDepends Coverage reportsHans DockterResolvedFixed2008-04-092013-01-04
GRADLE-26Add reportingHans DockterResolvedFixed2008-04-092017-01-24
GRADLE-27Add testNG supportTom EyckmansHans DockterResolvedFixed2008-04-092013-01-04
GRADLE-28Add tasks for generating Eclipse files Hans DockterHans DockterResolvedFixed2008-04-092013-01-04
GRADLE-29Introduce optional gradle_before and gradle_after groovy files in the gradle user dir, which get applied to the root project.Hans DockterHans DockterResolvedWon't Fix2008-04-102013-01-04
GRADLE-30skip.TASKNAME equals should skip a task.Hans DockterHans DockterResolvedFixed2008-04-102013-01-04
GRADLE-31Split the tutorial creator into single filesHans DockterHans DockterResolvedFixed2008-04-112013-01-04
GRADLE-32Discuss: Do we need plugin.properties any longer, now that we have default imports?Hans DockterHans DockterResolvedFixed2008-04-112013-01-04
GRADLE-33Avoid ivy error messages when the buildSrc installes dependencies to the build resolver.Hans DockterHans DockterResolvedFixed2008-04-172013-01-04
GRADLE-34Offer a mechanism that let the user specify dependencies for the buildSrc without providing a complete gradlefileAdam MurdochHans DockterResolvedFixed2008-04-172013-01-04
GRADLE-35Allow Client Modules to be uploaded to remote repositoriesHans DockterResolvedWon't Fix2008-04-172017-02-10
GRADLE-36Add additional modifier for archive names (e.g. src)Hans DockterHans DockterResolvedFixed2008-04-182013-01-04
GRADLE-37Add support for EAR archivesSzczepan FaberHans DockterResolvedFixed2008-04-182013-01-04
GRADLE-38Refactor for ConventionTasks the mechanisms how convention values are used.Hans DockterHans DockterResolvedFixed2008-04-182013-01-04
GRADLE-39Discuss: the package hierarchyHans DockterResolvedFixed2008-04-182017-01-24
GRADLE-40Check why the gradle wrapper build does not run on all windows agents of teamcityHans DockterHans DockterResolvedFixed2008-04-182013-01-04
GRADLE-41Offer a flag to control whether the build should stop when Ivy can't find a dependency.Hans DockterHans DockterResolvedFixed2008-04-192013-01-04
GRADLE-42Discuss: Should we use Maven or Ivy terminology for group/organization?Hans DockterHans DockterResolvedFixed2008-04-192013-01-04
GRADLE-43Discuss: Should we say in our ubiqitous language the build scripts get evaluated or executed?Hans DockterHans DockterResolvedFixed2008-04-192013-01-04
GRADLE-44Discuss: Is is important to run under JDK 1.4 and what do we have to do to achieve this.Hans DockterHans DockterResolvedFixed2008-04-192013-01-04
GRADLE-45Add proper handling for path with spaces under windows for all relevant env variablesHans DockterHans DockterResolvedFixed2008-04-192013-01-04
GRADLE-46Add integration test for javadoc and groovydocAdam MurdochHans DockterResolvedFixed2008-04-192013-01-04
GRADLE-47Discuss: Should we use one flat folder for the dependencies or multiple ones (e.g. runtime, build, test)Hans DockterHans DockterResolvedFixed2008-04-192013-01-04
GRADLE-48Failing integ test under windows leads to consol exit if started via gradlewHans DockterHans DockterResolvedFixed2008-04-202013-01-04
GRADLE-49Configuration Injection for methods (via closures)Adam MurdochHans DockterResolvedFixed2008-04-202013-01-04
GRADLE-50The Java plugin must be checked if all its tasks have proper conditions for non-execution.Hans DockterHans DockterResolvedFixed2008-04-212013-01-04
GRADLE-51The Java plugin must add a StopExecution condition to its Jar task. Hans DockterHans DockterResolvedCannot Reproduce2008-04-212013-01-04
GRADLE-52Check why logger.warn statements are not printed out when used in a gradefile (logger.error works)Hans DockterHans DockterResolvedFixed2008-04-212013-01-04
GRADLE-53Properly decorate error and warn logging statements. Hans DockterHans DockterResolvedFixed2008-04-212013-01-04
GRADLE-54Discuss: Should it be enough for skip properties to be just set?Hans DockterHans DockterResolvedFixed2008-04-212013-01-04
GRADLE-55Try to bundle the different release commits into one transactionHans DockterResolvedWon't Fix2008-04-212013-01-04
GRADLE-56The gradle.bat quits with an error, if the JAVA_HOME path has a space in it.Hans DockterHans DockterResolvedFixed2008-04-232013-01-04
GRADLE-57The gradle.bat has *nix line separators when build on *nix.Hans DockterHans DockterResolvedFixed2008-04-232013-01-04
GRADLE-58Windows console closed on build failureHans DockterAdam PohoreckiResolvedFixed2008-04-232013-01-04
GRADLE-59Allow classifiers to be added to a dependency notation (e.g. testng-5.8-jdk14)Hans DockterHans DockterResolvedFixed2008-04-232013-01-04
GRADLE-60Not all linenumbers are read from the stacktrace in casw of an GradleScriptExceptionHans DockterHans DockterResolvedFixed2008-04-232013-01-04
GRADLE-61Rename addIBiblio to addMavenRepoHans DockterHans DockterResolvedFixed2008-04-232013-01-04
GRADLE-62Move website from gradle-core trunk to an own top level folder in svnHans DockterHans DockterResolvedFixed2008-04-242013-01-04
GRADLE-63Modify header of *nix gradle scriptHans DockterHans DockterResolvedFixed2008-04-242013-01-04
GRADLE-64Windows Start script returns 0 also in the case of an errorHans DockterHans DockterResolvedFixed2008-04-242013-01-04
GRADLE-65Make ivy info log level the defaultHans DockterHans DockterResolvedFixed2008-04-242013-01-04
GRADLE-66Source file dependency analysis for incremental buildsDave CopelandResolvedWon't Fix2008-04-242017-02-10
GRADLE-67Classifiers not supportedHans DockterRussel WinderResolvedDuplicate2008-04-252017-01-21
GRADLE-68Functionality to update gradle from svn trunk.Hans DockterResolvedWon't Fix2008-04-252013-01-04
GRADLE-69Problem with VersionTest on Ubuntu 7.10Russel WinderRussel WinderResolvedFixed2008-04-252013-01-04
GRADLE-70Avoid unnecessary Ivy resolves Hans DockterHans DockterResolvedFixed2008-04-252013-01-04
GRADLE-71Make default logging less verboseHans DockterHans DockterResolvedFixed2008-04-252013-01-04
GRADLE-72report the actual JRE version (1.6.0_5) , not the version of the hotspot VM. (10.0)Hans DockterHans DockterResolvedFixed2008-04-282013-01-04
GRADLE-73Make specifiying the group and version attribute optional.Hans DockterHans DockterResolvedFixed2008-04-282013-01-04
GRADLE-74Add upload functionality for reportsHans DockterResolvedWon't Fix2008-04-292017-02-10
GRADLE-75Section 11.5.4 Flat Folder Resolver, Point out what the first parameter is for.Hans DockterPeter VossResolvedFixed2008-04-292013-01-04
GRADLE-76Documentation sometimes uses test "..." instead of testCompileHans DockterPeter VossResolvedFixed2008-04-292013-01-04
GRADLE-77Groovy Plugin does not remove Java compile action from compile taskHans DockterHans DockterResolvedFixed2008-05-012013-01-04
GRADLE-78Groovy source folders are sometimes not found when Groovy projects are used in a multi-project build.Hans DockterHans DockterResolvedFixed2008-05-012013-01-04
GRADLE-79Source folder can't be chosen for a location which is not under src.Hans DockterHans DockterResolvedFixed2008-05-012013-01-04
GRADLE-80The groovy plugin should use the groovy ant tasks from the groovy provided by the user not from the groovy that ships with Gradle.Hans DockterHans DockterResolvedFixed2008-05-012013-01-04
GRADLE-81Add convenience methods for classpath resolvingHans DockterHans DockterResolvedFixed2008-05-032013-01-04
GRADLE-82Gradle startup script does not work with cygwin when using parametersHans DockterHans DockterResolvedFixed2008-05-052013-01-04
GRADLE-83Split the distribution into a pure binary and binary+src+samples.Hans DockterHans DockterResolvedFixed2008-05-052013-01-04
GRADLE-84Add command line option to use current directory as root and include all sub directoriesSixpack none the richerResolvedWon't Fix2008-05-052017-02-10
GRADLE-85Add command line option to add all jars in a local directory to all projectsSixpack none the richerResolvedWon't Fix2008-05-052017-02-10
GRADLE-86Add command line option to add plugin to all projectsSixpack none the richerResolvedWon't Fix2008-05-052017-02-10
GRADLE-87Add alternative interface to Plugin that only works in single-project mode, otherwise causes build to failSixpack none the richerResolvedWon't Fix2008-05-052017-01-24
GRADLE-88Adding to the manifest within an archive add also to the base manifest used by all archives.Hans DockterHans DockterResolvedFixed2008-05-072013-01-04
GRADLE-89Compile task should offer includes/excludes functionality for the files in the srcDirsHans DockterHans DockterResolvedFixed2008-05-112013-01-04
GRADLE-90usePlugin(Class) is missing from org.grade.api.Project Hans DockterSixpack none the richerResolvedFixed2008-05-122013-01-04
GRADLE-91Allow to add URL's to the MavenRepo resolver for retrieving jars.Hans DockterHans DockterResolvedFixed2008-05-132013-01-04
GRADLE-92The docs are not part of the gradle distributionHans DockterHans DockterResolvedFixed2008-06-012013-01-04
GRADLE-93The gradle default cache (.gradle/cache) is not always used for downloading dependencies. Sometimes .ivy2/cache is used.Hans DockterHans DockterResolvedFixed2008-06-012013-01-04
GRADLE-94An artifact dependency is not reckognized if the user description is of type GString.Hans DockterHans DockterResolvedFixed2008-06-012013-01-04
GRADLE-95Allow string descriptions of paths for DependencyManager.addFlatDirResolver arguments.Hans DockterHans DockterResolvedFixed2008-06-012013-01-04
GRADLE-96Add merge functionality for archivesHans DockterHans DockterResolvedFixed2008-06-012013-01-04
GRADLE-98Bundle Gradle with ant-nodepsHans DockterHans DockterResolvedFixed2008-06-042013-01-04
GRADLE-99Provide build-in Proxy support (also via gradle user home properties)Hans DockterHans DockterResolvedFixed2008-06-042013-01-04
GRADLE-100Set a default for the bundle childrenDependsOn propertyHans DockterHans DockterResolvedFixed2008-06-042013-01-04
GRADLE-101Setting a skip property is enough to skip the task. Only setting it to false or not setting it does not skip a task.Hans DockterHans DockterResolvedFixed2008-06-042013-01-04
GRADLE-102Add debug timing information to logHans DockterHans DockterResolvedFixed2008-06-042013-01-04
GRADLE-103Improve default archive usability by not using late creation via type and by introducing a war plugin.Hans DockterHans DockterResolvedFixed2008-06-042013-01-04
GRADLE-104Use only one convention object which can be dynamically enhanced by any plugin and which preserves a plugin namespace.Hans DockterHans DockterResolvedFixed2008-06-052013-01-04
GRADLE-105Add disable/enable flag to taskHans DockterHans DockterResolvedFixed2008-06-052013-01-04
GRADLE-106Rewrite the documentation about archive and plugin handling.Hans DockterHans DockterResolvedFixed2008-06-052013-01-04
GRADLE-107Add an optional parameter to the usePlugin method, to overwrite default values of the plugin convention object before the plugin manipulates the project.Hans DockterHans DockterResolvedFixed2008-06-052013-01-04
GRADLE-108Set system props via the gradle.properties filesHans DockterHans DockterResolvedFixed2008-06-052013-01-04
GRADLE-109Resolve from flatDirResolver takes very long if there are other remote resolvers in the chain.Hans DockterHans DockterResolvedFixed2008-06-092013-01-04
GRADLE-110Make gradle properties conveniently accessible to gradlesettingsHans DockterHans DockterResolvedFixed2008-06-092013-01-04
GRADLE-111Make the internal chain resolver properties configurableHans DockterHans DockterResolvedFixed2008-06-102013-01-04
GRADLE-112Generate a Netbeans project for a gradle projectHaug BürgerResolvedFixed2008-06-102017-01-24
GRADLE-113Rename gradlefile to build.gradle and gradlesettings to settings.gradleHans DockterHans DockterResolvedFixed2008-06-102013-01-04
GRADLE-114Improve the speed of the build script evaluationHans DockterHans DockterResolvedFixed2008-06-112013-01-04
GRADLE-115Make userguide generation independent of the execution of the integration tests (rely on the expected out files only).Hans DockterHans DockterResolvedFixed2008-06-112013-01-04
GRADLE-116The new classifiers for archives don't work together with Ivy uploads.Hans DockterHans DockterResolvedFixed2008-06-112013-01-04
GRADLE-117Cache the compiled build scripts.Hans DockterHans DockterResolvedFixed2008-06-172013-01-04
GRADLE-118Cache the DAGHans DockterHans DockterResolvedWon't Fix2008-06-172013-01-04
GRADLE-119In case of a release from the release branch, the gradle.properties file must also be updated in trunk.Hans DockterHans DockterResolvedFixed2008-06-172013-01-04
GRADLE-120Remove Junit jar from distribution bundleHans DockterResolvedWon't Fix2008-06-172013-01-04
GRADLE-121Offer option to print out the DAG for executing a particular task. This should also be printed out in debug mode.Hans DockterHans DockterResolvedDuplicate2008-06-172013-01-04
GRADLE-122Make the install target of the Gradle build work on windows.Hans DockterHans DockterResolvedFixed2008-06-182013-01-04
GRADLE-123Errormessage for circular project dependencies should be improvedHans DockterHans DockterResolvedFixed2008-06-242013-01-04
GRADLE-124gradle.bat reports "No modern compiler."Hans DockterDominick MoreResolvedFixed2008-06-242013-01-04
GRADLE-125dir property of fileset method should be optionally of type StringHans DockterHans DockterResolvedFixed2008-06-262013-01-04
GRADLE-127Add Project. hasProperty coverage to userguide.Hans DockterHans DockterResolvedFixed2008-06-262013-01-04
GRADLE-128Enhance skip framework map with project properties -> 'skip message'Hans DockterResolvedWon't Fix2008-06-262013-01-04
GRADLE-129Provide actions access to dagHans DockterHans DockterResolvedFixed2008-06-262013-01-04
GRADLE-130setting dependsOn in the configure closure of a bundle archive method is overwritten by the bundle.Hans DockterHans DockterResolvedFixed2008-06-272013-01-04
GRADLE-131Destination directory should be created by the archive task if it does not exists.Hans DockterHans DockterResolvedFixed2008-06-272013-01-04
GRADLE-132Gradle wrapper does not remove old zip when upgrading to new versionHans DockterHans DockterResolvedFixed2008-06-272013-01-04
GRADLE-133support executing only a single junit task instead all junit tests Hans DockterMarko BauhardtResolvedFixed2008-07-032013-01-04
GRADLE-134Can't add depedencies to be used by Gradle's default dependenciesHans DockterHans DockterResolvedFixed2008-07-042013-01-04
GRADLE-135Migrate from commons-cli to JOpt simple for command line processing.Hans DockterHans DockterResolvedFixed2008-07-042013-01-04
GRADLE-136Declaring a classpath project dependencies does not trigger an evaluate of the depends-on projectHans DockterHans DockterResolvedFixed2008-07-042013-01-04
GRADLE-137Child dependsOn settings of bunldes are not properly established.Hans DockterHans DockterResolvedFixed2008-07-042013-01-04
GRADLE-138Add method to add to a webInf/classes/additionalLib FileSet of a War task.Hans DockterHans DockterResolvedFixed2008-07-042013-01-04
GRADLE-139web.xml from webapp folder is not added to the war.Hans DockterHans DockterResolvedNot A Bug2008-07-042013-01-04
GRADLE-140Offer a possibility to not to bundle certain compile and runtime dependencies in a war.Hans DockterHans DockterResolvedFixed2008-07-042013-01-04
GRADLE-141Make the path of the build source directroy configurable and set the default to src/buildHans DockterResolvedFixed2008-07-042017-01-24
GRADLE-142Change the default naming schema for archives.Hans DockterHans DockterResolvedFixed2008-07-062013-01-04
GRADLE-143Introduce a flag that allows a task to declare that it does not modify the project tree.Hans DockterHans DockterResolvedFixed2008-07-062013-01-04
GRADLE-144Offer hints which projects are needs to be evaluated when executing a partial build.Hans DockterResolvedWon't Fix2008-07-062017-02-10
GRADLE-145Cache the build source jar.Hans DockterHans DockterResolvedFixed2008-07-062013-01-04
GRADLE-146Allow the definition of default tasksHans DockterHans DockterResolvedFixed2008-07-062013-01-04
GRADLE-147Make the wrapper task configurable to where the gradle-wrapper jar and the distribution should be located.Hans DockterHans DockterResolvedFixed2008-07-062013-01-04
GRADLE-148Add configure method to project API to configure any object in builder fashion.Hans DockterResolvedWon't Fix2008-07-062017-02-10
GRADLE-149Add addConfiguration method to dependency manager which takes a map to set only certain values and which takes another configuration object as default.Hans DockterHans DockterResolvedWon't Fix2008-07-062013-01-04
GRADLE-150Make gradle user home configurable via an environment variableHans DockterHans DockterResolvedFixed2008-07-072013-01-04
GRADLE-151Offer rootDir accessor in settings.gradleHans DockterHans DockterResolvedFixed2008-07-082013-01-04
GRADLE-152Zip dependencies are not resolvedHans DockterHans DockterResolvedFixed2008-07-092013-01-04
GRADLE-153Enable easy setting of jvm opts in the start and wrapper scripts.Hans DockterHans DockterResolvedFixed2008-07-092013-01-04
GRADLE-154Create a utility to easily translate Maven dependency lists to Gradle dependency lists - XSLT?Antony StubbsResolvedFixed2008-07-092013-01-04
GRADLE-155global exclude of transitive depsHans DockterjacoResolvedFixed2008-07-112013-01-04
GRADLE-156Add afterEvaluateListenerHans DockterHans DockterResolvedFixed2008-07-142013-01-04
GRADLE-157Make the name of settings.gradle customizableHans DockterHans DockterResolvedFixed2008-07-152013-01-04
GRADLE-158Allow an arbitray layout for a multi-project build.Hans DockterHans DockterResolvedFixed2008-07-152013-01-04
GRADLE-159Allow method org.gradle.api.tasks.bundling.AbstractArchiveTask.merge and mergeGroup to take files with jar extension) to be passed as argumentHans DockterDominick MoreResolvedNot A Bug2008-07-162013-01-04
GRADLE-160transitive maven-style dependencies are only checked for against the resolver associated with the compile dependencyHans DockterJerod LassResolvedNot A Bug2008-07-172013-01-04
GRADLE-161Allow to assign multiple lib configurations for a war task.Hans DockterHans DockterResolvedFixed2008-07-172013-01-04
GRADLE-163Offer afterDagCreated listenerAdam MurdochHans DockterResolvedFixed2008-07-172013-01-04
GRADLE-164Artifact dependency unresolved when custom destinationDir is used.Hans DockterPieter SmitResolvedFixed2008-07-212013-01-04
GRADLE-165Allow a fully qualified task path to be specified on the command-lineHans DockterAdam MurdochResolvedFixed2008-07-222013-01-04
GRADLE-166Add junit reportingHans DockterAdam MurdochResolvedFixed2008-07-232013-01-04
GRADLE-167npe if tests failedHans DockterMarko BauhardtResolvedFixed2008-07-282013-01-04
GRADLE-168Improve javadoc generation for groovy projectsHans DockterHans DockterResolvedFixed2008-07-282013-01-04
GRADLE-169Remove build resolver dir after the build is finished.Hans DockterHans DockterResolvedFixed2008-07-292013-01-04
GRADLE-170Allow n:n mapping between tasks and configurationsHans DockterHans DockterResolvedFixed2008-07-292013-01-04
GRADLE-171Introduce Configuration object to our domainAdam MurdochHans DockterResolvedFixed2008-07-302013-01-04
GRADLE-172Create a distinct JDK 1.4 compatible Gradle distributionHans DockterHans DockterResolvedFixed2008-07-302013-01-04
GRADLE-173Add excludeConfigurations to War taskHans DockterHans DockterResolvedFixed2008-07-312013-01-04
GRADLE-174Add javadocs to the public API.Hans DockterAdam MurdochResolvedFixed2008-08-022013-01-04
GRADLE-175Allow to specify a project name.Hans DockterHans DockterResolvedFixed2008-08-072013-01-04
GRADLE-176A Bundle should offer a propery for its archive tasks instead of the archive tasks names Hans DockterHans DockterResolvedFixed2008-08-092013-01-04
GRADLE-177Change the location of the build-resolver dir from the top level root-project to the tmp dir of the root-project.Hans DockterHans DockterResolvedFixed2008-08-092013-01-04
GRADLE-178Add Google Analytics snippet to the javadocs.Luke DaleyHans DockterResolvedFixed2008-08-092015-03-25
GRADLE-179Add ability to generate and deploy a POM from a gradle projectHans DockterPhil MessengerResolvedFixed2008-08-152013-01-04
GRADLE-180Script loading fails when script file name contains characters which are not valid java identifier charactersHans DockterAdam MurdochResolvedFixed2008-08-152013-01-04
GRADLE-181Create a SCM plugin frameworkPhil MessengerResolvedWon't Fix2008-08-182017-02-08
GRADLE-182Make Junit reporting optionalTom EyckmansHans DockterResolvedFixed2008-08-202013-01-04
GRADLE-183Dependency Layer RefactoringHans DockterHans DockterResolvedFixed2008-08-202013-01-04
GRADLE-185Add test for correctness of line number in case of a build script errorHans DockterHans DockterResolvedFixed2008-08-202013-01-04
GRADLE-186Invalidate cache if a new version of Gradle is used.Hans DockterHans DockterResolvedFixed2008-08-202013-01-04
GRADLE-187unsupported operation when adding to project archiveHans DockterjacoResolvedFixed2008-08-212013-01-04
GRADLE-188Provide listeners for Ivy ivysettings and module descriptor generation.Hans DockterHans DockterResolvedFixed2008-08-212013-01-04
GRADLE-189Add resolve method to dependency manager which allows to exclude project dependencies and to set failForMissingDependencies.Hans DockterHans DockterResolvedFixed2008-08-212013-01-04
GRADLE-190Add tasks for generating IntelliJ files Hans DockterHans DockterResolvedFixed2008-08-222013-01-04
GRADLE-191Add a method to DependencyManager to get dependencies based on a libs/project filter Hans DockterHans DockterResolvedFixed2008-08-222013-01-04
GRADLE-192Javadoc task produces errors on package.htmlAdam MurdochAllan LewisResolvedFixed2008-08-222013-01-04
GRADLE-193Change convention value data structure from Closure to inner class.Hans DockterHans DockterResolvedFixed2008-08-252013-01-04
GRADLE-194Resource descriptors should offer a mechanism to return a list of resources. Right now they are only used to be passed to Ant tasks. Hans DockterResolvedWon't Fix2008-08-282017-02-10
GRADLE-195EclipseWtp task should take all webInfFileSets and resourceCollections of the War task into account.Hans DockterResolvedWon't Fix2008-08-282017-02-10
GRADLE-196EclipseClasspath and EclipseWtp task should be able to use relative project paths and variable paths.Hans DockterHans DockterResolvedFixed2008-08-282013-01-04
GRADLE-197Allow the usage of ivy.xml and ivysettings.xml with GradleHans DockterResolvedWon't Fix2008-08-292017-02-10
GRADLE-198'gradle eclipse' should work for groovy-projects too Hans DockterHelmut DenkResolvedFixed2008-09-012013-01-04
GRADLE-199filter abstract tests automaticallyHans DockterStefan GroschupfResolvedFixed2008-09-032013-01-04
GRADLE-200standard objects should be automatically imported.Hans DockterStefan GroschupfResolvedWon't Fix2008-09-032013-01-04
GRADLE-201Enable support for retrieving source artifacts of a module.Hans DockterResolvedFixed2008-09-042014-04-23
GRADLE-202Provide more context in error logging for common failuresAdam MurdochAdam MurdochResolvedFixed2008-09-052013-01-04
GRADLE-203The gradle properties should be also exposed to the settings.Hans DockterHans DockterResolvedFixed2008-09-082013-01-04
GRADLE-204Allow specification of the settings file path as a start parameter.Adam MurdochHans DockterResolvedFixed2008-09-092013-01-04
GRADLE-205Add convenience methods to the Settings class to assemble a multiproject build.Hans DockterResolvedWon't Fix2008-09-092017-02-10
GRADLE-206Refactoring: Merge project descriptor and project tree infrastructure Hans DockterHans DockterResolvedFixed2008-09-092013-01-04
GRADLE-207Allow exclude for project dependenciesHans DockterHans DockterResolvedFixed2008-09-092013-01-04
GRADLE-208Log the start of the project evaluation in info mode not the end (to make debugging easier)Hans DockterHans DockterResolvedFixed2008-09-092013-01-04
GRADLE-209Ivy lookup is slow for already downloaded dependencies from a Maven repository.Hans DockterHans DockterResolvedFixed2008-09-092013-01-04
GRADLE-210Gradle does not resolve version conflicts properlyHans DockterHans DockterResolvedFixed2008-09-092013-01-04
GRADLE-211Allow shortcut notation for adressing convention properties of a pluginHans DockterResolvedFixed2008-09-102013-01-04
GRADLE-212Version and group should be properties of a special namespace.Hans DockterResolvedWon't Fix2008-09-102017-01-24
GRADLE-213Separate the build-in project properties like name, from custom project properties.Hans DockterResolvedWon't Fix2008-09-102017-02-10
GRADLE-214Consistent task and project lookup through the Project interfaceHans DockterAdam MurdochResolvedFixed2008-09-112013-01-04
GRADLE-215Figure out how to specify a JDK for launch4j under windows and describe this in the getting started section.Hans DockterHans DockterResolvedFixed2008-09-112013-01-04
GRADLE-216The Java Plugin should set the working dir of the forked JVM to the project dir.Hans DockterHans DockterResolvedFixed2008-09-112013-01-04
GRADLE-217Tests should be run in forked mode as default.Hans DockterHans DockterResolvedFixed2008-09-112013-01-04
GRADLE-218Provide Maven compatibility plugin.Hans DockterResolvedWon't Fix2008-09-112017-02-10
GRADLE-220Provide control to the user if and how project dependencies should be rebuildHans DockterHans DockterResolvedFixed2008-09-122013-01-04
GRADLE-221Introduce TaskDependency object to the domain modelAdam MurdochAdam MurdochResolvedFixed2008-09-122013-01-04
GRADLE-222showOutput (test.options) should be settable as commmand line optionJohannes ZillmannResolvedWon't Fix2008-09-122017-02-10
GRADLE-223preserver order of custom manifest entriesHans DockterJohannes ZillmannResolvedFixed2008-09-122013-01-04
GRADLE-224Allow 'changing' flag to be specified for a module dependencyAdam MurdochAdam MurdochResolvedFixed2008-09-142013-01-04
GRADLE-225Introduce public api for task execution graphAdam MurdochAdam MurdochResolvedFixed2008-09-152013-01-04
GRADLE-226Link to user guide on gradle home page points to the 0.2 userguideHans DockterAdam MurdochResolvedFixed2008-09-172013-01-04
GRADLE-227User guide linked to from gradle web site has a datestamped versionHans DockterAdam MurdochResolvedFixed2008-09-172013-01-04
GRADLE-228eclipse: ordering of classpath resources (resource folders over dependencies)Hans DockterJohannes ZillmannResolvedFixed2008-09-172013-01-04
GRADLE-229Internal project dependencies are uploaded to all public resolvers specified in uploadLibs.Hans DockterHans DockterResolvedFixed2008-09-172013-01-04
GRADLE-230Allow to assign configurations to global excludesHans DockterHans DockterResolvedFixed2008-09-172013-01-04
GRADLE-231Don't use fixed configurations for certain archive types. Let the Bundle assign them.Hans DockterHans DockterResolvedFixed2008-09-182013-01-04
GRADLE-232Gradle returns exit value 0 in case of an errorHans DockterHans DockterResolvedFixed2008-09-182013-01-04
GRADLE-233Create integration test for exit values.Hans DockterHans DockterResolvedFixed2008-09-182013-01-04
GRADLE-234Make the default configuration depends on a new master configuration, not on libs.Hans DockterHans DockterResolvedFixed2008-09-192013-01-04
GRADLE-235NPE if a subproject is not declared rightAdam MurdochAndreas ZingelResolvedFixed2008-09-192013-01-04
GRADLE-236Delegate Ant and Ivy output to slf4jHans DockterHans DockterResolvedFixed2008-09-222013-01-04
GRADLE-237Enable arguments to the log command line options which confie this log options to a sub system (e.g. Ivy).Hans DockterResolvedWon't Fix2008-09-232017-02-10
GRADLE-238Eclipse add sources as wellHans DockterStefan GroschupfResolvedFixed2008-09-232013-01-04
GRADLE-239Document on the website and in the user's guide how to submit a patch for the user's guide.Adam MurdochHans DockterResolvedFixed2008-09-252013-01-04
GRADLE-240Maven Snapshots are not properly resolved if there is more than one artifact repositoryHans DockterResolvedFixed2008-09-252013-01-04
GRADLE-241Cannot build gradle from the source distributionHans DockterAdam MurdochResolvedFixed2008-09-252013-01-04
GRADLE-242Gradle throws a NPE if Ivy can't resolve a dependency.Hans DockterHans DockterResolvedFixed2008-09-262013-01-04
GRADLE-243rethink default for junit-filter-patternHans DockterHelmut DenkResolvedFixed2008-09-262013-01-04
GRADLE-244dependencyMechanism for a better control of dependencies in multiprojectsMarko BauhardtResolvedDuplicate2008-09-262017-01-24
GRADLE-245The pom of Maven dependencies using classifieres is ignored.Hans DockterHans DockterResolvedFixed2008-09-262013-01-04
GRADLE-246Groovyc compile exception when compiling Gradle.Hans DockterHans DockterResolvedFixed2008-09-272013-01-04
GRADLE-247eclipse WTP project file generation is incompleteHans DockterPhil MessengerResolvedFixed2008-10-012013-01-04
GRADLE-248support merging of eclipse configurationHans DockterPhil MessengerResolvedFixed2008-10-012013-01-04
GRADLE-249WEB-INF/lib does not contain the archives of the dependent projects Click to flag this postHans DockterjacoResolvedFixed2008-10-022013-01-04
GRADLE-250Improve error reporting when a listener throws an exceptionAdam MurdochAdam MurdochResolvedFixed2008-10-032013-01-04
GRADLE-251BuildListener is notified of completion of all major lifecycle stagesAdam MurdochAdam MurdochResolvedFixed2008-10-032013-01-04
GRADLE-252Gradle's build fails when executing 'gradle -Dskip.compile=true ... ' Hans DockterAdam MurdochResolvedFixed2008-10-032013-01-04
GRADLE-253Eclipse task treats resources as source foldersLevi HoogenbergResolvedWon't Fix2008-10-032013-01-04
GRADLE-254Update versions of dependencies for Gradle 0.9Hans DockterRussel WinderResolvedFixed2008-10-062013-01-04
GRADLE-255Create Debian/Ubuntu pacakgesRussel WinderResolvedDuplicate2008-10-072013-01-04
GRADLE-256Java tutorial (chapter 3) of user guide contains incorrect code snippetsAdam MurdochAdam MurdochResolvedFixed2008-10-082013-01-04
GRADLE-257Release pluginPhil MessengerResolvedWon't Fix2008-10-082017-01-24
GRADLE-258doc examples could be more Groovy idiomaticHans DockterDierk KoenigResolvedFixed2008-10-082013-01-04
GRADLE-259Tasks should support description à la Gant and Ant Hans DockterRussel WinderResolvedFixed2008-10-092013-01-04
GRADLE-260"gradle -t" does not print out default taskHans DockterRussel WinderResolvedFixed2008-10-092013-01-04
GRADLE-261Apply additional properties of project to each convention object when the convention object is addedAdam MurdochResolvedWon't Fix2008-10-102017-02-10
GRADLE-262Add the method setBuildDirName the Project interface.Hans DockterHans DockterResolvedFixed2008-10-122013-01-04
GRADLE-263Add command-line option or report which prints out all available properties and some details about themAdam MurdochAdam MurdochResolvedFixed2008-10-132013-01-04
GRADLE-264Add convenience getClasspath method to Compile.java and Test.groovyAdam MurdochStephen NesbittResolvedFixed2008-10-192013-01-04
GRADLE-265Add resolve method to a Configuration object that takes a transitive argumentAdam MurdochHans DockterResolvedFixed2008-10-202013-01-04
GRADLE-266Support the full functionality of Ivy dependenciesHans DockterMartin VlcekResolvedFixed2008-10-212013-01-04
GRADLE-267Provide consistent mechanism for build file to contribute to assembly of ivy descriptorAdam MurdochAdam MurdochResolvedFixed2008-10-222013-01-04
GRADLE-268jar(baseName:...) is not used for the file nameHans DockterMartin VlcekResolvedFixed2008-10-222013-01-04
GRADLE-269Automatically set the convention mapping for compile, jar and other tasksAdam MurdochMartin VlcekResolvedFixed2008-10-222013-01-04
GRADLE-270Make the closure parameter of the fileSet method of the archive tasks optionalHans DockterMartin VlcekResolvedCannot Reproduce2008-10-222013-01-04
GRADLE-271Linking tasks with dependency configurations should not be a part of dependencies (linkConfWithTask)Hans DockterMartin VlcekResolvedFixed2008-10-222013-01-04
GRADLE-272gradle -v version is different from the timestamp of snapshot distributions.Hans DockterHans DockterResolvedFixed2008-10-222013-01-04
GRADLE-273Reduce verbose output of Javadoc/GroovydocHans DockterHans DockterResolvedFixed2008-10-222013-01-04
GRADLE-274Create a Gradle Ant TaskRussel WinderResolvedWon't Fix2008-10-232017-02-10
GRADLE-275Gradle should be able to read and use an Ant build fileAdam MurdochRussel WinderResolvedFixed2008-10-232013-01-04
GRADLE-276Decouple the user guide generation from the compiling and testing.Hans DockterHans DockterResolvedFixed2008-10-232013-01-04
GRADLE-277Method for getting the current latest version in the repositoryMartin VlcekResolvedWon't Fix2008-10-232017-02-10
GRADLE-278Automatically set version numberMartin VlcekResolvedWon't Fix2008-10-232017-02-10
GRADLE-279Gradle wrapper dist is always copied to .gradle/wrapper, even if it not used.Hans DockterHans DockterResolvedCannot Reproduce2008-10-242013-01-04
GRADLE-280Make it easy to include external script filesAdam MurdochMartin VlcekResolvedFixed2008-10-242013-01-04
GRADLE-281JavaPlugin Test should not try to execute abstract classesTom EyckmansMartin VlcekResolvedFixed2008-10-242013-01-04
GRADLE-282Inconsistent API for WAR resp. archive tasksTom EyckmansMartin VlcekResolvedFixed2008-10-242013-01-04
GRADLE-283Update user's guide configureByDag coverage.Adam MurdochHans DockterResolvedFixed2008-10-242013-01-04
GRADLE-284New task to update classpaths in IDE configurationsSzczepan FaberMartin VlcekResolvedWon't Fix2008-10-282013-01-04
GRADLE-285Replace commons-logging used by http-client with jcl-over-slf4jHans DockterHans DockterResolvedFixed2008-10-282013-01-04
GRADLE-286All gradle methods and properties should work with GStringHans DockterMartin VlcekResolvedFixed2008-10-292013-01-04
GRADLE-287Provide Scala PluginAdam MurdochRoss BlackResolvedFixed2008-10-292013-01-04
GRADLE-288Simplify the design for how publish artifacts are added.Hans DockterHans DockterResolvedFixed2008-10-292013-01-04
GRADLE-289download wrapper zip to temporary file firstHans DockterJohannes ZillmannResolvedFixed2008-10-302013-01-04
GRADLE-290Allow customization of generated PomHans DockterHans DockterResolvedFixed2008-10-302013-01-04
GRADLE-291Consider classifiers for automatic Pom generationHans DockterHans DockterResolvedFixed2008-10-302013-01-04
GRADLE-292Automatically retrieve and add dependencies for support of the standard transport protocolls of the MavenUploaderHans DockterResolvedWon't Fix2008-10-302017-02-10
GRADLE-293Add functionality to redirect System.out statements to the logging.Hans DockterHans DockterResolvedFixed2008-10-312013-01-04
GRADLE-294Allow task dependencies to be optionalAdam MurdochResolvedFixed2008-11-022013-05-01
GRADLE-295The task graph should be reused when a primary task is dag neutralAdam MurdochAdam MurdochResolvedFixed2008-11-022013-01-04
GRADLE-296Discuss: Should a closure task action delegate first to its task object.Hans DockterHans DockterResolvedFixed2008-11-022013-01-04
GRADLE-297Add shortcut notation, to add a single dependency with a closure.Hans DockterHans DockterResolvedFixed2008-11-032013-01-04
GRADLE-298Provide a way for interested classes to retrieve the Ivy object from the base dependency managerHans DockterPhil MessengerResolvedFixed2008-11-032013-01-04
GRADLE-299Provide a plugin to output a dependency graphAdam MurdochPhil MessengerResolvedFixed2008-11-032013-01-04
GRADLE-300Add cobertura reportingPhil MessengerResolvedWon't Fix2008-11-042013-01-04
GRADLE-301Improve search speed for settings file in hierarchical layoutsHans DockterHans DockterResolvedFixed2008-11-042013-01-04
GRADLE-302Add a listener which is notified as tasks are executedAdam MurdochAdam MurdochResolvedFixed2008-11-062013-01-04
GRADLE-303Add coverage for Configuration object to user guideAdam MurdochResolvedWon't Fix2008-11-062017-02-10
GRADLE-304Dynamic properties for tasksHans DockterHans DockterResolvedFixed2008-11-062013-01-04
GRADLE-305Provide a configure method in the Project class, that applies a closure to any object.Hans DockterHans DockterResolvedFixed2008-11-062013-01-04
GRADLE-306Generating OSGi bundle manifest files for jars.Hans DockterHans DockterResolvedFixed2008-11-062013-01-04
GRADLE-307Archive task configure actions for bundles.Hans DockterHans DockterResolvedFixed2008-11-062013-01-04
GRADLE-308Allow for custom cache invalidations for the build sourcesHans DockterHans DockterResolvedFixed2008-11-082013-01-04
GRADLE-309Make the captureStandardOut level for project the default for tasks.Hans DockterResolvedWon't Fix2008-11-102017-02-10
GRADLE-310Introduce Upload task and make uploadDists independent on uploadLibsHans DockterHans DockterResolvedFixed2008-11-122013-01-04
GRADLE-311Cached build script is not updated when build file is revertedHans DockterAdam MurdochResolvedFixed2008-11-182013-01-04
GRADLE-312Build qualifier can't be used with long version numbers. Hans DockterRaphael MirandaResolvedWon't Fix2008-11-192013-01-04
GRADLE-313Add something similar to the maven jetty plugin.Hans DockterHans DockterResolvedFixed2008-11-202013-01-04
GRADLE-314Incorrect buid file and line numbers are reported when evaluation of a dependent project failsAdam MurdochAdam MurdochResolvedFixed2008-11-202013-01-04
GRADLE-315archivesBaseName does not return the project name as default when the project name has been modified.Hans DockterHans DockterResolvedWon't Fix2008-11-272013-01-04
GRADLE-316Provide a consistent mechanism to add properties and methods to Project, Task and Settings objectsAdam MurdochAdam MurdochResolvedFixed2008-12-052013-01-04
GRADLE-317Provide an API to access all properties of a Project and TaskAdam MurdochResolvedWon't Fix2008-12-052017-02-10
GRADLE-318Build fails when buildSrc directory contains java source files and does not contain a build.gradle fileHans DockterAdam MurdochResolvedFixed2008-12-062013-01-04
GRADLE-319Gradle fails with NPE for a build/settings script which does not contain any executable codeAdam MurdochAdam MurdochResolvedFixed2008-12-072013-01-04
GRADLE-320Gradle should work in offline mode to load classes from the local cacheMarko BauhardtResolvedFixed2008-12-082013-01-04
GRADLE-321Parameters to dists/libs task methods like jar() and zip() are under-documented (pp. 26, 29, 64)Jon CoxResolvedWon't Fix2008-12-112017-02-10
GRADLE-322Gradle should be a debian packageJon CoxResolvedWon't Fix2008-12-112017-02-10
GRADLE-323compile.options.fork = false has no effect on Groovy compilationHans DockterPeter NiederwieserResolvedNot A Bug2008-12-162013-01-04
GRADLE-324Gradle should show groovyc output even when groovyc is forkedHans DockterPeter NiederwieserResolvedFixed2008-12-172013-01-04
GRADLE-325Gradle user manual needs an indexJon CoxResolvedWon't Fix2008-12-202017-01-24
GRADLE-326The dependencies introduced by the Java plugin should be documented with a dag diagramHans DockterJon CoxResolvedFixed2008-12-202013-01-04
GRADLE-327Section 10.4 of the user manual (p. 27) should describe what the Resouces task does betterJon CoxResolvedWon't Fix2008-12-202017-02-10
GRADLE-328Section 10.8.2 of the user manual (p30) should clarify what it means by 'myZipTask' (relate to archive_...)Jon CoxResolvedWon't Fix2008-12-202017-02-10
GRADLE-329User manual chapter 14 on "Dependency Managment" is ambiguously titled and needs to be related to task concepts betterJon CoxResolvedWon't Fix2008-12-202017-02-10
GRADLE-330Setting archivesBaseName has no effect on the default archive, if usePlugin('java') has been called before.Hans DockterHans DockterResolvedFixed2008-12-222013-01-04
GRADLE-331The documentation should have a chapter how to use Ant.Adam MurdochHaug BürgerResolvedFixed2008-12-222013-01-04
GRADLE-332wrapper should provide progress feedback as it is downloading the distributionHans DockterAdam MurdochResolvedFixed2008-12-262013-01-04
GRADLE-333improve feedback when downloading/uploading dependencies from/to a remote repositoryHans DockterAdam MurdochResolvedFixed2008-12-262013-01-04
GRADLE-334Make specifying the version optional for flat dir resolver. Hans DockterHans DockterResolvedFixed2008-12-272013-01-04
GRADLE-335Gradle Hudson plugin issueTom EyckmansResolvedWon't Fix2008-12-272017-01-24
GRADLE-336Inconsistent inheritence of properties and methods by projectAdam MurdochAdam MurdochResolvedFixed2008-12-272013-01-04
GRADLE-337maven-dependency-plugin in GradleGregory BoissinotResolvedWon't Fix2008-12-272017-02-10
GRADLE-338Remove the settings fileAdam MurdochResolvedWon't Fix2008-12-282017-02-10
GRADLE-339GroovyDoc should be generated for API, not just JavaDocHans DockterHamlet D'ArcyResolvedWon't Fix2008-12-282013-01-04
GRADLE-340Make sourceCompatibility and targetCompatibility optional with reasonable defaultsHans DockterAdam MurdochResolvedFixed2008-12-292013-01-04
GRADLE-341stdout capture discards empty linesAdam MurdochAdam MurdochResolvedFixed2008-12-292013-01-04
GRADLE-342Compile task needs to support the compilerarg parametersHans DockterHamlet D'ArcyResolvedFixed2008-12-292013-01-04
GRADLE-343Jetty plugin fails to start with 2.5 deployment descriptorHans DockterLevi HoogenbergResolvedFixed2008-12-302013-01-04
GRADLE-344Replace plugin.properties with plugin discoveryAdam MurdochAdam MurdochResolvedFixed2009-01-032013-01-04
GRADLE-345Extract a reusable base plugin out of the java pluginAdam MurdochAdam MurdochResolvedFixed2009-01-032013-01-04
GRADLE-346Extract the wrapper.properties from the wrapper.jarHans DockterHans DockterResolvedFixed2009-01-042013-01-04
GRADLE-347Wrapper download fails if there has been a partial interrupted wrapper download before.Hans DockterHans DockterResolvedFixed2009-01-042013-01-04
GRADLE-348Let the name of the build script determine the name of the projectHans DockterResolvedWon't Fix2009-01-052017-02-10
GRADLE-349Table 10.4 has duplicate rowsHans DockterMark SwansonResolvedFixed2009-01-052013-01-04
GRADLE-350Class not in cache Exception (build_gradle) thrownHans DockterNiko SchmuckResolvedFixed2009-01-072013-01-04
GRADLE-351Set project directory as default dir for ant exec taskAdam MurdochNiko SchmuckResolvedFixed2009-01-072013-01-04
GRADLE-352Cannot call a convention method called 'source' from build scriptAdam MurdochAdam MurdochResolvedFixed2009-01-082013-01-04
GRADLE-353Set baseDir of AntBuilder's Ant project to the directory of the Gradle projectAdam MurdochHans DockterResolvedFixed2009-01-082013-01-04
GRADLE-354An invalid bulid script cache causes an exceptions under Windows.Hans DockterHans DockterResolvedFixed2009-01-082013-01-04
GRADLE-355Ch. 7.1 "Configuring Tasks" Resources #to(..) is now #into(..) Hans DockterNiko SchmuckResolvedFixed2009-01-092013-01-04
GRADLE-356Not naming resolvers causes NullPointerExceptionHans DockterLevi HoogenbergResolvedFixed2009-01-102013-01-04
GRADLE-357Replace unmanaged classpath with new dependency type Adam MurdochHans DockterResolvedFixed2009-01-102013-01-04
GRADLE-358API Documentation: link also to external classesNiko SchmuckResolvedFixed2009-01-102017-01-24
GRADLE-359crash after running hello worldHans DockterAmol TakateResolvedFixed2009-01-122013-01-04
GRADLE-360Let the Gradle javadoc task expose all the arguments of Ant's javadoc task.Tom EyckmansAllan LewisResolvedFixed2009-01-132013-01-04
GRADLE-361Archives are stored in default build dir, even if buildDirName is set to a non default valueAdam MurdochHans DockterResolvedFixed2009-01-202013-01-04
GRADLE-362Add Example Appendix to DocumentationAdam MurdochJames BromleyResolvedFixed2009-01-212013-01-04
GRADLE-363The build/install of gradle from source should fail immediately if install properties aren't set, not at the very end.Hans DockterJon CoxResolvedFixed2009-01-212013-01-04
GRADLE-364Explicit instructions for building a tagged release of gradle (REL-0-x.y) should be on the "build from source" pageJon CoxResolvedWon't Fix2009-01-212013-09-10
GRADLE-365Running "gradle test" twice in a row produces a bogus warning: [ant:junitreport] the file TESTS-TestSuites.xml is not a valid testsuite XML documentTom EyckmansJon CoxResolvedFixed2009-01-212013-01-04
GRADLE-366Gradle should make it easy to determine the full path to the build.gradle fileHans DockterJon CoxResolvedFixed2009-01-222013-01-04
GRADLE-367Groovy 1.6 supportHans DockterPeter NiederwieserResolvedNot A Bug2009-01-242013-01-04
GRADLE-368The Gradle -b option should specify a build file path, not just a name. Adam MurdochHans DockterResolvedFixed2009-01-262013-01-04
GRADLE-369Improve chapter on dependency managementJon CoxResolvedWon't Fix2009-01-262017-02-10
GRADLE-370Allow convention mapping to be applied to any property of any domain objectAdam MurdochAdam MurdochResolvedFixed2009-01-262013-01-04
GRADLE-371Provide a public API for implementing custom tasksAdam MurdochResolvedFixed2009-01-262016-02-12
GRADLE-372To respect a very common command-line idiom, Gradle should make the '-f' flag correspond to '--buildfile' not --full-stacktraceJon CoxResolvedWon't Fix2009-01-262017-02-10
GRADLE-373Section 16.3.2 given an incorrect example of how to include a sub-project (it uses '/' not ':')Hans DockterJon CoxResolvedFixed2009-01-262013-01-04
GRADLE-374Make 'userguide.html' also link to the all-on-one-html-page version of the docsHans DockterJon CoxResolvedFixed2009-01-262013-01-04
GRADLE-375Include groovy/gradle examples within the Javadocs to show how classes correspond to build.gradle syntaxJon CoxResolvedFixed2009-01-262013-05-01
GRADLE-376Provide a way to map info log messages from a task or project execution to lifecycle or quiet logging levelsAdam MurdochResolvedWon't Fix2009-01-272017-02-10
GRADLE-377make jettyStop run synchronouslyJames BromleyResolvedWon't Fix2009-01-292017-01-16
GRADLE-378Gradle's javadoc task should provide more propreties that allow for finer-grained tuning of JavadocTom EyckmansJon CoxResolvedFixed2009-01-292013-01-04
GRADLE-379Let the gradle nightly build always rebuild the script cache and clean the dependencies repository.Hans DockterResolvedWon't Fix2009-01-312017-02-10
GRADLE-380Provide a plugin which can assemble and upload a zip image of a mini repo which contains all the build's dependencies, and you can manually download and place it somewhere.Hans DockterResolvedWon't Fix2009-01-312017-02-10
GRADLE-381Provide rules to be triggered in case of unknows tasks. This rules allow the creation of dynamic tasks. Hans DockterHans DockterResolvedFixed2009-01-312013-01-04
GRADLE-382Provided filters to search for declared dependencies.Hans DockterHans DockterResolvedFixed2009-01-312013-01-04
GRADLE-383Exception thrown by a custom task's execute() method is reported as an internal errorAdam MurdochResolvedWon't Fix2009-02-012013-01-04
GRADLE-384Missing ending apostroph in osgi configuration example listing (chapter 13 OSGi plugin)Hans DockterRené GröschkeResolvedFixed2009-02-022013-01-04
GRADLE-385gradles gradle build has no default taskHans DockterStefan GroschupfResolvedFixed2009-02-022013-01-04
GRADLE-386javadoc generation failsTom EyckmansStefan GroschupfResolvedFixed2009-02-022013-01-04
GRADLE-387Improve documentation on classifiersHans DockterPeter VossResolvedFixed2009-02-032013-01-04
GRADLE-388A mechanism to allow debugging of compile or test code with a simple command line optionMattthew FudgeResolvedWon't Fix2009-02-062017-02-10
GRADLE-389Typo's in user's guideHans DockterHans DockterResolvedFixed2009-02-082013-01-04
GRADLE-390Make merged task execution the default and only way to execute tasks specified on the command line.Adam MurdochHans DockterResolvedFixed2009-02-102013-01-04
GRADLE-391User Guide Manifest Examples Invalid in section 10.8.4Adam MurdochSpencer AllainResolvedFixed2009-02-102013-01-04
GRADLE-392Upload Gradle Jar to public Maven repositoryPeter NiederwieserResolvedWon't Fix2009-02-102017-02-10
GRADLE-393FlatDirResolver does not work properly with classifier.Hans DockterHans DockterResolvedFixed2009-02-102013-01-04
GRADLE-394addFlatDirResolver(), addMavenRepo() and addMavenStyleRepo() should accept repo root dir parameters of type String, java.io.File, java.net.URL and java.net.URIHans DockterAdam MurdochResolvedFixed2009-02-102013-01-04
GRADLE-395Re-use existing manifest.mf filesHans DockterPatrik SchalinResolvedFixed2009-02-112013-01-04
GRADLE-396Use verbs for task namesHans DockterHans DockterResolvedFixed2009-02-112013-01-04
GRADLE-397Allow Eclipse dependencies to be exportedHans DockterLevi HoogenbergResolvedFixed2009-02-122013-01-04
GRADLE-398A wiki page on how to provide patches to Gradle via GitHubTom EyckmansHans DockterResolvedFixed2009-02-122013-01-04
GRADLE-399artifact in upload via mavenDeployer with classifier throws script exceptionHans DockterGeorge IanuzziResolvedFixed2009-02-122013-01-04
GRADLE-400The standard plugins should add a description to the tasks and configurations they add to the projectHans DockterAdam MurdochResolvedFixed2009-02-122013-01-04
GRADLE-401The project report command-line options (--tasks, --properties and --dependencies) should allow which projects to report on to be specified on the command-lineAdam MurdochAdam MurdochResolvedFixed2009-02-122013-01-04
GRADLE-402The project-reports plugin should generate HTML reportsAdam MurdochResolvedFixed2009-02-122017-01-24
GRADLE-403Allow a build script to add a listener which is notified when a build has completedAdam MurdochResolvedWon't Fix2009-02-152017-02-10
GRADLE-404jetty plugin should configure the JettyPluginWebAppContext even if supplied by build scriptHans DockterMarcus BetterResolvedFixed2009-02-182013-01-04
GRADLE-405Reported build time is confusing as shown (seconds only)Hans DockterNeil CurzonResolvedFixed2009-02-182013-01-04
GRADLE-406possible bug around transitive dependenciesHans DockterSzczepan FaberResolvedWon't Fix2009-02-192013-01-04
GRADLE-407Make it easier to set the system properties (and other jvmArgs) of the JVM used to run 'test'Adam MurdochJon CoxResolvedFixed2009-02-192013-01-04
GRADLE-408Allow the build file for a project to be specified in the settings fileAdam MurdochAdam MurdochResolvedFixed2009-02-192013-01-04
GRADLE-409There should be a task type for files that corrsponds to a Make target that isn't .PHONY (perhaps using MD5, timestamp, or some tunable function)Jon CoxResolvedWon't Fix2009-02-192017-02-10
GRADLE-410doFirst and doLast tasks should be allowed to have names -- otherwise, it's hard to 'skip' themHans DockterJon CoxResolvedWon't Fix2009-02-192013-01-04
GRADLE-411Replace doFirst and doLast with new args for createTaskHans DockterJon CoxResolvedWon't Fix2009-02-192013-01-04
GRADLE-412Change semantics for 'test' task.Jon CoxResolvedWon't Fix2009-02-192017-02-10
GRADLE-413Cached build file is not recompiled when build classpath changesAdam MurdochResolvedWon't Fix2009-02-232017-02-10
GRADLE-414gradle.home System property should not be required to run test suiteHans DockterNeil CurzonResolvedFixed2009-02-242013-01-04
GRADLE-415Use patched ivy with Fix for IVY-1066 (was: -tests.jar dependency download failing)Hans DockterGalder ZamarreñoResolvedFixed2009-02-262013-01-04
GRADLE-416Merge Project and ProjectDescriptorAdam MurdochResolvedWon't Fix2009-02-282017-02-10
GRADLE-417Create a task hasDependee function, that enables to define task dependencies the other way round.Hans DockterResolvedWon't Fix2009-03-042013-05-01
GRADLE-418Enable configuration of a task when created via parameters of the map arguments.Hans DockterResolvedWon't Fix2009-03-042017-02-10
GRADLE-419Task creation DSLAdam MurdochHans DockterResolvedFixed2009-03-042013-01-04
GRADLE-420gradlew and HTTP proxyHans DockterPeter NiederwieserResolvedWon't Fix2009-03-092013-01-04
GRADLE-421buildSrc can't be used inside settings.gradleAdam MurdochSteve ApplingResolvedFixed2009-03-112013-01-04
GRADLE-422Script Caching gets stuck on EMPTY_SCRIPT stateHans DockterSteve ApplingResolvedFixed2009-03-122013-01-04
GRADLE-423javadoc task should provide a source file specification mechanism which is consistent with compile, test, resources, etcHans DockterAdam MurdochResolvedFixed2009-03-202013-01-04
GRADLE-424Create gradle_cache command to manage $HOME/.gradleRussel WinderResolvedWon't Fix2009-03-222017-02-10
GRADLE-425weird behaviour of archive task with multiple projectsHans DockterErwan LacosteResolvedFixed2009-03-232013-01-04
GRADLE-426Provide a quickstart java project sampleAdam MurdochAdam MurdochResolvedFixed2009-03-242013-01-04
GRADLE-427dependsOn doesn't respect dependency orderMarc GuillemotResolvedFixed2009-03-252013-05-01
GRADLE-428Avoid to create .gradle in script dirMarc GuillemotResolvedWon't Fix2009-03-262017-02-10
GRADLE-429Gradle depends on ivy-2.0.0-rc2 and should depend on 2.0.0Hans DockterRussel WinderResolvedFixed2009-03-282013-01-04
GRADLE-430Date/time in HTML test reports has no timezone informationRussel WinderResolvedWon't Fix2009-03-302017-02-10
GRADLE-431Provide a quickstart groovy project sampleAdam MurdochAdam MurdochResolvedFixed2009-03-312013-01-04
GRADLE-432Classifiers not written to generated POM using Maven pluginHans DockterRussel WinderResolvedFixed2009-04-042013-01-04
GRADLE-433Allow for more information to be put into generated POMsHans DockterRussel WinderResolvedFixed2009-04-042013-01-04
GRADLE-434Gradle should deal with POM if there is one.Russel WinderResolvedWon't Fix2009-04-042017-02-10
GRADLE-435Searching for jars to run GradleRussel WinderResolvedWon't Fix2009-04-052017-02-10
GRADLE-436archive_war task fails if the target build dir is a nested directoryHans DockterColin YatesResolvedNot A Bug2009-04-062013-01-04
GRADLE-437Support wildcard characters in task namesJohnny JianResolvedWon't Fix2009-04-102017-02-10
GRADLE-438Bundle.dependsOn() should delegate to Bundle.archiveTasks*.dependsOn()Johnny JianResolvedWon't Fix2009-04-112013-05-01
GRADLE-439Allow a listener to receive notification when a task is added to a projectAdam MurdochAdam MurdochResolvedFixed2009-04-132013-01-04
GRADLE-440The internal Groovy is always in the classpath of Ant Groovyc compilation.Hans DockterResolvedFixed2009-04-132013-01-04
GRADLE-441Check in GroovyCompile and GroovyDoc if groovy configuration is empty.Hans DockterHans DockterResolvedFixed2009-04-132013-01-04
GRADLE-442Upgrade groovy version used for build scripts to 1.6Adam MurdochAdam MurdochResolvedFixed2009-04-132013-01-04
GRADLE-443Generated POM dependencies do not respect custom artifactIdsPeter NiederwieserPaul SpeedResolvedFixed2009-04-132013-01-04
GRADLE-444Allow a project dependency to be specified using a Configuration object on the RHSAdam MurdochResolvedWon't Fix2009-04-142013-09-09
GRADLE-445Execption when using the String notation without a versionHans DockterHans DockterResolvedFixed2009-04-152013-01-04
GRADLE-446Modify the Integration test runner to skip the tests if a certain system property is set.Adam MurdochHans DockterResolvedFixed2009-04-152013-01-04
GRADLE-447Gradle test fails with JDK 1.6.0_13Hans DockterSteve ApplingResolvedFixed2009-04-152013-01-04
GRADLE-448Gradle test fails with JDK 1.6.0_01 on WindowsHans DockterSteve ApplingResolvedFixed2009-04-152013-01-04
GRADLE-449Support JAVA_OPTS in the gradle and gradlew scripts.Hans DockterHans DockterResolvedFixed2009-04-162013-01-04
GRADLE-450Use command line system properties also for the gradlew JVM.Hans DockterHans DockterResolvedFixed2009-04-162013-01-04
GRADLE-451The Rules description should be displayed in the tasks report.Hans DockterHans DockterResolvedFixed2009-04-162013-01-04
GRADLE-452Introduce a TaskContainer interfaceAdam MurdochAdam MurdochResolvedFixed2009-04-162013-01-04
GRADLE-453The wagon jars of the Maven Deployer are not isolated againt the Gradle classpath.Hans DockterResolvedWon't Fix2009-04-172017-02-10
GRADLE-454Add rule for building the artifacts of a configurationHans DockterHans DockterResolvedFixed2009-04-172013-01-04
GRADLE-455NullPointerException at org.gradle.groovy.scripts.DefaultCachePropertiesHandler.createHash(DefaultCachePropertiesHandler.java:67)Hans DockterColin YatesResolvedFixed2009-04-172013-01-04
GRADLE-456Configuration.copy does not copy all attributes of the configurationHans DockterSteve ApplingResolvedFixed2009-04-182013-01-04
GRADLE-457Allow a listener to receive notification before project evaluation and after failed project evaluationAdam MurdochAdam MurdochResolvedFixed2009-04-192013-01-04
GRADLE-458Configuring javadoc with multiple links fails with "Error fetching URL"Tom EyckmansMelanie PfautzResolvedFixed2009-04-232014-07-29
GRADLE-459Move the eclipse related tasks out of the java pluginHans DockterAdam MurdochResolvedFixed2009-04-232013-01-04
GRADLE-460Move the implicit task rules out of the java pluginAdam MurdochAdam MurdochResolvedFixed2009-04-232013-01-04
GRADLE-461Transitive dependencies not working for the Scala plugin (works in maven)Hans DockterJeppe Nejsum MadsenResolvedFixed2009-04-242013-01-04
GRADLE-462Gradle doesn't clean up temp filesSteve ApplingSteve ApplingResolvedFixed2009-04-272013-01-04
GRADLE-463Nightly build should build and publish latest version of websiteAdam MurdochResolvedFixed2009-05-022013-01-04
GRADLE-464make gradles documentation-tasks reusable via pluginHelmut DenkResolvedWon't Fix2009-05-052017-02-10
GRADLE-465project dependencies are not added to a jar when using the two plugins 'groovy' and 'war' in commonHans DockterMatthias PfauResolvedFixed2009-05-052013-01-04
GRADLE-466NPE for empty build fileHans DockterMatthias PfauResolvedFixed2009-05-052013-01-04
GRADLE-467Improve the command-line interfaceHans DockterHans DockterResolvedWon't Fix2009-05-062013-01-04
GRADLE-468Provide a quickstart web application project sampleAdam MurdochResolvedFixed2009-05-072017-01-24
GRADLE-469Fix the warnings when generating the javadoc for GradleTom EyckmansHans DockterResolvedFixed2009-05-102013-01-04
GRADLE-470Provide a minimal gradle distributionAdam MurdochResolvedWon't Fix2009-05-102017-02-10
GRADLE-471Make providedCompile and providedRuntime configurations available outside of the WAR pluginAndrew PietschResolvedFixed2009-05-102017-01-27
GRADLE-472user's guide - TOC for chaptersTomek KaczanowskiResolvedFixed2009-05-112017-01-24
GRADLE-473minor typos in user's guideHans DockterTomek KaczanowskiResolvedFixed2009-05-112013-01-04
GRADLE-474gradle website - broken link to user guide - HTML (single page)Hans DockterTomek KaczanowskiResolvedFixed2009-05-122013-01-04
GRADLE-475Don't include version in archive names if no version specified for projectAdam MurdochAdam MurdochResolvedFixed2009-05-122013-01-04
GRADLE-476Add configure-by-map functionality for our domain object container.Hans DockterResolvedWon't Fix2009-05-122017-02-10
GRADLE-477Jetty plugin should trigger a rebuild of webapp when source files change while jetty server is runningAdam MurdochResolvedWon't Fix2009-05-122017-01-24
GRADLE-478Provide declarative validation for task propertiesAdam MurdochResolvedFixed2009-05-122017-01-24
GRADLE-479Alphabetical projects execution order in multi-project buildUldis Karlovs-KarlovskisResolvedWon't Fix2009-05-142017-02-10
GRADLE-480Improve launching gradle for tool purposesMikeResolvedFixed2009-05-142013-01-04
GRADLE-481Simplified way to obtain all projects and tasksHans DockterMikeResolvedFixed2009-05-142013-01-04
GRADLE-482add section on how to create Eclipse projectAdam MurdochTomek KaczanowskiResolvedFixed2009-05-142013-01-04
GRADLE-483BaseDependencyManager.resove(String, boolean, boolean) ignores includeProjectDependencies parameterHans DockterAndrew PietschResolvedFixed2009-05-142013-01-04
GRADLE-485web page has link to latest nightly buildSzczepan FaberSzczepan FaberResolvedFixed2009-05-152013-01-04
GRADLE-486Provide progress feedback as large artifacts are being uploadedHans DockterAdam MurdochResolvedFixed2009-05-152013-01-04
GRADLE-487Allow to provide a configuration for the Maven deployer protocol jars.Hans DockterHans DockterResolvedFixed2009-05-182013-01-04
GRADLE-488TestNGOptions propertyMissing and methodMissing returns null if suiteXmlBuilder is null.Tom EyckmansHans DockterResolvedFixed2009-05-192013-01-04
GRADLE-489Use only the classpath of the public API for the javadoc task of the Gradle build.Hans DockterResolvedWon't Fix2009-05-202017-02-10
GRADLE-490The UsersGuideIntegrationTest should evaluate a script only once.Adam MurdochHans DockterResolvedFixed2009-05-202013-01-04
GRADLE-491Add unit test to TestNGOptions for checking delegation to super in propertyMissing and methodMissing method.Adam MurdochHans DockterResolvedFixed2009-05-202013-01-04
GRADLE-492Cannot set dynamic property on archive tasksAdam MurdochAdam MurdochResolvedFixed2009-05-202013-01-04
GRADLE-493JUnit Test Case detection broken for Tom EyckmansSteve ApplingResolvedFixed2009-05-212013-01-04
GRADLE-494Gradle should have a twitter plugin that posts formal releases to the Twitter accountHamlet D'ArcyResolvedFixed2009-05-212017-01-24
GRADLE-495NPE when using maven plugin in multi-project buildsHans DockterJohnny JianResolvedFixed2009-05-222013-01-04
GRADLE-496dependsOn behavior - Improvement for user's guideHans DockterTomek KaczanowskiResolvedFixed2009-05-222013-01-04
GRADLE-497some enhancments to 10.1 "Skipping tasks" documentation sectionHans DockterTomek KaczanowskiResolvedFixed2009-05-222013-01-04
GRADLE-498some enhancments to chapter 21 "Dependency Management" Hans DockterTomek KaczanowskiResolvedFixed2009-05-242013-01-04
GRADLE-499Error messages in the Gradle log when group is not specified.Hans DockterHans DockterResolvedFixed2009-05-252013-01-04
GRADLE-500Grails Plugin for GradleHans DockterResolvedWon't Fix2009-05-252016-02-12
GRADLE-501Stale link in section 21.3.6: More about Ivy resolversTom EyckmansDaniel MuellerResolvedFixed2009-05-252013-01-04
GRADLE-502GINA is not a widely known acronym outside the Groovy CommunityTom EyckmansDaniel MuellerResolvedFixed2009-05-252013-01-04
GRADLE-503AbstractJettyRunTask throws NPEHans DockterShanon McQuayResolvedFixed2009-05-262013-01-04
GRADLE-504Libs should be stored in a build/libs directory not in build.Hans DockterHans DockterResolvedFixed2009-05-262013-01-04
GRADLE-505Create an Announce taskHans DockterJason PorterResolvedFixed2009-05-262013-01-04
GRADLE-506NPE when trying to exclude dependencies and one has an empty groupHans DockterRafael SerranoResolvedFixed2009-05-262013-01-04
GRADLE-507Userguide - table 15.3: swapped values for (testResultsDir, testResultsDirName) and (testReportDir, testReportDirName) Hans DockterDaniel MuellerResolvedFixed2009-05-262013-01-04
GRADLE-508Gradle doesn't run with IBM jdkHans DockterMark GaylardResolvedFixed2009-05-282013-01-04
GRADLE-509Check all UG samples for bugs that might only show up at execution time.Hans DockterResolvedWon't Fix2009-05-282017-02-10
GRADLE-510behaviour of dependencies of WAR plugin in a multiple project environmentErwan LacosteResolvedWon't Fix2009-05-282017-02-10
GRADLE-511trunk fails to build with 'Could not select the default project for this build' unless buildfille specifiedAdam MurdochDaniel MuellerResolvedFixed2009-05-302013-01-04
GRADLE-512trunk tests fail due to upper/lowercase inconsistency in pathHans DockterDaniel MuellerResolvedFixed2009-05-302013-01-04
GRADLE-513descriptions not always printed by gradle -tHans DockterTomek KaczanowskiResolvedWon't Fix2009-05-302013-01-04
GRADLE-514Groovy test compilation and execution is slow.Tom EyckmansHans DockterResolvedFixed2009-06-032013-01-04
GRADLE-515User Guide grammar fixes and other minor improvementsHans DockterPaul GierResolvedFixed2009-06-052013-01-04
GRADLE-516documentation - better titles for examples & list of examplesAdam MurdochTomek KaczanowskiResolvedFixed2009-06-062013-01-04
GRADLE-517Simplify ant project property access from build scriptAdam MurdochAdam MurdochResolvedFixed2009-06-072013-01-04
GRADLE-518The copy method of a dependency does not copy the configuration.Hans DockterHans DockterResolvedFixed2009-06-092013-01-04
GRADLE-519Allow build script classpath to be specified in the build scriptAdam MurdochAdam MurdochResolvedFixed2009-06-092013-01-04
GRADLE-520Provide the option to pass command line style parameters for embedded usage.Hans DockterHans DockterResolvedFixed2009-06-102013-01-04
GRADLE-521Cache empty build scriptsHans DockterAdam MurdochResolvedFixed2009-06-152013-01-04
GRADLE-522Provide listeners for plugin registration and usageHans DockterHans DockterResolvedFixed2009-06-162013-01-04
GRADLE-523Offer a dry-run option for a Gradle build.Hans DockterHans DockterResolvedFixed2009-06-172013-01-04
GRADLE-524ide task in gradle's own build.gradle doesn't workHans DockterSteve ApplingResolvedFixed2009-06-172013-01-04
GRADLE-525Enhancement to support debuggingAdam MurdochJohn MurphResolvedFixed2009-06-172013-05-31
GRADLE-526Relative Path in GRADLE_HOME does not work any moreHans DockterSteve ApplingResolvedFixed2009-06-182013-01-04
GRADLE-527project.libs.archiveTasks no longer exists but is used in UG 24.59Hans DockterJerod LassResolvedFixed2009-06-182013-01-04
GRADLE-528testResource dir property documentation errorTom EyckmansTom EyckmansResolvedFixed2009-06-212013-01-04
GRADLE-529userguide - pdf version - page numberAdam MurdochTomek KaczanowskiResolvedFixed2009-06-222013-01-04
GRADLE-530New Jar task always included classes found in 'classesDir' Adam MurdochDonal McNameeResolvedFixed2009-06-252013-01-04
GRADLE-531 ide task in buildSrc/build.gradle doesn't workHans DockterMarkus KoblerResolvedFixed2009-06-272013-01-04
GRADLE-532Example 4.13 might produce NPEHans DockterJacob GrydholtResolvedFixed2009-06-272013-01-04
GRADLE-533Initial Framework for Task OptimizationHans DockterSteve ApplingResolvedFixed2009-06-292013-01-04
GRADLE-534Dependency reports do not show the correct hierarchyHans DockterHans DockterResolvedFixed2009-06-302013-01-04
GRADLE-535Configuration should return the files for a subset of the dependenciesHans DockterHans DockterResolvedFixed2009-06-302013-01-04
GRADLE-536integTest target in Gradle's own build can't be re-run without cleanHans DockterSteve ApplingResolvedFixed2009-06-302013-01-04
GRADLE-537Update Java Plugin Task DependenciesHans DockterSteve ApplingResolvedFixed2009-07-062013-01-04
GRADLE-538Test detection seems to think that every class under src/test/java is a test classTom EyckmansPeter NiederwieserResolvedFixed2009-07-112013-01-04
GRADLE-539When test fork mode is set to ONCE, Gradle no longer displays which tests failedTom EyckmansPeter NiederwieserResolvedFixed2009-07-112013-01-04
GRADLE-540scanForTestClasses=false has no effectTom EyckmansPeter NiederwieserResolvedFixed2009-07-112013-01-04
GRADLE-541Allow empty arguments for configuration call in a dependency context.Hans DockterResolvedIncomplete2009-07-132013-01-23
GRADLE-542Change default fork mode for Java project tests to 'once' Hans DockterHans DockterResolvedFixed2009-07-142013-01-04
GRADLE-543Provide a native copy taskAdam MurdochAdam MurdochResolvedFixed2009-07-162013-01-04
GRADLE-544Allow graphs to be declared in the userguideAdam MurdochResolvedWon't Fix2009-07-162017-02-10
GRADLE-545The resolve of a ProjectDependency should return its self resolving dependencies.Hans DockterHans DockterResolvedFixed2009-07-162013-01-04
GRADLE-546Introduce custom set's to return resolve result by lazy initialization.Hans DockterResolvedWon't Fix2009-07-172017-02-10
GRADLE-547Misleading error message when a buildscript { } closure uses an imported class which has not been added to the classpathAdam MurdochResolvedWon't Fix2009-07-172017-02-10
GRADLE-548Allow the artifact production tasks to be specified for a file dependencyAdam MurdochAdam MurdochResolvedFixed2009-07-172013-01-04
GRADLE-550Get rid of the groovy configuration for Groovy projects and replace it with the Configuration.files()Hans DockterResolvedFixed2009-07-182013-05-01
GRADLE-551AntTestNGExecute should use Configuration.files() to retrieve testng files.Tom EyckmansHans DockterResolvedFixed2009-07-182013-01-04
GRADLE-552Add copy functionality to the FileCollectionHans DockterResolvedWon't Fix2009-07-202017-02-10
GRADLE-553The custom filePath property should not be contained in the published ivy.xml file. Hans DockterHans DockterResolvedFixed2009-07-202013-01-04
GRADLE-554Add checkstyle supportAdam MurdochAdam MurdochResolvedFixed2009-07-202013-01-04
GRADLE-555Add CodeNarc supportAdam MurdochAdam MurdochResolvedFixed2009-07-202013-01-04
GRADLE-556It should be possible to remove an artifact from a configuration.Hans DockterHans DockterResolvedFixed2009-07-212013-01-04
GRADLE-557Gradle should provide for testing Gradle version numbersRussel WinderResolvedWon't Fix2009-07-212017-02-10
GRADLE-558Add arguments to convenience methods for dependency resolvers to support ResolverContainer's positioning APIJerod LassResolvedWon't Fix2009-07-212017-02-10
GRADLE-559Support environment configuration scriptsJason PorterResolvedWon't Fix2009-07-212017-02-10
GRADLE-560Mapping of Ivy dependency lookups insufficientHans DockterSpencer AllainResolvedFixed2009-07-212013-01-04
GRADLE-561Gradle method bug from tutorial docHans DockterCarlton JosephResolvedFixed2009-07-212013-01-04
GRADLE-562documentation - accessing Maven password protected repositoriesAdam MurdochTomek KaczanowskiResolvedFixed2009-07-212013-01-04
GRADLE-563nicer way of accessing Maven password protected repositoriesDaz DeBoerTomek KaczanowskiResolvedFixed2009-07-212013-01-04
GRADLE-564Use a repository layout for the internal repository that uses jar names with version numbers.Hans DockterHans DockterResolvedFixed2009-07-212013-01-04
GRADLE-565Returne metadata for the files of a ResolvedDependencyHans DockterHans DockterResolvedFixed2009-07-222013-01-04
GRADLE-566fatJar option for building jar-with-dependenciesSzczepan FaberResolvedWon't Fix2009-07-232017-02-10
GRADLE-570Allow inheritance of task dependencies when overwriting tasksLevi HoogenbergResolvedWon't Fix2009-07-242017-02-10
GRADLE-571Introduce a SourceDirectory domain objectAdam MurdochAdam MurdochResolvedFixed2009-07-262013-01-04
GRADLE-572documentation - updates/fixes to 27 artifact managementHans DockterTomek KaczanowskiResolvedFixed2009-07-272013-01-04
GRADLE-573documentation - 6 Java Quickstart - Eclipse plugin fixHans DockterTomek KaczanowskiResolvedFixed2009-07-272013-01-04
GRADLE-574Make it easier to use ant optional tasks from a buildAdam MurdochResolvedWon't Fix2009-07-292017-02-10
GRADLE-575systemProp.http.proxyHost documentation is incorrectHans DockterPeter LResolvedFixed2009-07-292013-01-04
GRADLE-576dependencyReport should not download artifactsHans DockterPhilip CrotwellResolvedFixed2009-07-302013-01-04
GRADLE-577better message for transitive dependencies on download failurePhilip CrotwellResolvedWon't Fix2009-07-302017-02-10
GRADLE-578text about configurations.compile.transitive = trueAdam MurdochPhilip CrotwellResolvedFixed2009-07-302013-01-04
GRADLE-579Create a gradle ShellMatthias PfauResolvedWon't Fix2009-07-312017-02-10
GRADLE-580Add integration test for Groovy 1.7 supportAdam MurdochAdam MurdochResolvedFixed2009-08-012013-01-04
GRADLE-581Provide some way to run as many tasks as possible and defer failures until the tasks have completedAdam MurdochResolvedFixed2009-08-012013-01-04
GRADLE-582Impossible to add listenersTom EyckmansLevi HoogenbergResolvedFixed2009-08-012013-01-04
GRADLE-583Pull Test Task out of jar dependency chainSteve ApplingSteve ApplingResolvedFixed2009-08-022013-01-04
GRADLE-584War plugin does not create build dependencies on Runtime configurationSteve ApplingSteve ApplingResolvedFixed2009-08-082013-01-04
GRADLE-585Clean task does not clean the internal repositoryAdam MurdochSteve ApplingResolvedFixed2009-08-082013-01-04
GRADLE-586Context classloader is not set to project classloader when build script is executedAdam MurdochAdam MurdochResolvedFixed2009-08-092013-01-04
GRADLE-587NPE in DefaultIvyDependencyResolverHans DockterSteve ApplingResolvedFixed2009-08-102013-01-04
GRADLE-588Add support for an init scriptAdam MurdochJohn MurphResolvedFixed2009-08-102013-01-04
GRADLE-589A better OSGi sample project is neededAdam MurdochHamlet D'ArcyResolvedFixed2009-08-122013-01-04
GRADLE-590Add support for building java applicationsAdam MurdochAdam MurdochResolvedFixed2009-08-132013-01-04
GRADLE-591Simplify logging at lifecycle and quiet log levelsAdam MurdochAdam MurdochResolvedFixed2009-08-152013-01-04
GRADLE-592gradle -t does not show descriptions of my tasksHans DockterPeter NiederwieserResolvedNot A Bug2009-08-152013-01-04
GRADLE-593Provide a way to exclude tasks from the DAG using the command-lineAdam MurdochAdam MurdochResolvedFixed2009-08-162013-01-04
GRADLE-594Provide a history for last successful output creationHans DockterHans DockterResolvedFixed2009-08-172013-01-04
GRADLE-595jettyRun task does not depend on processResources taskAdam MurdochAdam MurdochResolvedFixed2009-08-182013-01-04
GRADLE-596Auto generate gradle default importsHans DockterResolvedFixed2009-08-192013-04-15
GRADLE-597Filters in CopySpecs are not InheritedSteve ApplingSteve ApplingResolvedFixed2009-08-192013-01-04
GRADLE-598Upgrade version on BNDAdam MurdochRussel WinderResolvedFixed2009-08-202013-01-04
GRADLE-599Remove JUnit jar from Gradle distribution.Hans DockterRussel WinderResolvedFixed2009-08-202013-01-04
GRADLE-600Excessive dependency download of SNAPSHOTDaz DeBoerJeppe Nejsum MadsenResolvedFixed2009-08-202013-01-04
GRADLE-601Document how to write a custom taskAdam MurdochAdam MurdochResolvedFixed2009-08-232013-01-04
GRADLE-602Allow a custom task to have a no-args/default constructorAdam MurdochAdam MurdochResolvedFixed2009-08-232013-01-04
GRADLE-603Add evaluationDependsOnChildren method to the project classHans DockterResolvedWon't Fix2009-08-242017-02-10
GRADLE-604An issue with combining --project-dir and --settings-file or --build-file optionsJohn MurphResolvedWon't Fix2009-08-242017-02-10
GRADLE-605gradle -q prints out '.' characters when downloading artifactsAdam MurdochAdam MurdochResolvedFixed2009-08-272013-01-04
GRADLE-606userguide - eclipse pluginHans DockterTomek KaczanowskiResolvedFixed2009-08-272013-01-04
GRADLE-607Add dynamic property support to Gradle classAdam MurdochResolvedFixed2009-08-282013-01-04
GRADLE-608Make it easier to receive logging output when embedding GradleAdam MurdochAdam MurdochResolvedFixed2009-08-282013-01-04
GRADLE-609Invalidate cached buildSrc artifacts when Gradle version changesHans DockterAdam MurdochResolvedFixed2009-08-292013-01-04
GRADLE-610Make it easier to add a URL repositoryAdam MurdochAdam MurdochResolvedFixed2009-08-292013-01-04
GRADLE-611Gradle does not consider Maven repository defined in POM of a dependencyPeter NiederwieserResolvedWon't Fix2009-08-292017-02-10
GRADLE-612Improved syntax for "mavenRepo()" URL parameterAdam MurdochPeter NiederwieserResolvedFixed2009-08-292013-01-04
GRADLE-613Editing of Gradle JIRA issuesHans DockterPeter NiederwieserResolvedFixed2009-08-292013-01-04
GRADLE-614Allow dynamic properties to be applied to any domain objectAdam MurdochAdam MurdochResolvedFixed2009-08-302013-01-04
GRADLE-615Start Gradle with assertions enabledHans DockterResolvedFixed2009-09-012016-02-12
GRADLE-616Problems Resolving external dependencies when project dependencies are usedHans DockterSteve ApplingResolvedFixed2009-09-022013-01-04
GRADLE-617Provide descriptions for dependencies.Hans DockterResolvedWon't Fix2009-09-032017-02-10
GRADLE-618Make defaultTask method accept non string notations.Hans DockterResolvedWon't Fix2009-09-042017-02-10
GRADLE-619The GradleManifest would have toFile() methodHans DockterJiri MaresResolvedFixed2009-09-052013-01-04
GRADLE-620Task eclipse doesn't put file references of dependencies into project's classpathHans DockterJiri MaresResolvedFixed2009-09-052013-01-04
GRADLE-621documentation - eclipse plugin - update & mergeAdam MurdochTomek KaczanowskiResolvedFixed2009-09-052013-01-04
GRADLE-622testRuntime dependencies should not be resolved if not tests are run.Adam MurdochHans DockterResolvedFixed2009-09-072013-01-04
GRADLE-623Gradle runs stale compiled test classes as unit testsAdam MurdochHans DockterResolvedFixed2009-09-072013-01-04
GRADLE-624The tests for build sources are not executed.Adam MurdochHans DockterResolvedFixed2009-09-072013-01-04
GRADLE-625Move delete cache functionality into a taskHans DockterResolvedWon't Fix2009-09-082017-02-10
GRADLE-626GUI for GradleSteve ApplingSteve ApplingResolvedFixed2009-09-082013-01-04
GRADLE-627Gradle gives poor message for no build.gradleRussel WinderResolvedFixed2009-09-092017-01-24
GRADLE-628GroovyDoc task does not expose most of the properties of the underlying ant groovydoc task.Hans DockterRussel WinderResolvedFixed2009-09-092013-01-04
GRADLE-629Snapshot dependencies are not updatedDaz DeBoerPeter NiederwieserResolvedFixed2009-09-092013-01-04
GRADLE-630suiteXmlBuilder does not allow access to project propertiesMarcus BetterResolvedWon't Fix2009-09-102017-02-10
GRADLE-631Error message on syntax error needs improvementHans DockterRussel WinderResolvedFixed2009-09-112013-01-04
GRADLE-632PMD Ant task error when using rules from rulesets directoryAdam MurdochTomek KaczanowskiResolvedFixed2009-09-112013-01-04
GRADLE-633Findbug Ant task doesn't work - "unexpected token: class"Hans DockterTomek KaczanowskiResolvedWon't Fix2009-09-112013-01-04
GRADLE-634Auto wire task dependencies based on the input files of the taskAdam MurdochResolvedWon't Fix2009-09-112017-02-10
GRADLE-635Support any combination of mixed java, groovy, scala projectsAdam MurdochResolvedWon't Fix2009-09-142017-02-10
GRADLE-636Support scala + java joint compilationAdam MurdochAdam MurdochResolvedFixed2009-09-142013-01-04
GRADLE-637Artifacts from transitive self-resolving dependencies from another project are included even when transitive = falseHans DockterAdam MurdochResolvedFixed2009-09-142013-01-04
GRADLE-638gradle shell script not marked as executableHans DockterMikeResolvedFixed2009-09-162013-01-04
GRADLE-639Inline the various Options classes into their respective Task classAdam MurdochResolvedWon't Fix2009-09-162017-02-10
GRADLE-640rename Project.getDependenciesPhilip CrotwellResolvedWon't Fix2009-09-172017-02-10
GRADLE-641eclipse task fails in multiprojectHans DockterPhilip CrotwellResolvedFixed2009-09-172013-01-04
GRADLE-642Improve error message from scala tasks when no scala tools or libraries have been definedAdam MurdochResolvedFixed2009-09-172013-05-09
GRADLE-643Scala plugin should infer the scala version from the compile configuration and add the appropriate dependencies to the scalaTools configurationAdam MurdochResolvedFixed2009-09-172013-01-15
GRADLE-644exported=true on lib and src classpath entriesHans DockterPhilip CrotwellResolvedFixed2009-09-182013-01-04
GRADLE-645Handle a selector closure which returns a null valueHans DockterAdam MurdochResolvedFixed2009-09-182013-01-04
GRADLE-646Support custom version conflict strategiesJason PorterResolvedWon't Fix2009-09-222017-02-10
GRADLE-647Allow a Project object to be used as the RHS of a dependency declarationHans DockterAdam MurdochResolvedFixed2009-09-232013-01-04
GRADLE-648Add javadoc overview file to Java plugin conventionAdam MurdochResolvedWon't Fix2009-09-232017-02-10
GRADLE-649dynamic dependencies Hans DockterAndrei SeredaResolvedFixed2009-09-232013-01-04
GRADLE-650Invalid date used for snapshot installsHans DockterRussel WinderResolvedFixed2009-09-242013-01-04
GRADLE-651Code quality plugin should generate Checkstyle reportAdam MurdochResolvedDuplicate2009-09-252016-06-17
GRADLE-652Support GWT JUnit tests that write user prompts to the console Andrew PietschResolvedWon't Fix2009-09-252017-02-10
GRADLE-653Client Module Dependencies can't be used across projects.Hans DockterHans DockterResolvedFixed2009-09-252013-01-04
GRADLE-654Use cached ivy module descriptors across configurations and subprojects.Hans DockterHans DockterResolvedFixed2009-09-252013-01-04
GRADLE-655NPE when script contains only class definitions and no statementsHans DockterAdam MurdochResolvedFixed2009-09-252013-01-04
GRADLE-656Add shared checkstyle properties to code quality plugin conventionHans DockterAdam MurdochResolvedFixed2009-09-252013-01-04
GRADLE-657Gradle tries to delete a non-existent configuration file (testng.xml)Hans DockterAndrei SeredaResolvedFixed2009-09-262013-01-04
GRADLE-658Init scripts should not share the same classloader or classpathAdam MurdochAdam MurdochResolvedFixed2009-09-262013-01-04
GRADLE-659Groovy Plugin has no Compile taskRussel WinderResolvedWon't Fix2009-09-272017-02-10
GRADLE-660No way of setting nested javac elements in groovy compileHans DockterRussel WinderResolvedFixed2009-09-272013-01-04
GRADLE-661Simplify using built-in tasks with a source setAdam MurdochResolvedWon't Fix2009-09-272017-02-10
GRADLE-662User guide needs examples of how to use the code quality pluginAdam MurdochRussel WinderResolvedFixed2009-09-282013-01-04
GRADLE-663Groovydoc does not depend on classes, javadoc doesHans DockterRussel WinderResolvedFixed2009-09-292013-01-04
GRADLE-6640.8 needs marking as released in JIRAHans DockterRussel WinderResolvedFixed2009-09-292013-01-04
GRADLE-665Gradle install task doesn't install the documentationHans DockterRussel WinderResolvedWon't Fix2009-09-292013-01-04
GRADLE-666Groovy resources are not processed when using the Groovy pluginAdam MurdochLevi HoogenbergResolvedFixed2009-09-292013-01-04
GRADLE-667War plugin version handling regressions from 0.7Adam MurdochSpencer AllainResolvedFixed2009-09-292013-01-04
GRADLE-668ZipFileSet attributes should be lazily evaluated at execution time.Hans DockterHans DockterResolvedFixed2009-09-292013-01-04
GRADLE-669Specify which logging libraries (app or gradle) to use with jetty tasksJason PorterResolvedWon't Fix2009-09-302016-12-30
GRADLE-670Checkstyle should have option to not throw exception upon violation detectionsHans DockterSpencer AllainResolvedFixed2009-09-302013-01-04
GRADLE-671Option to fork the jetty processJason PorterResolvedWon't Fix2009-10-012017-01-16
GRADLE-672Link and packagenames properties are missing for Groovydoc task.Hans DockterHans DockterResolvedFixed2009-10-022013-01-04
GRADLE-673file permissions not preserved in Tar taskPeter NiederwieserPhilip CrotwellResolvedFixed2009-10-022013-01-04
GRADLE-674Newer Jetty would provide system property assignment per server instanceHans DockterSpencer AllainResolvedFixed2009-10-022013-01-04
GRADLE-675gradle install fails to install the documentationHans DockterRussel WinderResolvedDuplicate2009-10-042013-01-04
GRADLE-676metaInf errors give messges that don't describe the real problemHans DockterRussel WinderResolvedFixed2009-10-042013-01-04
GRADLE-677metaInf fails for subprojectsHans DockterRussel WinderResolvedFixed2009-10-042013-01-04
GRADLE-678Project dependencies don't work unless BasePlugin has been applied to target projectAdam MurdochAdam MurdochResolvedFixed2009-10-042013-01-04
GRADLE-679Implement native archive handlingAdam MurdochHans DockterResolvedFixed2009-10-052013-01-04
GRADLE-680Skip tasks whose inputs have not changedAdam MurdochAdam MurdochResolvedFixed2009-10-062013-01-04
GRADLE-681Unexpected ClassCastExceptionHans DockterRussel WinderResolvedFixed2009-10-062013-01-04
GRADLE-682API docs of org.gradle.api.tasks.Copy need updateRussel WinderResolvedFixed2009-10-062017-01-24
GRADLE-683gradle-doc subproject should have install capabilityRussel WinderResolvedFixed2009-10-072016-02-12
GRADLE-684aspectj pluginHans DockterTomek KaczanowskiResolvedWon't Fix2009-10-072013-01-04
GRADLE-685Changed log level is not taken into consideration when multiple instances of GradleLauncher are created.Hans DockterHans DockterResolvedFixed2009-10-072013-01-04
GRADLE-686optionsFile property is required for Javadoc taskAdam MurdochLevi HoogenbergResolvedFixed2009-10-082013-01-04
GRADLE-687Project dependency on a war project includes the war in the compile classpath, not the jar or classesAdam MurdochAdam MurdochResolvedFixed2009-10-092013-01-04
GRADLE-688Project dependency in a compile configuration should use the classes dir of the target project, rather than the jarAdam MurdochResolvedWon't Fix2009-10-092017-02-10
GRADLE-689Cannot compile multiple sets of source files from the same source directory when there are dependencies between the source filesAdam MurdochAdam MurdochResolvedFixed2009-10-112013-01-04
GRADLE-690Let gradlew.bat download in %TEMP%, not C:Steven DevijverResolvedWon't Fix2009-10-122017-02-10
GRADLE-691Remove packagenames property of Groovydoc task.Adam MurdochHans DockterResolvedFixed2009-10-122013-01-04
GRADLE-692Jar task without destinationDir property set causes GroovyRuntimeExceptionSteven DevijverResolvedWon't Fix2009-10-122017-02-10
GRADLE-693If destinationDir is not set on Jar task generate oneSteven DevijverResolvedWon't Fix2009-10-122017-02-10
GRADLE-694Artifacts portion of dependencies disappear when depending upon project with war taskHans DockterSpencer AllainResolvedFixed2009-10-122013-01-04
GRADLE-695Plugin documentation improvementsHans DockterJason PorterResolvedFixed2009-10-132013-01-04
GRADLE-696Execution is much slower using java 6 than it is with java 5Hans DockterAdam MurdochResolvedFixed2009-10-132013-01-04
GRADLE-697Allow a dependency to be marked as optional in the generated pomHans DockterAdam MurdochResolvedFixed2009-10-132013-01-04
GRADLE-698Automatically add the repository locations of dependent sub-projects to the parent project when bundling all transitive dependencies (ie. into a WAR)Andrew SchoeweResolvedWon't Fix2009-10-132017-02-10
GRADLE-699Make it easier to set project properties from the init scriptAdam MurdochResolvedFixed2009-10-142013-01-04
GRADLE-700Make it easier to specify default values for project properties in the build scriptAdam MurdochResolvedWon't Fix2009-10-142017-02-10
GRADLE-701Poms are generated into the build dir, regardless of what buildDirName is set toAdam MurdochAdam MurdochResolvedFixed2009-10-142013-01-04
GRADLE-702Maven deployer uses the repositories specified in the user's settings.xml, rather than those specified in the build fileHans DockterAdam MurdochResolvedFixed2009-10-142013-01-04
GRADLE-703Make Codehaus Bamboo build work again.Hans DockterRussel WinderResolvedWon't Fix2009-10-152013-01-04
GRADLE-704Cannot deploy artifacts with classifier to a maven repositoryHans DockterAdam MurdochResolvedFixed2009-10-152013-01-04
GRADLE-705no "delegate" in userguideTomek KaczanowskiResolvedWon't Fix2009-10-152017-01-24
GRADLE-706Allow convention mapping to be applied to task properties whose initial value is an empty collection or mapAdam MurdochAdam MurdochResolvedFixed2009-10-152013-01-04
GRADLE-707Allow Gradle's logging ui to be customisedAdam MurdochAdam MurdochResolvedFixed2009-10-152013-01-04
GRADLE-708Closures inside subprojects which are not evaluated at evaluation time might have wrong delegate objectHans DockterSteven DevijverResolvedFixed2009-10-162013-01-04
GRADLE-709Auto wire dependencies of the Upload taskAdam MurdochAdam MurdochResolvedFixed2009-10-182013-01-04
GRADLE-710war plugin needs switch to preserve existing filesUldis Karlovs-KarlovskisResolvedWon't Fix2009-10-192017-02-10
GRADLE-711Antlr PluginAdam MurdochSteve EbersoleResolvedFixed2009-10-212013-01-04
GRADLE-712Way to either override repositories specified in a project or to inject repositories ahead of those specified in a projectSteve EbersoleResolvedWon't Fix2009-10-212017-02-10
GRADLE-713TestNG tests not executed when @Test annotation is used for classTom EyckmansTomek KaczanowskiResolvedFixed2009-10-212013-01-04
GRADLE-714Allow tasks to use files with a specific 'ivy type' from a configurationRoss BlackResolvedWon't Fix2009-10-222017-02-10
GRADLE-715Circular Runtime Project Dependencies cause stack overflowSteve ApplingResolvedWon't Fix2009-10-222017-02-10
GRADLE-716Groups with TestNG do not workHans DockterJason PorterResolvedFixed2009-10-232013-01-04
GRADLE-717building from sources does not work - no "dists" taskHans DockterTomek KaczanowskiResolvedFixed2009-10-232013-01-04
GRADLE-718Project dependency uses incorrect target project when the build contains multiple projects with the same nameHans DockterAdam MurdochResolvedFixed2009-10-242013-01-04
GRADLE-719Use project path in the dependency report to display project dependencies.Hans DockterHans DockterResolvedFixed2009-10-262013-01-04
GRADLE-720Expose task to allow just generation of pomHans DockterSteve EbersoleResolvedFixed2009-10-272013-01-04
GRADLE-721DefaultResolvedDependency.getAllArtifacts() loops forever when a cyclic dependency existsPhil MessengerResolvedWon't Fix2009-10-292017-02-10
GRADLE-722Null pointer exception in DefaultIvyReportConverterHans DockterPhil MessengerResolvedFixed2009-10-292013-01-04
GRADLE-723allow override of dependencies used by pluginsMarcus BetterResolvedWon't Fix2009-10-292017-01-16
GRADLE-724Eclipse plugin should add additional source sets to .classpathHans DockterPeter VossResolvedFixed2009-11-022013-01-04
GRADLE-725War.libExcludeDependencies does not exclude transitive dependenciesAdam MurdochNigel CharmanResolvedFixed2009-11-032013-01-04
GRADLE-726Provide Access to Runtime ClassloaderRobert FischerResolvedWon't Fix2009-11-042017-02-10
GRADLE-727Option to specify Jetty's webDefaultXmlJeppe Nejsum MadsenResolvedWon't Fix2009-11-052017-01-16
GRADLE-728website section "Build Gradle from source" is outdatedHans DockterRené GröschkeResolvedFixed2009-11-052013-01-04
GRADLE-729java.lang.VerifyError with upload to WebDAV repositoryHans DockterJurgen LustResolvedFixed2009-11-062013-01-04
GRADLE-730Include and Exclude closures on Copy task don't workSteve ApplingSteve ApplingResolvedFixed2009-11-062013-01-04
GRADLE-731Change Detection broken for files with a space in the first few charactersAdam MurdochSteve ApplingResolvedFixed2009-11-062013-01-04
GRADLE-732configurations.archives does not include default jar in java pluginPhilip CrotwellResolvedWon't Fix2009-11-102017-02-10
GRADLE-733Allow better control of depenciesSteve EbersoleResolvedDuplicate2009-11-102017-01-24
GRADLE-734Neither path nor baseDir may be null or empty stringAdam MurdochSpencer AllainResolvedFixed2009-11-102013-01-04
GRADLE-735No Non-Central Maven Repo ExampleRobert FischerResolvedFixed2009-11-102013-01-04
GRADLE-736Directory task doesn't allow creation of build/gwt directoryHans DockterKirk RasmussenResolvedFixed2009-11-102013-01-04
GRADLE-737Redesign copy task to filter tokens in source directoryUldis Karlovs-KarlovskisResolvedNot A Bug2009-11-112013-01-04
GRADLE-738cobertura report not executed on test failureTomek KaczanowskiResolvedFixed2009-11-112013-11-25
GRADLE-739Better support for downloading dependencies with multiple ext types (jar and zip) and classifiers.Daz DeBoerKirk RasmussenResolvedFixed2009-11-112013-01-04
GRADLE-740The archive destination dir should accept String/GString values.Hans DockterResolvedWon't Fix2009-11-122017-02-10
GRADLE-741It should be possible not just to enhance but also to override the default metaInf value of an archive.Hans DockterResolvedWon't Fix2009-11-122017-02-10
GRADLE-742Copy does not include files when using pattern with leading or inner **Adam MurdochAdam MurdochResolvedFixed2009-11-122013-01-04
GRADLE-743search up parent directories to find build.gradle Philip CrotwellResolvedWon't Fix2009-11-132017-02-10
GRADLE-744translateLibsTo14 task is broken in Gradle's buildAdam MurdochSteve ApplingResolvedFixed2009-11-132013-01-04
GRADLE-745Add a sync taskAdam MurdochAdam MurdochResolvedFixed2009-11-172013-01-04
GRADLE-746Name collision on variables vs task name confusionKirk RasmussenResolvedWon't Fix2009-11-182017-02-10
GRADLE-747Deletion of files not working (maybe?)Hans DockterKirk RasmussenResolvedFixed2009-11-182013-01-04
GRADLE-748Canoo Web testing PluginBarry MacMahonResolvedWon't Fix2009-11-192017-01-16
GRADLE-749Provide a consistent mechanism to specify or modify the classpath for an external tool, such as jetty or groovyAdam MurdochResolvedWon't Fix2009-11-192017-02-10
GRADLE-750Cache is not updated based on build file changesKen SipeResolvedWon't Fix2009-11-192017-02-10
GRADLE-751ecplise project for usePlugin "scala" should use scala eclipse nature and builderHans DockterPhilip CrotwellResolvedFixed2009-11-232013-01-04
GRADLE-752Maven plugin: provide an easy way to detect SNAPSHOTsErwan LacosteResolvedWon't Fix2009-11-242017-02-10
GRADLE-753gradle site - bad link on http://gradle.org/build.htmlHans DockterTomek KaczanowskiResolvedFixed2009-11-242013-01-04
GRADLE-754TestNG suiteXMLBuilder doesn't workAdam MurdochTomek KaczanowskiResolvedFixed2009-11-242013-01-04
GRADLE-755Don't create jar if it has no input-files (as the default behavior)Hans DockterResolvedWon't Fix2009-11-252017-02-10
GRADLE-756Conditional artifact publicationRoss BlackResolvedWon't Fix2009-11-272017-02-10
GRADLE-757ClassCastException when running test taskAdam MurdochVictor IacobanResolvedFixed2009-11-302013-01-04
GRADLE-758Eclipse configuration should be more flexibleHans DockterShaun MangelsdorfResolvedFixed2009-11-302013-01-04
GRADLE-760Transitive project dependencies are resolved one level to far if project dependency is resolved with transitive equals falseHans DockterHans DockterResolvedFixed2009-12-012013-01-04
GRADLE-761Resolve performance is slow for project dependencies when they are deeply nested.Hans DockterHans DockterResolvedFixed2009-12-012013-01-04
GRADLE-762Output to GUI no longer streamed during a buildSteve ApplingSteve ApplingResolvedFixed2009-12-022013-01-04
GRADLE-763Create integration tests for GUIAdam MurdochResolvedWon't Fix2009-12-022017-01-16
GRADLE-764Fix Gradle's developer build on windowsAdam MurdochResolvedFixed2009-12-022013-01-04
GRADLE-765Improve granularity of command line reportsHans DockterHans DockterResolvedFixed2009-12-052013-01-04
GRADLE-766Circular dependency in maven repo causes infinite recursionAdam MurdochLuke TaylorResolvedFixed2009-12-062013-01-04
GRADLE-767Cannot use -C rebuild on windows for a build with a buildSrc projectAdam MurdochAdam MurdochResolvedFixed2009-12-062013-01-04
GRADLE-768Files with size 0 do not show up in archivesAdam MurdochHans DockterResolvedFixed2009-12-062013-01-04
GRADLE-769Allow signed jars to be createdAdam MurdochResolvedWon't Fix2009-12-072017-02-10
GRADLE-770Add an SCP task which supports CopySpecsAdam MurdochResolvedWon't Fix2009-12-072017-02-10
GRADLE-771Handle name clashes between Gradle tasks and imported Ant targetsLuke DaleyTomek KaczanowskiResolvedFixed2009-12-072014-11-10
GRADLE-772Should be able to add arbitrary files to a sourceSet's resources, java, groovy, scala collectionsAdam MurdochResolvedWon't Fix2009-12-072017-02-10
GRADLE-773Get transient dependencies of dependency projects with copyRecursiveUldis Karlovs-KarlovskisResolvedWon't Fix2009-12-082017-02-10
GRADLE-774 Create a project report that discovers if newer versions of a dependency are available.Philip CrotwellResolvedDuplicate2009-12-092017-02-03
GRADLE-775Make TestListener work for TestNGAdam MurdochJohn MurphResolvedFixed2009-12-092013-01-04
GRADLE-776move buildSrc to src/buildPhilip CrotwellResolvedWon't Fix2009-12-102017-02-10
GRADLE-777rename build.gradle Philip CrotwellResolvedFixed2009-12-102017-01-25
GRADLE-778Allow a plugin to be implemented as a build scriptAdam MurdochResolvedWon't Fix2009-12-102017-02-10
GRADLE-779code in documentation should be highlightedTomek KaczanowskiResolvedWon't Fix2009-12-112017-02-10
GRADLE-780War plugin should neither publish war archive nor disable the default jar task.Hans DockterResolvedWon't Fix2009-12-142017-02-10
GRADLE-781Default TasksKen SipeResolvedWon't Fix2009-12-152017-02-10
GRADLE-782Add a task to execute a Gradle buildAdam MurdochAdam MurdochResolvedFixed2009-12-152013-01-04
GRADLE-783Improve copy task and compilation reliabilityAdam MurdochUldis Karlovs-KarlovskisResolvedFixed2009-12-212013-01-04
GRADLE-784Provide a 'provided' configurationMark VieiraSteve EbersoleResolvedFixed2009-12-212017-01-27
GRADLE-785Allow the cache directory to be defined per projectJim MorrisResolvedWon't Fix2009-12-262017-02-10
GRADLE-786File content filtering is broken for the Tar taskAdam MurdochAdam MurdochResolvedFixed2009-12-262013-01-04
GRADLE-787Allow plugins to be applied to any domain objectAdam MurdochResolvedFixed2009-12-282016-02-12
GRADLE-788Provide a way to use the local maven cache to resolve dependenciesHans DockterAdam MurdochResolvedFixed2009-12-312013-01-04
GRADLE-789Allow a URL to be used to specify a project's build fileAdam MurdochResolvedWon't Fix2010-01-022017-02-10
GRADLE-790usePlugin info for each pluginAdam MurdochTomek KaczanowskiResolvedFixed2010-01-042013-01-04
GRADLE-791graphviz report does not work - repeated empty digraphs in dependencies.txtSzczepan FaberTomek KaczanowskiResolvedWon't Fix2010-01-042013-01-04
GRADLE-792Dependency DSL should be available in init scriptAdam MurdochResolvedFixed2010-01-042017-01-24
GRADLE-793AntBuilder should be available in init scriptAdam MurdochResolvedWon't Fix2010-01-042017-02-10
GRADLE-794Doesn't display skipped tasks on dry-run optionGregory BoissinotResolvedWon't Fix2010-01-062017-02-10
GRADLE-795Allow to use Groovy regex literal for the use in the rename method of the copy task.Adam MurdochHans DockterResolvedFixed2010-01-122013-01-04
GRADLE-796Copy task should preserve file permissionsPeter NiederwieserAdam MurdochResolvedFixed2010-01-122013-01-04
GRADLE-797Copy task should preserve symlinksAdam MurdochResolvedWon't Fix2010-01-122017-02-10
GRADLE-798Allow for full customization of the pom dependencies created from Gradle dependencies Hans DockterHans DockterResolvedFixed2010-01-142013-01-04
GRADLE-799dos 8.3 formatted directories make builds failAdam MurdochIan BruyninckxResolvedFixed2010-01-182013-01-04
GRADLE-800Allow a listener to be notified as tests are executedAdam MurdochAdam MurdochResolvedFixed2010-01-182013-01-04
GRADLE-801make website wiki links to http://gradle.codehaus.org/ instead of http://docs.codehaus.org/display/GRADLEHans DockterDierk KoenigResolvedFixed2010-01-192013-01-04
GRADLE-802Add support for Ivy "deliver" functionality for dynamic artifactsAlex AntonovResolvedDuplicate2010-01-192013-01-04
GRADLE-803Implicit Project Execution in Multi-Project Builds and Support for Multiple settings.gradle FilesThomas GlaeserResolvedWon't Fix2010-01-272017-02-10
GRADLE-804Section 18.12. stopAtFailuresOrErrors was replaced by ignoreFailuresHans DockterRené GröschkeResolvedFixed2010-01-282013-01-04
GRADLE-805Cannot maven install/deploy a project which has no main artifact and has artifacts with classifiersAdam MurdochAdam MurdochResolvedFixed2010-01-292013-01-04
GRADLE-806Should use project directory as the working directory when executing TestNG testsAdam MurdochAdam MurdochResolvedFixed2010-01-302013-01-04
GRADLE-807Provide the same set of fork options for Junit and TestNG test executionAdam MurdochAdam MurdochResolvedFixed2010-01-302013-01-04
GRADLE-808Cannot maven install/deploy a project which contains a dependency in both a mapped and unmapped configurationAdam MurdochAdam MurdochResolvedFixed2010-01-302013-01-04
GRADLE-809ResolvedDependency.getModuleVersion() does not return the actual dependency version for a dependency on a version rangeAdam MurdochAdam MurdochResolvedFixed2010-02-012013-01-04
GRADLE-810Internal Gradle error with simple Grails buildPeter LedbrookResolvedWon't Fix2010-02-062017-02-10
GRADLE-811War overlaysAaron HamidResolvedWon't Fix2010-02-062017-02-08
GRADLE-812Dependency report should show dependencies for the project build scriptAdam MurdochResolvedFixed2010-02-062016-02-12
GRADLE-813Can't choose root dir for buildHans DockterResolvedWon't Fix2010-02-072017-02-10
GRADLE-814jettyRunWar task only runs once before UP-TO-DATE is printed and task is skippedAdam MurdochSpencer AllainResolvedFixed2010-02-082013-01-04
GRADLE-815Jetty should be able to deploy multiple warsSpencer AllainResolvedWon't Fix2010-02-082017-01-16
GRADLE-8163rd-level transitive runtime dependencies are no longer resolvedHans DockterFelix GnassResolvedFixed2010-02-092013-01-04
GRADLE-817help the build developer by listing available methods/propertiesDierk KoenigResolvedWon't Fix2010-02-092017-02-10
GRADLE-818make project directory match case insensitiveHans DockterDierk KoenigResolvedFixed2010-02-092013-01-04
GRADLE-819Allow plugins to use Gradle's integration test classes for their own testsLuke DaleyPeter LedbrookResolvedWon't Fix2010-02-102013-01-04
GRADLE-820JUnit related issueHans DockterRussel WinderResolvedWon't Fix2010-02-122013-01-04
GRADLE-821Got an NPE after resolving artifactsTomer CohenResolvedWon't Fix2010-02-142017-02-10
GRADLE-822NPE when executing upload archives taskHans DockterTomer CohenResolvedFixed2010-02-152013-01-04
GRADLE-823Allow included and excluded test categories to be specified in JUnit optionsAdam MurdochResolvedFixed2010-02-162013-05-22
GRADLE-824TestNG detection does not detect classes with @BeforeSuite, @BeforeTest, etc annotationsAdam MurdochAdam MurdochResolvedFixed2010-02-162013-01-04
GRADLE-825Using same directory for sources and resources creates duplicate src entry in .classpath fileAdam MurdochRené GröschkeResolvedFixed2010-02-172013-01-04
GRADLE-826Ivy.xml invalid when deploying artifacts with classifierHans DockterGregory BoissinotResolvedFixed2010-02-172013-01-04
GRADLE-827Task cannot call local methods - bug in metaclassPeter LedbrookResolvedWon't Fix2010-02-182017-02-10
GRADLE-828gradle -v is very slowRussel WinderTomek KaczanowskiResolvedFixed2010-02-182013-01-04
GRADLE-829Add a native2ascii task based on CopyPeter LedbrookResolvedWon't Fix2010-02-192017-02-10
GRADLE-830Non-existent task not handled properlyRussel WinderResolvedWon't Fix2010-02-192017-02-10
GRADLE-831ArchiveIntegrationTest.canCreateATarArchive assumes umask of 022Russel WinderResolvedFixed2010-02-202017-01-24
GRADLE-832`gradle dependencies` should work if there are dependencies that can't be found and display what is missingPaul SpeedResolvedFixed2010-02-222013-01-17
GRADLE-833Implement easy way to add plugins to configurationsPeter LedbrookResolvedWon't Fix2010-02-232017-02-10
GRADLE-834UP-TO-DATE messagePhilip CrotwellResolvedFixed2010-02-232016-07-12
GRADLE-835Cache downloaded scriptsAdam MurdochResolvedWon't Fix2010-02-232017-02-10
GRADLE-836TestNG - listeners problem (no report generated)Hans DockterTomek KaczanowskiResolvedFixed2010-03-022013-01-04
GRADLE-837Configure closure can't delegate to convention methodsAdam MurdochHans DockterResolvedFixed2010-03-032013-01-04
GRADLE-838Can't make DefaultRepositoryHandler dynamicAdam MurdochHans DockterResolvedFixed2010-03-032013-01-04
GRADLE-839Improvement of GradleLauncher usageAlexander CarmanResolvedWon't Fix2010-03-032017-02-10
GRADLE-840Internal regX errorAdam MurdochAlexander CarmanResolvedFixed2010-03-032013-01-04
GRADLE-841MavenPom - Enhance to allow for more pom elements to be setHans DockterShay BanonResolvedFixed2010-03-042013-01-04
GRADLE-842Extract Java/Groovy/Scala base plugins.Hans DockterHans DockterResolvedFixed2010-03-052013-01-04
GRADLE-843EclipseCp doesn't generate references to non-default sourceSet directoriesHans DockterRaul PiaggioResolvedFixed2010-03-052013-01-04
GRADLE-844FileNotFoundException when gradlew is run while another gradlew instance is downloading the distributionAdam MurdochResolvedFixed2010-03-062013-05-01
GRADLE-845Getting an NPE when invoking uploadArchivesHans DockterTomer CohenResolvedFixed2010-03-072013-01-04
GRADLE-846If nested rules all create tasks and exception is thrownHans DockterHans DockterResolvedFixed2010-03-092013-01-04
GRADLE-847TestNG tests fails if they throw exceptions (even expected)Adam MurdochTomek KaczanowskiResolvedFixed2010-03-092013-01-04
GRADLE-848gradle -r fails with java.lang.UnsupportedOperationExceptionHans DockterTomek KaczanowskiResolvedFixed2010-03-092013-01-04
GRADLE-849When publishing to ivy repositories Gradle uses _ as the module name. Root projects module names are names just with underscore.Hans DockterHans DockterResolvedFixed2010-03-102013-01-04
GRADLE-850The new progress download counter does not work properly if terminal line is wrapped in terminal.Hans DockterResolvedFixed2010-03-112013-01-04
GRADLE-851archiveBaseName part in artifact's name is always in upper caseHans DockterZsolt KútiResolvedFixed2010-03-142013-01-04
GRADLE-852Empty archiveBaseName results in artifact's name starting with "-"Hans DockterZsolt KútiResolvedFixed2010-03-142013-01-04
GRADLE-853meaningless error message (NPE) if gradleVersion not set for wrapper taskHans DockterTomek KaczanowskiResolvedFixed2010-03-142013-01-04
GRADLE-854A .java or .groovy file is not included in the resources of a source set even if explicitly included.Hans DockterResolvedWon't Fix2010-03-162017-01-24
GRADLE-855Native JarJar archive taskHans DockterResolvedWon't Fix2010-03-162017-02-10
GRADLE-856Use the path as a base for the project default group.Hans DockterHans DockterResolvedFixed2010-03-172013-01-04
GRADLE-857buildSrc classes are not rebuilt when gradle version changesAdam MurdochAdam MurdochResolvedFixed2010-03-172013-01-04
GRADLE-858Gradle Wrapper tasks writes incorrect URL for pre-release distributionsHans DockterRussel WinderResolvedFixed2010-03-192013-01-04
GRADLE-859rootDir and checkstyleConfigDir should be explained in the userguideTomek KaczanowskiResolvedWon't Fix2010-03-192017-02-10
GRADLE-860Ant Exec has stale ant.project.properties in Gradle but in Groovy is OK.Hans DockterCarlton JosephResolvedNot A Bug2010-03-192013-01-04
GRADLE-861Please improve the error message when trying to use "null" as a dependency notationReinhard ManteyResolvedFixed2010-03-222013-01-04
GRADLE-862Please explain acronyms from userguide in the userguideHans DockterReinhard ManteyResolvedFixed2010-03-242013-01-04
GRADLE-863Execute test suites in libs / different directoriesLars HeuerResolvedWon't Fix2010-03-242017-02-03
GRADLE-864Don't inject base manifest into each archive.Hans DockterHans DockterResolvedFixed2010-03-242013-01-04
GRADLE-865Don't inject convention metainf into each archive.Hans DockterHans DockterResolvedFixed2010-03-242013-01-04
GRADLE-866Remove manifest and metaInf from the JavaPluginConvention Object.Hans DockterResolvedWon't Fix2010-03-242017-02-10
GRADLE-867The Java base plugin should add a factory method to the project to generate manifests.Hans DockterHans DockterResolvedFixed2010-03-242013-01-04
GRADLE-868The OSGi plugin should add a factory method to the project to generate OSGi manifest.Hans DockterHans DockterResolvedFixed2010-03-242013-01-04
GRADLE-869OsgiManifest should extend Manifest. Hans DockterHans DockterResolvedFixed2010-03-242013-01-04
GRADLE-870The OSGi plugin should not add an osgi manifest to each archive.Hans DockterHans DockterResolvedFixed2010-03-242013-01-04
GRADLE-871Provide a convenience mechanism to create properties from a file.Hans DockterResolvedDuplicate2010-03-242017-02-06
GRADLE-872Copy not paying attention to upToDateWhenAdam MurdochJesse EicharResolvedFixed2010-03-242013-01-04
GRADLE-873The project should provide a mkdir method.Hans DockterHans DockterResolvedFixed2010-03-252013-01-04
GRADLE-874Jetty will throw NullPointerException if project does not have a build fileHans DockterJesse EicharResolvedFixed2010-03-252013-01-04
GRADLE-875need 4 speedReinhard ManteyResolvedWon't Fix2010-03-252017-02-10
GRADLE-876gradle.bat does not work when JAVA_HOME is set to a value containing spacesHans DockterAdam MurdochResolvedFixed2010-03-252013-01-04
GRADLE-877gradle.bat should not require that JAVA_HOME be set when an appropriate java version is in the pathHans DockterAdam MurdochResolvedFixed2010-03-252013-01-04
GRADLE-878missing newline character when text is written to stderrAdam MurdochAdam MurdochResolvedFixed2010-03-262013-01-04
GRADLE-879Support separate output folders in eclipse classpathHans DockterFelix GnassResolvedFixed2010-03-262013-01-04
GRADLE-880Internal error when incremental build is used after a nested build is executedAdam MurdochAdam MurdochResolvedFixed2010-03-292013-01-04
GRADLE-881buildSrc artifacts are not rebuilt when source outside the buildSrc directory changesAdam MurdochAdam MurdochResolvedFixed2010-03-302013-01-04
GRADLE-882The with method of a copyspec should allow for multiple arguments. Hans DockterHans DockterResolvedFixed2010-03-302013-01-04
GRADLE-883Using groovydoc links causes an exception.Hans DockterHans DockterResolvedFixed2010-03-302013-01-04
GRADLE-884An archive should provide a buildable file collection for the generated archive.Hans DockterResolvedFixed2010-03-302013-01-04
GRADLE-885Wrapper behavior is different from that of gardle with regards to proxy propertiesHans DockterAlex ShneydermanResolvedFixed2010-03-302013-01-04
GRADLE-886Run multiple projects within a single jetty instanceJesse EicharResolvedWon't Fix2010-03-312017-01-16
GRADLE-887improve user guide "writing custom plugins" sectionAdam MurdochHamlet D'ArcyResolvedFixed2010-04-022013-01-04
GRADLE-888Gradle Integration with SonarPeter NiederwieserPratik ParikhResolvedFixed2010-04-032013-01-04
GRADLE-889def var = 'taskname'; task (var) { } creates a task called 'var', not 'taskname'Adam MurdochAdam MurdochResolvedFixed2010-04-032013-01-04
GRADLE-890Confusing message when throwing exception within taskGraph.whenReady closure.Adam MurdochHans DockterResolvedFixed2010-04-062013-01-04
GRADLE-891No version lazy evaluation for additional jars used as project dependencies.Hans DockterHans DockterResolvedFixed2010-04-062013-01-04
GRADLE-892Project should provide a native delete method.Hans DockterHans DockterResolvedFixed2010-04-072013-01-04
GRADLE-893Make ConfigurableFileTree buildable.Hans DockterHans DockterResolvedFixed2010-04-072013-01-04
GRADLE-894InputDirectoryPropertyAnnotationHandler should allow a ConfigurableFileTree as an valid input.Hans DockterHans DockterResolvedFixed2010-04-072013-01-04
GRADLE-895Let a TaskDependency accept an Iterable. That way a TaskContainer can be a dependency.Hans DockterHans DockterResolvedFixed2010-04-072013-01-04
GRADLE-896The matching method of a DomainObjectContainer should also take a closure as a spec.Hans DockterHans DockterResolvedFixed2010-04-072013-01-04
GRADLE-897Gradle's SLF4J bindings are visible to webapp run with the Jetty pluginJeppe Nejsum MadsenResolvedWon't Fix2010-04-082016-11-22
GRADLE-898Automatically detect and attach source/javadoc JARs to Eclipse projectsHans DockterAndrew SchetininResolvedFixed2010-04-092013-01-04
GRADLE-899syntactic sugar for dependencies with same group and versionTomek KaczanowskiResolvedWon't Fix2010-04-102017-01-24
GRADLE-900If a configuration is set to transitive = false, the transitive attribute of a dependency is ignored.Steven DevijverResolvedWon't Fix2010-04-112017-02-10
GRADLE-901ConcurrentModificationException when adding a listener in the initscriptAdam MurdochTomer CohenResolvedFixed2010-04-112013-01-04
GRADLE-902Antlr plugin should support Antrl 3Adam MurdochResolvedDuplicate2010-04-112017-01-24
GRADLE-903Test task does not handle the case where tests install a SecurityManagerAdam MurdochResolvedWon't Fix2010-04-122017-02-10
GRADLE-904Gradle creates invalid / non-standard conform jars?Adam MurdochLars HeuerResolvedFixed2010-04-122013-01-04
GRADLE-905OSGi plugin does not create the declarative service description if someone is using the aQute annotationsLars HeuerResolvedWon't Fix2010-04-122017-02-10
GRADLE-906project-reports plugin brokenHans DockterSteve ApplingResolvedFixed2010-04-132013-01-04
GRADLE-907Output of Java util logging used by tests ends up on Gradle console, rather than in the junit reportAdam MurdochAdam MurdochResolvedFixed2010-04-132013-01-04
GRADLE-908Break the build when an internal error occurs running the testsAdam MurdochAdam MurdochResolvedFixed2010-04-132013-01-04
GRADLE-909Dependency Cache BrokenAdam MurdochSteve ApplingResolvedFixed2010-04-162013-01-04
GRADLE-910Allow project objects to be assigned as project dependencies in the dependencies section.Hans DockterHans DockterResolvedFixed2010-04-172013-01-04
GRADLE-911Allow to specify rules for dependencies added to a configuration.Hans DockterHans DockterResolvedFixed2010-04-172013-01-04
GRADLE-912If uploadArchives task fails, the user gets a non-informative NoSuchElementExceptionTomer CohenResolvedWon't Fix2010-04-192017-02-10
GRADLE-913Remove Directory Task Hans DockterResolvedFixed2010-04-192017-01-24
GRADLE-914A configuration does not contain the jars of the project when the project is included in a project dependency cycleAdam MurdochAdam MurdochResolvedFixed2010-04-192013-01-04
GRADLE-915gradle --dependencies loops forever when there is a cycle in the dependency graphLuke DaleyAdam MurdochResolvedFixed2010-04-192013-01-04
GRADLE-916Always evaluate convention values by default.Hans DockterHans DockterResolvedFixed2010-04-212013-01-04
GRADLE-917ConcurrentModificationException in DefaultTaskExecuter.executeActions(DefaultTaskExecuter.java:51)Philip CrotwellResolvedDuplicate2010-04-212013-05-07
GRADLE-918document new incremental build for custom tasksPhilip CrotwellResolvedWon't Fix2010-04-212017-02-10
GRADLE-919Compile configuration should be resolved transitively.Hans DockterHans DockterResolvedFixed2010-04-222013-01-04
GRADLE-920Generated Ivy.xml have the filePath attribute, and causing the ivyparser to fail.Hans DockterTomer CohenResolvedFixed2010-04-222013-01-04
GRADLE-921JavaDoc header field not settableHans DockterRussel WinderResolvedFixed2010-04-242013-01-04
GRADLE-922Wrong name of the parameter with doclet path in javadoc optionsHans DockterJiri MaresResolvedFixed2010-04-262013-01-04
GRADLE-923NPE while compilingHans DockterTomer CohenResolvedFixed2010-04-262013-01-04
GRADLE-924After build, the generated ivy.xml and pom.xml do not match in the build dirHans DockterTomer CohenResolvedFixed2010-04-272013-01-04
GRADLE-925NPE When trying to upload to a remote repository, but the remote repository is offline.Tomer CohenResolvedWon't Fix2010-04-282017-02-10
GRADLE-926Execute tests in parallelAdam MurdochAdam MurdochResolvedFixed2010-04-302013-01-04
GRADLE-927Provide native support for javaexec and exec in form of tasks and methods.Hans DockterHans DockterResolvedFixed2010-05-012013-01-04
GRADLE-928GUI should display ProgressLogger eventsAdam MurdochResolvedWon't Fix2010-05-042017-01-16
GRADLE-929GUI should store config file in ~/.gradle or $projectDir/.gradle directoryAdam MurdochResolvedWon't Fix2010-05-042017-01-16
GRADLE-930SocketException when running buildSrc testsAdam MurdochMarcus BetterResolvedFixed2010-05-052013-01-04
GRADLE-931SourceSet not serializableHans DockterResolvedWon't Fix2010-05-052017-02-10
GRADLE-932The checkstyle plugin doesn't support the configurl attributeMichael ParmeleyResolvedWon't Fix2010-05-062017-02-10
GRADLE-933GUI does not work when ipv4 not availableAdam MurdochResolvedWon't Fix2010-05-062017-01-16
GRADLE-934War: fail when duplcate entry is foundMarc GuillemotResolvedWon't Fix2010-05-072017-02-10
GRADLE-935Ivy.xml file created with 1.0 ivy-module version rather than 2.0Michael ParmeleyResolvedWon't Fix2010-05-102017-02-10
GRADLE-936Artificat descriptor in ivy.xml file is created with non-existent attributeHans DockterMichael ParmeleyResolvedFixed2010-05-102013-01-04
GRADLE-937The type attribute of the artifact tag in ivy.xml is not set appropriately for javadoc and sourcesHans DockterMichael ParmeleyResolvedFixed2010-05-102013-01-04
GRADLE-938the uploadArchives task doesn't upload sources and javadoc jars to an Ivy repository Hans DockterMichael ParmeleyResolvedFixed2010-05-102013-01-04
GRADLE-939src/test/resources not added to classpath intermittentlyDaniel BowerResolvedWon't Fix2010-05-142017-02-10
GRADLE-940Provide support for ivy extra attributesKurt HarrigerResolvedDuplicate2010-05-152014-04-02
GRADLE-941Integration tests should all share the same user home dirAdam MurdochResolvedFixed2010-05-192013-01-04
GRADLE-942NPE in test process when running shutdown hook which uses Java util loggingAdam MurdochAdam MurdochResolvedFixed2010-05-202013-01-04
GRADLE-943Provide some way to delete the output of a given taskAdam MurdochAdam MurdochResolvedFixed2010-05-202013-01-04
GRADLE-944StackOverflowError with circular multiproject dependencyPhilip CrotwellResolvedWon't Fix2010-05-212017-02-10
GRADLE-945AssertionError when Junit @BeforeClass or @AfterClass method throws an exceptionAdam MurdochAdam MurdochResolvedFixed2010-05-232013-01-04
GRADLE-946provide some way to determine the git commit used to build a Gradle snapshot or releaseAdam MurdochResolvedFixed2010-05-242014-04-06
GRADLE-947Add gzip support to TarFileTreeBrian SandersResolvedFixed2010-05-262013-01-04
GRADLE-948Archive Task does not support type fieldHans DockterGretar Rafn ArnasonResolvedFixed2010-05-272013-01-04
GRADLE-949A subproject will check the cache for a jar instead of the jar produced by the dependencyHans DockterErnesto Morales-PereaResolvedFixed2010-05-272013-01-04
GRADLE-950java plugin test task passes core system properties to forked vmHans DockterSzczepan FaberResolvedFixed2010-06-012013-01-04
GRADLE-951The wording around forkEverySzczepan FaberSzczepan FaberResolvedWon't Fix2010-06-012013-01-04
GRADLE-952JUnit on compile class path doesn't make it to testRuntime class pathAdam MurdochPeter NiederwieserResolvedFixed2010-06-012013-01-04
GRADLE-953Test task is broken on windows 64-bit jvmAdam MurdochAdam MurdochResolvedFixed2010-06-012013-01-04
GRADLE-954test plugin forks java in different working directory than gradleSzczepan FaberSzczepan FaberResolvedNot A Bug2010-06-022013-01-04
GRADLE-955test task currentDir property fails badly if String passedAdam MurdochSzczepan FaberResolvedFixed2010-06-022013-01-04
GRADLE-956UnsupportedOperationException in up-to-date checkingAdam MurdochAdam MurdochResolvedFixed2010-06-032013-01-04
GRADLE-957When doing an apply from, there is no way to authenticate if it is a remote urlTomer CohenResolvedWon't Fix2010-06-072017-02-10
GRADLE-958the uploadArchives task sends the artifact more than once.Tomer CohenResolvedWon't Fix2010-06-072017-02-10
GRADLE-959Make PublishArtifacts configurableHans DockterHans DockterResolvedFixed2010-06-082013-01-04
GRADLE-960outputs.files and inputs.files not mentioned in the userguideTomek KaczanowskiResolvedDuplicate2010-06-082013-01-18
GRADLE-961clarify documentation for setting plugin parametersDan TannerResolvedFixed2010-06-082017-01-16
GRADLE-962When building a project, Gradle tries to find the dependency jars in the cache first even though they may be out of dateHans DockterTomer CohenResolvedFixed2010-06-082013-01-04
GRADLE-963version number not in default jar artifactPhilip CrotwellResolvedWon't Fix2010-06-082017-02-10
GRADLE-964NullPTR in dependencyReportPhilip CrotwellResolvedWon't Fix2010-06-082017-02-10
GRADLE-965Let the executable be configurable for the Javadoc task.Hans DockterHans DockterResolvedFixed2010-06-082013-01-04
GRADLE-966idea plugin should add buildSrc projectAdam MurdochResolvedWon't Fix2010-06-082017-02-10
GRADLE-967idea plugin should exclude .gradle dir and possibly build dir tooHans DockterAdam MurdochResolvedFixed2010-06-082013-01-04
GRADLE-968gradle.bat, had to use [-Dgradle.home=%GRADLE_HOME%] instead of [-Dgradle.home="%GRADLE_HOME%"], no double-quotes around %GRADLE_HOME%Hans DockterEvgeny GoldinResolvedFixed2010-06-092013-01-04
GRADLE-969Have javadoc task render groups in the order they were definedAdam MurdochSteve EbersoleResolvedFixed2010-06-092013-01-04
GRADLE-970Allow @Input on "complex type" attributesSteve EbersoleResolvedFixed2010-06-092016-02-12
GRADLE-971fileMode not working for the copy taskMarc GuillemotResolvedFixed2010-06-102013-01-04
GRADLE-972Gradle doesn't put a dependency section in ivy.xmlHans DockterMichael ParmeleyResolvedFixed2010-06-102013-01-04
GRADLE-973NullPointerExceptionAdam MurdochPhilip CrotwellResolvedFixed2010-06-112013-01-04
GRADLE-974Gradle/JUnit does not capture failing testAdam MurdochMisha KoshelevResolvedFixed2010-06-112013-01-04
GRADLE-975IDEA plugin should not add source directories which do not existPeter NiederwieserAdam MurdochResolvedFixed2010-06-132013-01-04
GRADLE-976IDEA plugin should only create a .iws file for the .ipr file, rather than a .iws file for each .iml fileHans DockterAdam MurdochResolvedFixed2010-06-132013-01-04
GRADLE-977Gradle converts existing manifest attribute names to lower case when importingHans DockterBryan KellerResolvedFixed2010-06-132013-01-04
GRADLE-978Gradle adds an extra line feed when generating a manifestHans DockterBryan KellerResolvedNot A Bug2010-06-132013-01-04
GRADLE-979Add info on dependency basicsZsolt KútiResolvedFixed2010-06-152017-01-24
GRADLE-980generated ivy.xml is not validHans DockterTomer CohenResolvedFixed2010-06-152013-01-04
GRADLE-981Have separately cached dependencies if they come from different repositories.Adam MurdochHans DockterResolvedFixed2010-06-152013-01-04
GRADLE-982Jar task fails when the osgi plugin is applied to a project with no source filesAdam MurdochResolvedWon't Fix2010-06-152017-02-10
GRADLE-983idea plugin destroys the formatting of copyright profiles in existing .ipr fileAdam MurdochResolvedWon't Fix2010-06-162017-02-10
GRADLE-984Invalid relative path in IDEA iml on Windows when user home drive != project driveHans DockterBrian SandersResolvedFixed2010-06-162013-01-04
GRADLE-985improve error messages for new user with missing build.gradle or srcPhilip CrotwellResolvedWon't Fix2010-06-162017-02-10
GRADLE-986heap and cache file leak each time the set of output file paths for a task chageAdam MurdochAdam MurdochResolvedFixed2010-06-162013-01-04
GRADLE-987SourceSets should understand the concept of generated sourceAdam MurdochResolvedWon't Fix2010-06-162017-02-10
GRADLE-988Script based plugins are too slowAdam MurdochSteve ApplingResolvedFixed2010-06-172013-01-04
GRADLE-989deploy task for Maven pluginSteve EbersoleResolvedWon't Fix2010-06-172017-02-10
GRADLE-990adding a project dependency should implicitly add a evaluationDependsOn on that project as wellSteve EbersoleResolvedWon't Fix2010-06-182017-02-10
GRADLE-991Add support for extra Ivy dependency pattern elementsAlex AntonovResolvedWon't Fix2010-06-182017-02-10
GRADLE-992Idea (IntelliJ) plugin does not honor buildDirNameHans DockterSteve EbersoleResolvedFixed2010-06-182013-01-04
GRADLE-993Starting Swing application with ant task may fail on OsXDavid RosellResolvedWon't Fix2010-06-192017-02-10
GRADLE-994Have SourceSets track the stuff they contribute to their classes dirSteve EbersoleResolvedWon't Fix2010-06-212017-02-02
GRADLE-995Would be nice if the idea plugin set up exlude dirsHans DockterSteve EbersoleResolvedFixed2010-06-212013-01-04
GRADLE-996The idea plugin does not seem to be using the "template project settings" when creating the projectSteve EbersoleResolvedWon't Fix2010-06-212017-02-10
GRADLE-997Allow plugins to be applied from the command line.Hans DockterResolvedWon't Fix2010-06-212017-02-10
GRADLE-998Detailed flow of gradle lifecycleJason PorterResolvedWon't Fix2010-06-222017-02-10
GRADLE-999Provide for different types of testsSteve EbersoleResolvedWon't Fix2010-06-222017-02-10
GRADLE-1000Use source set compile/runtime classpath for determining dependencies.Hans DockterResolvedIncomplete2010-06-222013-01-23
GRADLE-1001Make it easy to copy a single file to a different file name.Hans DockterResolvedWon't Fix2010-06-222017-02-10
GRADLE-1002Provide move functionality.Hans DockterResolvedWon't Fix2010-06-222017-02-10
GRADLE-1003When artifacts are uploaded the message says downloading.Hans DockterHans DockterResolvedFixed2010-06-222013-01-04
GRADLE-1004ConcurrentModificationException in tasks.allTasks { } when the closure adds a taskAdam MurdochAdam MurdochResolvedFixed2010-06-222013-01-04
GRADLE-1005Dependency resolving fails for certain maven artifactsLuke DaleyZsolt KútiResolvedFixed2010-06-232013-01-04
GRADLE-1006Expose convenient handling of annotation processors during compile for JDK >= 1.6Steve EbersoleResolvedWon't Fix2010-06-232017-02-02
GRADLE-1007dependencyReport does not notice updates to build.gradlePhilip CrotwellResolvedFixed2010-06-242016-12-07
GRADLE-1008Add jar property to JavaExec spec for executing jars with main manifest entries.Hans DockterResolvedWon't Fix2010-06-252017-02-10
GRADLE-1009Allow configuration option for seeing test output on the console.Szczepan FaberHans DockterResolvedFixed2010-06-252013-01-04
GRADLE-1010Add project setting (similar to sourceCompatibility/targetCompatibility) for source encoding and have Compile task use itSteve EbersoleResolvedWon't Fix2010-06-292017-02-10
GRADLE-1011Idea module javaVersion and "language level" Szczepan FaberSteve EbersoleResolvedFixed2010-06-292013-01-04
GRADLE-1012Provide a way to set a property in an initscript closure that is accessible from outside the closureHans DockterResolvedWon't Fix2010-06-302017-02-10
GRADLE-1013Provide convenience methods for using the BuildListener hooks.Hans DockterResolvedFixed2010-06-302016-02-12
GRADLE-1014project dependency with file instead of multiprojectPhilip CrotwellResolvedFixed2010-06-302017-02-08
GRADLE-1015JavaDocOfflineLink created with wrong quotesHans DockterMarkus SchlichtingResolvedFixed2010-06-302013-01-04
GRADLE-1016Documentation typos in Hans DockterChris BeamsResolvedFixed2010-07-012013-01-04
GRADLE-1017Gradle ignores the contents of a build script which contains a package statementAdam MurdochAdam MurdochResolvedFixed2010-07-022013-01-04
GRADLE-1018IDEA plugin should automatically add Scala facet to moduleDavid RosellResolvedFixed2010-07-052013-03-11
GRADLE-1019Provide a hook to tell Gradle in which order to run test classesPeter NiederwieserResolvedWon't Fix2010-07-052017-02-10
GRADLE-1020Add a timeout for running testsHans DockterResolvedWon't Fix2010-07-072017-02-10
GRADLE-1021Allow Gradle to be run from the root of a project with build.gradle inside master/Levi HoogenbergResolvedWon't Fix2010-07-072017-02-10
GRADLE-1022War includes source jars from other projects when a project dependency is usedAdam MurdochAdam MurdochResolvedFixed2010-07-072013-01-04
GRADLE-1023Files end up in the wrong place in a war when using webInf { into ... }Adam MurdochAdam MurdochResolvedFixed2010-07-072013-01-04
GRADLE-1024Documentation example is not workingAndrew SchetininResolvedWon't Fix2010-07-082017-02-10
GRADLE-1025don't force users to declare buildscript { } classpath for gradle's own idea pluginHans DockterChris BeamsResolvedFixed2010-07-102013-01-04
GRADLE-1026Support task visibilityChris BeamsResolvedWon't Fix2010-07-102017-02-10
GRADLE-1027Support configuration of additional classpath containers in eclipseCp task in the Eclipse pluginHans DockterStefan De BoeyResolvedFixed2010-07-112013-01-04
GRADLE-1028Pom generation should raise warning or error if maven exclude group is not translatableChris BeamsResolvedWon't Fix2010-07-122017-02-10
GRADLE-1029add captureStandardError() method on Task API to mirror existing captureStandardOutput()Adam MurdochChris BeamsResolvedFixed2010-07-122013-01-04
GRADLE-1030Eclipse configuration is broken for web applicationsHans DockterJan EhrhardtResolvedFixed2010-07-122013-01-04
GRADLE-1031OSGi Manifest ignores attributesHans DockterJohn GibsonResolvedFixed2010-07-122013-01-04
GRADLE-1032Add ScalaTest supportAdam MurdochResolvedWon't Fix2010-07-122017-02-10
GRADLE-1033Tests are not executed when classes under test changeAdam MurdochAdam MurdochResolvedFixed2010-07-142013-01-04
GRADLE-1034Compilation failure when java source file is moved from source set's groovy or scala src dir to java src dirAdam MurdochResolvedWon't Fix2010-07-142017-02-10
GRADLE-1035Provide a 'maven central' plugin to ease deployment of artifacts and ensure well-formed pomsChris BeamsResolvedWon't Fix2010-07-152017-02-10
GRADLE-1036clarify documentation on how to set the an IDEA path variable in the ideaModule taskHans DockterDan TannerResolvedFixed2010-07-152013-01-04
GRADLE-1037Provide conflict resolution for dependencies that contain the same classes but which have different (group, name) idsAdam MurdochResolvedWon't Fix2010-07-152017-02-10
GRADLE-1038Allow to specify a timeout interval for Maven snapshots.Hans DockterResolvedFixed2010-07-162013-01-04
GRADLE-1039Maven deployer ignores user's settings.xmlJohn GibsonResolvedDuplicate2010-07-182017-01-24
GRADLE-1040Cannot create task from buildSrc after upgrading from previous Gradle versionAdam MurdochAdam MurdochResolvedFixed2010-07-182013-01-04
GRADLE-1041idea plugin for dir-based configurationMarkus SchlichtingResolvedDuplicate2010-07-192017-02-08
GRADLE-1042Inherited dependencies are not included in the generated pomAdam MurdochResolvedWon't Fix2010-07-192017-02-10
GRADLE-1043Confusing behaviour when using CopySpec.from() in a fluent styleAdam MurdochResolvedWon't Fix2010-07-202017-02-10
GRADLE-1044Fluent style CopySpec configuration is brokenSteve ApplingResolvedWon't Fix2010-07-202017-02-10
GRADLE-1045IDEA plugin adds 'clean' and 'assemble' tasks to projectHans DockterAdam MurdochResolvedFixed2010-07-212013-01-04
GRADLE-1046Task name 'eclipseClean' is not consistent with the 'clean' patternHans DockterAdam MurdochResolvedFixed2010-07-212013-01-04
GRADLE-1047Simplify output of gradle -tAdam MurdochAdam MurdochResolvedFixed2010-07-222013-01-04
GRADLE-1048Provide nailgun integration for greater command-line responsivenessAdam MurdochChris BeamsResolvedWon't Fix2010-07-222013-01-04
GRADLE-1049updated remote snapshot artifact during multiproject build causes exceptionDaz DeBoerRené GröschkeResolvedFixed2010-07-222013-01-04
GRADLE-1050Jar task should merge entries, not create duplicates, at least by default.John RothResolvedFixed2010-07-242017-02-08
GRADLE-1051file() and files() should handle http urlsAdam MurdochResolvedWon't Fix2010-07-242017-02-10
GRADLE-1052Gradle sometimes does not rebuild out-of-date classes which have been built by other Gradle versions and external toolsAdam MurdochResolvedWon't Fix2010-07-242017-02-10
GRADLE-1053idea task in Gradle's build almost always fails on windowsAdam MurdochResolvedCannot Reproduce2010-07-252013-01-04
GRADLE-1054IDEA plugin should generate a project file which contains everything that the Gradle plugin for IDEA needsAdam MurdochResolvedWon't Fix2010-07-252013-11-11
GRADLE-1055If multiple taskGraph.whenReady hooks throw a non-internal exception the stacktrace is shown.Hans DockterResolvedWon't Fix2010-07-262017-02-10
GRADLE-1056eclipse plugin duplicates src/main/java entry in .classpathPhilip CrotwellResolvedFixed2010-07-272013-01-04
GRADLE-1057Gradle should recognise external style dependency declarations which refer to a project in the same build and treat them as project dependenciesAdam MurdochResolvedWon't Fix2010-07-282017-02-10
GRADLE-1058Remove additional 'time' listing from console outputHans DockterChris BeamsResolvedFixed2010-07-282013-01-04
GRADLE-1059Provide command line options for more or less verbose task listingsHans DockterChris BeamsResolvedFixed2010-07-282013-01-04
GRADLE-1060Reconsider taskGroup namingAdam MurdochChris BeamsResolvedFixed2010-07-282013-01-04
GRADLE-1061Provide support for project descriptionsHans DockterChris BeamsResolvedFixed2010-07-282013-01-04
GRADLE-1063Optionally omit Ivy logging output when running gradle with -i optionChris BeamsResolvedFixed2010-07-282013-01-04
GRADLE-1064Provide built-in support for executing a single testHans DockterChris BeamsResolvedFixed2010-07-282013-01-04
GRADLE-1065Optionally allow for printing test failure stack traces to the consoleChris BeamsResolvedWon't Fix2010-07-282017-02-10
GRADLE-1066Provide support for declaring repositories on a per-artifact basisChris BeamsResolvedDuplicate2010-07-282017-02-08
GRADLE-1067-t task listing in a multi-project build should show the unique set of tasks across all projectsChris BeamsResolvedFixed2010-07-282013-01-04
GRADLE-1068Provide DSL documentationChris BeamsResolvedFixed2010-07-282013-01-04
GRADLE-1069Provide bash completion supportEric WendelinChris BeamsResolvedFixed2010-07-282017-01-23
GRADLE-1070GUI should group tasks in the same way that gradle -t doesAdam MurdochResolvedWon't Fix2010-07-282017-01-16
GRADLE-1071Use war plugin configuration to preconfigure the EclipseWtp task.Hans DockterResolvedWon't Fix2010-07-282017-02-10
GRADLE-1072gradle repeatedly attempts to download pom files for "@war" dependencyLuke TaylorResolvedWon't Fix2010-07-282017-02-10
GRADLE-1073Gradle daemon should gracefully handle version changesAdam MurdochChris BeamsResolvedFixed2010-07-282013-01-04
GRADLE-1074Add eclipse variables to workspace.Hans DockterResolvedWon't Fix2010-07-282017-02-10
GRADLE-1075No dynamic console output if Gradle is used with the mintty shell for cygwin.Hans DockterResolvedWon't Fix2010-07-292017-02-10
GRADLE-1076task group 'Ide' should be 'IDE'Hans DockterChris BeamsResolvedFixed2010-07-292013-01-04
GRADLE-1077Provide declarative support for 'enabling all warnings'Chris BeamsResolvedWon't Fix2010-07-292017-02-10
GRADLE-1078eclipse .classpath generation should order source folders per usual conventionsPeter NiederwieserChris BeamsResolvedFixed2010-07-292013-01-04
GRADLE-1079Eclipse .classpath generation should not force users to manually create a GRADLE_CACHE classpath variableChris BeamsResolvedFixed2010-07-292013-01-04
GRADLE-1080Eclipse .project merging creates significant whitespace diffsPeter NiederwieserChris BeamsResolvedFixed2010-07-292013-01-04
GRADLE-1081Allow for capturing output / logging events from JCLChris BeamsResolvedWon't Fix2010-07-302017-02-10
GRADLE-1082GradleDaemon process intermittently appears in the OS X dockChris BeamsResolvedWon't Fix2010-07-302017-02-10
GRADLE-1083daemon hangs after a ctrl-cChris BeamsResolvedFixed2010-07-302013-01-04
GRADLE-1084When running Gradle with no command-line options Logger.isInfoEnabled() returns true, even though Logger.info() does not display anythingAdam MurdochResolvedWon't Fix2010-07-312017-02-10
GRADLE-1085Daemon branch swallows -i and -d outputHans DockterChris BeamsResolvedFixed2010-08-022013-01-04
GRADLE-1086logging currently disabled for testing custom tasks executed on projects instanced from ProjectBuilderRuss RollinsResolvedWon't Fix2010-08-022017-02-10
GRADLE-1087Document the usage of the Gradle IDE plugins.Szczepan FaberHans DockterResolvedFixed2010-08-032013-01-04
GRADLE-1088Use a better mechanism for publishing the websiteAdam MurdochResolvedFixed2010-08-042013-01-04
GRADLE-1089'gradle eclipse' against gradle itself should not create top level .project and .classpath filesSzczepan FaberChris BeamsResolvedWon't Fix2010-08-042013-01-04
GRADLE-1090Some default values for additonal Test tasks are no longer being setHans DockterAdam MurdochResolvedFixed2010-08-042013-01-04
GRADLE-1091When multiple test tasks share the same report dir, they are always treated as out-of-dateAdam MurdochResolvedWon't Fix2010-08-042017-02-10
GRADLE-1092Eclipse classpath generation ignores excludes in 0.9-rc1Peter NiederwieserBryan KellerResolvedFixed2010-08-052013-01-04
GRADLE-1093Allow running java plugin test task with a (weaving) system classloaderDaz DeBoerMagnus RundbergetResolvedFixed2010-08-052013-01-04
GRADLE-10950.9-rc-1 has broken download jar (gradle-0.9-rc-1-all.zip) at 5.10.2010Hans DockterTuomas KassilaResolvedNot A Bug2010-08-052013-01-04
GRADLE-1096improve integration testing of custom tasks/plugins Russ RollinsResolvedFixed2010-08-052017-01-27
GRADLE-1097Idea plugin adds existing dependencies over and over in IDEA XBaruch SadogurskyResolvedFixed2010-08-082014-04-10
GRADLE-1098Reduce test execution timeChris BeamsResolvedWon't Fix2010-08-092017-02-10
GRADLE-1099StackOverflowError in idea plugin in case of circular dpenendenciesPeter NiederwieserSteve EbersoleResolvedFixed2010-08-092013-01-04
GRADLE-1100gradle -t is looking for String.isEmpty()ZAdam MurdochRobert FischerResolvedFixed2010-08-092013-01-04
GRADLE-1101Cannot Deploy using SSH: Bad .pom fileHans DockterRobert FischerResolvedIncomplete2010-08-092013-01-04
GRADLE-1102dependencies from ant depends="..." via ant.importBuild("...") processed in incorrect orderLuke DaleyJulian KelseyResolvedFixed2010-08-102014-04-10
GRADLE-1103Gradle cannot resolve unique SNAPSHOT artifacts from local m2 repo Russ RollinsResolvedWon't Fix2010-08-102017-02-10
GRADLE-1104Ant used for ant.importBuild() should have a clean classpathAdam MurdochResolvedWon't Fix2010-08-112017-02-10
GRADLE-1105Provide some way to map Ant's info log level to Gradle's lifecycle log levelAdam MurdochResolvedWon't Fix2010-08-112017-02-10
GRADLE-1106Document use of JavaExec taskChris BeamsResolvedFixed2010-08-112016-02-12
GRADLE-1107OSGi instruction Include-Resource not workingThomas GlaeserResolvedWon't Fix2010-08-112017-02-10
GRADLE-1108How to Declare Output?Robert FischerResolvedNot A Bug2010-08-112013-01-18
GRADLE-1109Dependencies within multiple configurations, containing classifiers, fail to resolve and fail to show an error when attempting to copy the filesDaz DeBoerRuss RollinsResolvedFixed2010-08-112013-01-04
GRADLE-1110UP-TO-DATE check works on 2nd and subsequent invocations in some casesSpencer AllainResolvedWon't Fix2010-08-112017-02-08
GRADLE-1111Task eclipse throw exception when jbpm4 is added as a dependencyHans DockterLeon ChangResolvedFixed2010-08-122013-01-04
GRADLE-1112POM customisation example 34.7 doesn't work on its ownAdam MurdochResolvedWon't Fix2010-08-122017-02-10
GRADLE-1113IDE plugins should not be hardcoded in buildTomek KaczanowskiResolvedWon't Fix2010-08-132017-02-10
GRADLE-1114Cannot upload: POM does not validateRobert FischerResolvedWon't Fix2010-08-132017-02-10
GRADLE-1115GUI should provide clickable link to the .gradle file listed as the 'where' for a build failureAdam MurdochResolvedFixed2010-08-142017-01-16
GRADLE-1116IDEA/Eclipse plugins should replace all classpath references to a project's classes/test classes directory with a project dependencyAdam MurdochResolvedWon't Fix2010-08-142016-09-01
GRADLE-1117IDEA plugin should exclude resource directories from compilationAdam MurdochResolvedWon't Fix2010-08-142017-02-10
GRADLE-1118Mainfest classpath incomplete and distribution zip emptyHans DockterMatthias BohlenResolvedNot A Bug2010-08-152013-01-04
GRADLE-1119DependencyHandler Documentation: "3 notations"Hans DockterRobert FischerResolvedFixed2010-08-152013-01-04
GRADLE-1120Can modify a configuration which has already been resolved via a project dependencyAdam MurdochResolvedWon't Fix2010-08-152017-02-10
GRADLE-1121Support ConfigSlurper-based user configuration file.Peter LedbrookResolvedWon't Fix2010-08-172017-02-10
GRADLE-1122duplicate dependencies in build.gradle result in no dependecy in .classpathPhilip CrotwellResolvedFixed2010-08-172013-01-04
GRADLE-1123dependencyReport replaces older versions with later ones without noting the changePhilip CrotwellResolvedFixed2010-08-172013-01-04
GRADLE-1124When the groovy plugin is applied to a project which uses groovy only for testing, the project ends up with groovy as an unnecessary runtime dependencyAdam MurdochResolvedFixed2010-08-172013-01-15
GRADLE-1125eclipseWtp does not work properly when a dependency resolves to a location for which no Eclipse variable has been definedHans DockterPaulo SilveiraResolvedFixed2010-08-172013-01-04
GRADLE-1126Add ability for multiple IdeaModules from given gradle projectSteve EbersoleResolvedWon't Fix2010-08-192017-02-10
GRADLE-1127IDEA plugin generates invalid .ipr file when multiple projects have the same nameSzczepan FaberAdam MurdochResolvedFixed2010-08-192013-01-04
GRADLE-1128ClassNotFoundException (StringUtils) when running any JUnit test on Gentoo LinuxPeter NiederwieserAssaf BergResolvedCannot Reproduce2010-08-242013-01-04
GRADLE-1129Wrong Eclipse WST settings file nameHans DockterFelix GnassResolvedFixed2010-08-252013-01-04
GRADLE-1130Missing context-root property in WTP settingsHans DockterFelix GnassResolvedFixed2010-08-252013-01-04
GRADLE-1131processResource.doLast is skipped prematurelyHans DockterKallin NagelbergResolvedNot A Bug2010-08-252013-01-04
GRADLE-1132Gradle should generate .settings/org.eclipse.jdt.core.prefsHans DockterFelix GnassResolvedFixed2010-08-262013-01-04
GRADLE-1133The "jst.java" facet version should default to java.sourceCompatibilityHans DockterFelix GnassResolvedFixed2010-08-262013-01-04
GRADLE-1134Elipse complains about dependences not being exportedSzczepan FaberFelix GnassResolvedFixed2010-08-262013-01-04
GRADLE-1135Gradle generates the wrong artifactId in the pom.xml for project dependencies in multi project buildsGraeme RocherResolvedFixed2010-08-262013-01-04
GRADLE-1136Better error message when defining a dependency in an invalid scopeGraeme RocherResolvedWon't Fix2010-08-262017-02-10
GRADLE-1137The captureStandardOutput method should also accept a String for the log level.Hans DockterResolvedWon't Fix2010-08-292017-02-10
GRADLE-1138Provide a hook for filtering the test classes to be runPeter NiederwieserResolvedWon't Fix2010-08-302017-02-10
GRADLE-1139Execution order depends on project name, rather than project dependency treeHans DockterJeroen van ErpResolvedNot A Bug2010-08-312013-01-04
GRADLE-1140wrong option in scriptHans DockterTiger FengResolvedFixed2010-09-022013-01-04
GRADLE-1141Filtering in a copyspec is broken when a bare backslash is present in the input file.Jeroen van ErpResolvedWon't Fix2010-09-032017-02-10
GRADLE-1142test task fails for TestNG suite in special caseAdam MurdochZsolt KútiResolvedFixed2010-09-052013-01-04
GRADLE-1143Client module overrides same module in inherited configurationsAdam MurdochResolvedWon't Fix2010-09-062017-02-10
GRADLE-1144Gradle not finding jar for ant classpathAndrew EisenbergResolvedWon't Fix2010-09-062017-02-10
GRADLE-1145provide methods for major Maven repositoriesDan AllenResolvedWon't Fix2010-09-072017-02-10
GRADLE-1146Eclipse task fails with StackOverflowError in case of cycle in library dependenciesArtur NowakResolvedFixed2010-09-102013-01-04
GRADLE-1147if using stdin status message pollutes the input line René GröschkeResolvedWon't Fix2010-09-102017-02-02
GRADLE-1148Tasks run against long-idle Gradle daemon experience significant delayChris BeamsResolvedWon't Fix2010-09-132017-02-10
GRADLE-1149Tests stall when permgen runs outHans DockterResolvedWon't Fix2010-09-142017-02-10
GRADLE-1150Executing junit test with missing testRuntime lib throws "Test process 'Gradle Worker 1' FAILED"René GröschkeResolvedWon't Fix2010-09-142017-02-10
GRADLE-1151groovy plugin should have default version and libraryLuke DaleyPhilip CrotwellResolvedFixed2010-09-152013-01-04
GRADLE-1152eclipse plugin creates incorrect .classpath for Scala projectPeter NiederwieserJeppe Nejsum MadsenResolvedNot A Bug2010-09-162013-01-04
GRADLE-1153Gradle can't handle empty directories for a zip taskPeter NiederwieserGregory BoissinotResolvedFixed2010-09-192013-01-04
GRADLE-1154Hudson build with UncheckedIOException on cache.binAdam MurdochSpencer AllainResolvedFixed2010-09-202013-01-04
GRADLE-1155CopySpec.filter() should support using a string to provide the value for a property of type EnumeratedAttributeAdam MurdochResolvedWon't Fix2010-09-222017-02-10
GRADLE-1156gradle "Could not stop connection" after a particular failed unit testMichael PlumpResolvedNot A Bug2010-09-222013-01-04
GRADLE-1157'eclipseClasspath' task failed in Gradle-0.9-rc-1 when using client module dependencies + flatDir repoPeter NiederwieserTeo Hui MingResolvedFixed2010-09-222013-01-04
GRADLE-1158Exception when writing messages after successfully running tests.Adam MurdochJulian KelseyResolvedFixed2010-09-282013-01-04
GRADLE-1159Gradle.bat fails to evaluate JAVA_HOME with slashes as delimetersHans DockterNikita SkvortsovResolvedFixed2010-09-302013-01-04
GRADLE-1160Access test output from TestDescriptor or TestResultNikita SkvortsovResolvedFixed2010-09-302013-01-04
GRADLE-1161Error message for typo in sourceSets should be more helpfulBen JansenResolvedWon't Fix2010-09-302017-02-10
GRADLE-1162Gradle-Plugins can't use @Grapes/@Grab at the momentJoern HuxhornResolvedWon't Fix2010-10-012017-02-10
GRADLE-1163Clearer documentationHani SuleimanResolvedWon't Fix2010-10-012017-02-10
GRADLE-1164Help uses coloured test which is unreadableHans DockterRussel WinderResolvedFixed2010-10-032013-01-04
GRADLE-1165Wrong property name specified in idea module task property tableGretar Rafn ArnasonResolvedNot A Bug2010-10-072013-01-04
GRADLE-1166Corrupted cache exceptionAdam MurdochVince RossoResolvedFixed2010-10-072013-01-04
GRADLE-1167$HOME/.gradle//scripts never gets cleaned outVince RossoResolvedWon't Fix2010-10-072017-02-10
GRADLE-1168GUI should allow some way to provide character input to interactive child processesAdam MurdochResolvedDuplicate2010-10-082017-01-17
GRADLE-1169GUI should colorize the console outputAdam MurdochResolvedWon't Fix2010-10-082017-01-16
GRADLE-1170eclipseClasspath includes too many dependenciesJeppe Nejsum MadsenResolvedDuplicate2010-10-082013-01-04
GRADLE-1171Internal error when trying to run init scriptHans DockterDavid ResnickResolvedFixed2010-10-132013-01-04
GRADLE-1172Add PGP signature support to the maven pluginLuke DaleyJoern HuxhornResolvedFixed2010-10-132013-01-04
GRADLE-1173More easily referenced Maven local repo cacheHans DockterSteve EbersoleResolvedFixed2010-10-132014-07-29
GRADLE-1174The IdeaPlugin defines all of $buildDir as excludedSzczepan FaberSteve EbersoleResolvedNot A Bug2010-10-152013-01-04
GRADLE-1175IdeaPlugin renders non-existent directories as sources and exclusionsSteve EbersoleResolvedWon't Fix2010-10-152017-02-10
GRADLE-1176IdeaPlugin does not seem to honor set project.name as the User Guide suggestsSzczepan FaberSteve EbersoleResolvedFixed2010-10-152013-01-04
GRADLE-1177gradle command line easy fixesEtienne StuderResolvedWon't Fix2010-10-172017-02-10
GRADLE-1178Enable the jetty plugin to use/overlay multiple webapp source directories.Richard BolkeyResolvedWon't Fix2010-10-172017-02-10
GRADLE-1179gradle -? does not show -h optionEtienne StuderResolvedNot A Bug2010-10-182013-01-04
GRADLE-1180cannot override version property on cmd line with -PEtienne StuderResolvedWon't Fix2010-10-182017-02-10
GRADLE-1181Gradle GUI: running a task with -a does not workEtienne StuderResolvedWon't Fix2010-10-182017-01-16
GRADLE-1182Downloading [artifact]-[appendix]-[revision]-[classifier].[ext] not working.Thomas GlaeserResolvedWon't Fix2010-10-192017-02-10
GRADLE-1183Call-back when jetty is up and accepting requestsEtienne StuderResolvedWon't Fix2010-10-202017-01-16
GRADLE-1184SNAPSHOT modifier not working properly if more than one mavenRepo url is specifiedlucas grayResolvedFixed2010-10-202013-01-04
GRADLE-1185test - default to include the system propertiesDan TannerResolvedWon't Fix2010-10-212017-02-10
GRADLE-1186subprojects{} contains projects even if not included in settings.gradleEtienne StuderResolvedWon't Fix2010-10-252017-02-10
GRADLE-1187wrong paths of dependencies with symlinksAdam MurdochTomek KaczanowskiResolvedFixed2010-10-252013-01-04
GRADLE-1188Gradle daemon caches current working directoryHans DockterChris BeamsResolvedFixed2010-10-262013-01-04
GRADLE-1189TestNG @BeforeTest does not work as expected for groovy plugin and useTestNG()Hans DockterSargis HarutyunyanResolvedFixed2010-10-262013-01-04
GRADLE-1190Gradle groovy plugin and joint compilationSargis HarutyunyanResolvedWon't Fix2010-10-272017-02-10
GRADLE-1191NPE when no connection to target publish repositoryTomer CohenResolvedWon't Fix2010-10-282017-02-10
GRADLE-1192NPE if defining a maven repo without applying the maven pluginAdam MurdochTomer CohenResolvedFixed2010-10-282013-01-04
GRADLE-1193Make dependency resolution strategy user configurableDavid ResnickResolvedWon't Fix2010-10-282017-02-10
GRADLE-1194Ivy parses pom.xml despite specifying @jar in dependencyDavid ResnickResolvedWon't Fix2010-10-282017-02-10
GRADLE-1195Better diagnostics for network failuresAdam MurdochResolvedWon't Fix2010-10-292017-02-10
GRADLE-1196Support for putting debug build log output to fileGretar Rafn ArnasonResolvedDuplicate2010-10-292016-12-12
GRADLE-1197running "gradle idea" on gradle project itself throws groovy.lang.MissingPropertyExceptionHans DockterRené GröschkeResolvedFixed2010-10-292013-01-04
GRADLE-11980.9-rc-2 breaks GPars documentation buildHans DockterRussel WinderResolvedFixed2010-10-302013-01-04
GRADLE-1199FAQ references old (0.7) version of users guidePhilip CrotwellResolvedFixed2010-11-012013-01-04
GRADLE-1200Generated POM does not contain packaging, organization is simply org.apache.maven.model.Organization.toString()Joern HuxhornResolvedDuplicate2010-11-022017-01-26
GRADLE-1201Add support for deploying metadata artifacts using the maven pluginLeonard AxelssonResolvedWon't Fix2010-11-022017-02-10
GRADLE-1202Could not load compiled classes for build file 'build.gradle' from cacheAdam MurdochCharles AndersonResolvedFixed2010-11-022013-01-04
GRADLE-1203renaming causes problem in native lib dependency handlingZsolt KútiResolvedWon't Fix2010-11-032017-02-10
GRADLE-1204Support translation of config-level exclude rules to POM Hans DockterAndrew PhillipsResolvedFixed2010-11-032013-01-04
GRADLE-1205Gradle includes transitive dependencies from project(...) dependency references at compile timeSean ReillyResolvedWon't Fix2010-11-032017-02-02
GRADLE-1206The snapshot timeout strategy of a local maven repository should default to ALWAYSHans DockterAdam MurdochResolvedFixed2010-11-032013-01-04
GRADLE-1207gradle not supporting testNG 5.14.2Hans DockterRama GundapaneniResolvedFixed2010-11-042013-01-04
GRADLE-1208gradle test with JUnit 4 only reports cleanup failures when setup also failedHans DockterCharles AndersonResolvedFixed2010-11-042013-01-04
GRADLE-1209Use 'sourceSets.main.classesDir' (if present) as the default output dir of the Eclipse classpathHans DockterAndrew PhillipsResolvedFixed2010-11-052013-01-04
GRADLE-1210apply from: Does not follow redirectsLars HeuerResolvedWon't Fix2010-11-062017-02-10
GRADLE-1211[Java plugin] should compileJava depend on processResources?Baruch SadogurskyResolvedWon't Fix2010-11-082017-02-10
GRADLE-1212ClassCastException when using dom4j 1.6.1 in an ant taskHans DockterAdam MurdochResolvedFixed2010-11-082013-01-04
GRADLE-1213eclipse and idea XML samples need to be updated.Hans DockterMichael PlumpResolvedFixed2010-11-102013-01-04
GRADLE-1214Provide command line option for specifying alternate ~/.gradle/gradle.properties file or no file at allChris BeamsResolvedWon't Fix2010-11-102017-02-10
GRADLE-1215Gradle should still allow --no-daemonHans DockterChris BeamsResolvedFixed2010-11-112013-01-04
GRADLE-1216upgrade quality plugin to codenarc 0.11Hans DockterHamlet D'ArcyResolvedFixed2010-11-132013-01-04
GRADLE-1217Lack of maven plugin throws ugly NPE when trying to use mavenDeployerAdam MurdochBaruch SadogurskyResolvedFixed2010-11-142013-01-04
GRADLE-1218Generated Eclipse classpath should order src/*/java before src/*/resourcesPeter NiederwieserChris BeamsResolvedDuplicate2010-11-152013-01-04
GRADLE-1219idea and eclipse plugins should add source when a gradleApi() or localGroovy() dependency is usedAdam MurdochResolvedWon't Fix2010-11-152017-02-10
GRADLE-1220Support task forkingChris BeamsResolvedWon't Fix2010-11-162017-02-10
GRADLE-1221Rename TaskExecuter to TaskExecutorHans DockterResolvedWon't Fix2010-11-162017-02-10
GRADLE-1222Cannot authenticate on maven repository on Ubuntu server, with gradle.properties in {home}/.gradle directory.Guy BrandResolvedWon't Fix2010-11-172017-02-10
GRADLE-1223Support property preconditions, prompting and persistenceChris BeamsResolvedWon't Fix2010-11-172017-02-10
GRADLE-1224Setting the Jetty HTTP port via system property and Gradle propertyBenjamin MuschkoResolvedWon't Fix2010-11-172017-01-16
GRADLE-1225Chapter 12, Footnote 3: example does not compileEtienne StuderResolvedFixed2010-11-172013-01-23
GRADLE-1226dir('build/classes') only uses 'build' for the task nameEtienne StuderResolvedWon't Fix2010-11-172016-02-12
GRADLE-1227OSGI updates MANIFEST.MF even if no changeRobert FischerResolvedDuplicate2010-11-172013-01-04
GRADLE-1228When building Gradle javadoc creation doesn't inherit proxy settingsJohn GibsonResolvedWon't Fix2010-11-212017-02-10
GRADLE-1229Configuration resolves to empty set when project has no repositories and the dependencies already in cacheAdam MurdochAdam MurdochResolvedFixed2010-11-222013-01-04
GRADLE-1230compileJava and compiler warnings console outputSpencer AllainResolvedDuplicate2010-11-232017-02-01
GRADLE-1231making eclipse Wtp working more smoothly with multi projectsEvert TigchelaarResolvedCannot Reproduce2010-11-232013-01-04
GRADLE-1232gradle.bat fails when JAVA_HOME has a trailing backslashHans DockterTaufiq HovenResolvedFixed2010-11-242013-01-04
GRADLE-1233NPE when running parallel gradle buildsFrederic SimonResolvedWon't Fix2010-11-242017-02-10
GRADLE-1234Example 14.24 of the user guidePeter NiederwieserEtienne StuderResolvedNot A Bug2010-11-252013-01-04
GRADLE-1235gradle -gui exeception - can't bind to portchris snowResolvedWon't Fix2010-11-262017-01-16
GRADLE-1236Configuration silently ignores dependencies when no repositories are defined for the projectAdam MurdochAdam MurdochResolvedFixed2010-11-272013-01-04
GRADLE-1237Provide some way to publish artifacts which are not archivesAdam MurdochResolvedFixed2010-11-272013-01-04
GRADLE-1238POM generated by Maven plugin includes wrong artifactId in case of ProjectDependencyArtur NowakResolvedDuplicate2010-11-292013-01-04
GRADLE-1239Add an afterCopy action/closure to CopySpecFrank BaxterResolvedWon't Fix2010-11-292017-02-10
GRADLE-1240Need a way to set JVM memory args for the Gradle DaemonChris BrookesResolvedFixed2010-12-012013-01-04
GRADLE-1241gradle.bat is behaving incorrectly under 4NT/TCCAdam MurdochRegis Le BrettevilloisResolvedFixed2010-12-012013-01-04
GRADLE-1242Gradle doesn't like calls to TestCase.setName()Hans DockterAndres AlmirayResolvedFixed2010-12-022013-01-04
GRADLE-1243use GROOVY_HOME as the default Groovy version, analogous to JAVA_HOMEDierk KoenigResolvedWon't Fix2010-12-022017-02-10
GRADLE-1244avoid the need for explicit dependency to Groovy when using SpockDierk KoenigResolvedWon't Fix2010-12-022017-02-10
GRADLE-1245Hudson and org.apache.juli.ClassLoaderLogManagerChris HaneResolvedWon't Fix2010-12-022017-01-16
GRADLE-1246Fails silently when try to unzip non-existent filePeter BellResolvedFixed2010-12-062013-01-04
GRADLE-1247If a build is run after an update in the build.gradle script, we get the following error message: (java.lang.UnsupportedOperationException: Build file '[...]/build.gradle' should not contain a package statement)Narcisa PantilimonResolvedWon't Fix2010-12-072017-02-10
GRADLE-1248Provide some way for a custom plugin to use a NamedDomainObjectContainer to manage its domain objectsAdam MurdochAdam MurdochResolvedFixed2010-12-072013-01-04
GRADLE-1249issues with --daemon and current directory (user.dir system property)Szczepan FaberLance HankinsResolvedFixed2010-12-092013-01-04
GRADLE-1250Gradle Ask Me To ReportChris HaneResolvedFixed2010-12-102013-01-04
GRADLE-1251testing frameworks should be applied as pluginsTomek KaczanowskiResolvedWon't Fix2010-12-122017-02-10
GRADLE-1252output of TestNG listeners is not visibleTomek KaczanowskiResolvedWon't Fix2010-12-122017-02-10
GRADLE-1253Faulty SHA1 signatures when uploading artifactsVaclav PechResolvedNot A Bug2010-12-142014-04-07
GRADLE-1254JavaExec Task should expose a way to execute java processes in the background.Erick DovaleResolvedDuplicate2010-12-142017-02-08
GRADLE-1255Exclude rule silently excludes everything if neither 'module' or 'group' specifiedAdam MurdochResolvedFixed2010-12-152013-01-04
GRADLE-1256Running gradle.bat gives "The system cannot find the path specified" error in windows.Hans DockterArun Shanmugam KumarResolvedFixed2010-12-182013-01-04
GRADLE-1257Expose a publicTestCompile configuration to depend upon Gradle tests when developing an external moduleTomer CohenResolvedWon't Fix2010-12-192017-02-10
GRADLE-1258Provide an init-repositories init script, which will initialize repositories according to their patterns, providing a clean repository deceleration outside of the build.gradle scriptTomer CohenResolvedWon't Fix2010-12-192017-02-10
GRADLE-1259Document copy and archive tasksAdam MurdochResolvedFixed2010-12-192016-02-12
GRADLE-1260Adding a switch to gradle execution for changing default ivy cache manager to the Wharf cache managerAdam MurdochTomer CohenResolvedFixed2010-12-192013-01-04
GRADLE-1261Wrapper task uses codehaus URL by default for 0.9 releaseHans DockterLuke TaylorResolvedFixed2010-12-192013-01-04
GRADLE-1262Copy task do not output anything even in debug logging (-d)Hendy IrawanResolvedWon't Fix2010-12-212017-02-10
GRADLE-1263Sequential dependenciesHendy IrawanResolvedFixed2010-12-212013-05-01
GRADLE-1264Cannot always overwrite files with Copy task (it uses "overwrite if newer" strategy)Hendy IrawanResolvedWon't Fix2010-12-212017-02-10
GRADLE-1265internal.AbstractTask.execute() should be made public (to Task interface)Hendy IrawanResolvedWon't Fix2010-12-212013-05-01
GRADLE-1266transitive groovy dependencies aren't included in maven POMsLuke DaleyAdam MonsenResolvedNot A Bug2010-12-212013-01-04
GRADLE-1267The copy task should be able to specify the file encodingPaul MerlinMasatoshi HayashiResolvedFixed2010-12-222016-05-20
GRADLE-1268Can't execute groovydoc if it includes linksHans DockterAndres AlmirayResolvedFixed2010-12-222013-01-04
GRADLE-1269Project applying War plugin can no longer be used as project lib dependencyAdam MurdochPeter NiederwieserResolvedFixed2010-12-222013-01-04
GRADLE-1270Test task does not consider some properties when checking up-to-dateHans DockterAdam MurdochResolvedFixed2010-12-232013-01-04
GRADLE-1271Gradle produces invalid ivy.xml (clientModule is not a valid ivy attribute)Tomer CohenResolvedWon't Fix2010-12-262017-02-10
GRADLE-1272Source code often truncated in User Guide PDFPeter NiederwieserResolvedWon't Fix2010-12-262017-02-10
GRADLE-1273Unable to reference objects in java src from scala srcHans DockterJacob WuResolvedFixed2010-12-262013-01-04
GRADLE-1274JavaExec task should support equivalent of "java -jar"Peter NiederwieserResolvedDuplicate2010-12-262017-02-07
GRADLE-1275EclipsePlugin does not properly support WTP project dependenciesPeter NiederwieserMatt AccolaResolvedFixed2010-12-272013-09-25
GRADLE-1276processResources task considered up-to-date although its spec has changedPeter NiederwieserResolvedDuplicate2010-12-292016-11-17
GRADLE-1277EclipsePlugin does not always resolve correct version of dependenciesMatt AccolaResolvedCannot Reproduce2010-12-292013-01-04
GRADLE-1278JavaExec.jvmArgs should accept closure for late bindingBaruch SadogurskyResolvedWon't Fix2010-12-302017-02-10
GRADLE-1279Junit test class detection includes non-static inner classesHans DockterRuss EganResolvedFixed2010-12-302013-01-04
GRADLE-1280Project.exec { } working dir does not default to project dir when using the daemonHans DockterAdam MurdochResolvedFixed2011-01-012013-01-04
GRADLE-1281Test task is never up-to-date when running under Apple JVMHans DockterAdam MurdochResolvedFixed2011-01-022013-01-04
GRADLE-1282OsgiManifest.writeTo fails on clean buildEmil SitResolvedWon't Fix2011-01-032017-02-10
GRADLE-1283Running a built-from-source gradle fails with Unexpected Gradle versionHans DockterJohn GibsonResolvedFixed2011-01-042013-01-04
GRADLE-1284Better error message for invalid Maven repo URLPeter NiederwieserResolvedWon't Fix2011-01-042017-02-10
GRADLE-1285Cannot generate element in Maven POMPeter NiederwieserResolvedWon't Fix2011-01-042017-02-10
GRADLE-1286Unclear documentation on how to customize Maven POMPeter NiederwieserResolvedWon't Fix2011-01-042017-02-10
GRADLE-1287Problems post-processing Maven POM with XmlProviderPeter NiederwieserResolvedWon't Fix2011-01-042017-02-10
GRADLE-1288Osgi/Java build fails if no Java sources are in the source dirsZoltan LearResolvedWon't Fix2011-01-052017-02-10
GRADLE-1289Provide a "create-project" command to create a skeleton project directory.Paul CagerResolvedFixed2011-01-052013-09-02
GRADLE-1290Gradle Test stopped respecting @Ignore annotations on JUnit3 tests between 0.9-rc-3 and 0.9.1Adam MurdochKelly RobinsonResolvedFixed2011-01-052013-01-04
GRADLE-1291Make mavenLocal() as default, add noMavenLocal()Hendy IrawanResolvedWon't Fix2011-01-052013-01-04
GRADLE-1292setting eclipseClasspath defaultOutputDir doesn't get applied properly in the eclipse .classpath fileSzczepan FaberKen AveryResolvedNot A Bug2011-01-062013-01-04
GRADLE-1293Use version of optional dependenciesMathias KalbResolvedDuplicate2011-01-072017-01-25
GRADLE-1294Add XML output report option to CodeNarc taskPeter NiederwieserHubert Klein IkkinkResolvedFixed2011-01-072013-01-04
GRADLE-1295Copy task does not copy empty directoriesPeter NiederwieserHendy IrawanResolvedFixed2011-01-082013-01-04
GRADLE-1296Daemon Does Not Handle System PropertiesAdam MurdochRobert FischerResolvedFixed2011-01-082013-01-04
GRADLE-1297while setting "buildDir" to external folder, the "eclipse" plugin will generate the invalid output path in the ".classpath" file.island chenResolvedWon't Fix2011-01-092017-02-10
GRADLE-1298Change in filtered resource not picked up by archive tasksJoern HuxhornResolvedFixed2011-01-092017-01-26
GRADLE-1299Add API to allow tools to query and execute Gradle buildsAdam MurdochAdam MurdochResolvedFixed2011-01-092013-01-04
GRADLE-1300The 'idea' task for Gradle's build is incredibly slowPeter NiederwieserAdam MurdochResolvedFixed2011-01-102013-01-04
GRADLE-1301Add exclude/include pattern on filtering featureNicolas LabrotResolvedFixed2011-01-102013-11-11
GRADLE-1302Eclipse plugin should generate classpath for all source sets.Paul CagerResolvedWon't Fix2011-01-122017-02-10
GRADLE-1303rethink default-resolution-strategy for dependenciesHelmut DenkResolvedWon't Fix2011-01-122017-02-10
GRADLE-1304Eclipse and IDEA plugins should replace the existing classpath when merging IDE configuration filesPeter NiederwieserAdam MurdochResolvedFixed2011-01-132013-01-04
GRADLE-1305Eclipse and IDE plugins should configure the IDE to generate classes into the default location for the IDE, rather than into build/classes/$sourceSetPeter NiederwieserAdam MurdochResolvedFixed2011-01-132013-01-04
GRADLE-1306Can't specify custom properties to bnd analyzer when creating OSGi bundlesJohn GibsonResolvedFixed2011-01-152017-01-16
GRADLE-1307Special Exclude/Include for SyncTaskMathias KalbResolvedFixed2011-01-172017-01-26
GRADLE-1308Add a BuildScriptLoaded listenerTomer CohenResolvedWon't Fix2011-01-172017-02-10
GRADLE-1309XML files no longer formatted correctly once they have been processed with XmlProvider.asElement()Peter NiederwieserResolvedWon't Fix2011-01-172017-02-10
GRADLE-1310XmlProvider should live in a package other than org.gradle.api.artifacts.mavenAdam MurdochPeter NiederwieserResolvedFixed2011-01-172013-01-04
GRADLE-1311Java version for generated IDEA project should be set according to Java version used by compileJava taskPeter NiederwieserResolvedWon't Fix2011-01-172017-02-10
GRADLE-1312Most tasks of typical Java/Groovy project are never up-to-datePeter NiederwieserResolvedFixed2011-01-172013-01-04
GRADLE-1313includeFlat() should support arbitrary (logical) nesting of projectsPeter NiederwieserResolvedWon't Fix2011-01-172017-02-10
GRADLE-1314more selective Exclusion by the provided* Configurations ?Helmut DenkResolvedWon't Fix2011-01-182017-02-10
GRADLE-1315Eclipse task duplicates entries in existing .classpath filePeter NiederwieserResolvedWon't Fix2011-01-182017-02-03
GRADLE-1316Better documentation for dependency exclusionMathias KalbResolvedFixed2011-01-182016-12-07
GRADLE-1317Provide a way to exclude a transitive dependency from a shared projectDarren EvensonResolvedWon't Fix2011-01-182017-02-10
GRADLE-1318Some files added to classpath of war task end up in libs rather than classesDarren EvensonResolvedWon't Fix2011-01-182017-02-10
GRADLE-1319Accessing properties of subprojects does not workLars HeuerResolvedWon't Fix2011-01-182017-02-10
GRADLE-1320Optimize UP-TO-DATE checkMathias KalbResolvedWon't Fix2011-01-192016-06-01
GRADLE-1321Generate .iml for buildSrc projectPeter NiederwieserResolvedWon't Fix2011-01-192017-02-10
GRADLE-1322Don't search for unused source and javadoc dependenciesDaz DeBoerJoe SchmetzerResolvedFixed2011-01-192013-01-04
GRADLE-1323upgrade codenarc plugin to codenarc 0.12Peter NiederwieserHamlet D'ArcyResolvedFixed2011-01-192013-01-04
GRADLE-1324Exclude Java files in resource folders from compilationPeter NiederwieserResolvedWon't Fix2011-01-192017-02-10
GRADLE-1325Convention mapping does not work for JavaExec and Exec tasksAdam MurdochResolvedWon't Fix2011-01-192017-02-10
GRADLE-1326Create an application pluginAdam MurdochRené GröschkeResolvedFixed2011-01-192013-01-04
GRADLE-1327Gradle puts runtime dependencies on javac classpathPeter NiederwieserResolvedWon't Fix2011-01-202017-02-10
GRADLE-1328put total number of tests in updated output for gradle testPhilip CrotwellResolvedWon't Fix2011-01-202017-02-10
GRADLE-1329sourceCompatibility = 1.6 broken for eclipse plugin / gradle 0.9.1Peter NiederwieserDaniel JoyceResolvedWon't Fix2011-01-202013-01-04
GRADLE-1330StackOverflowError in Eclipse plugin in case of circular dependenciesPeter NiederwieserPeter NiederwieserResolvedFixed2011-01-212013-01-04
GRADLE-1331Forbid use of labels in build scriptsPeter NiederwieserResolvedFixed2011-01-212013-01-04
GRADLE-1332`gradle dependencies` reports do not include dependencies from flat directoriesMatthiasResolvedDuplicate2011-01-212017-01-16
GRADLE-1333Ivy: define a time to live (ttl) for dynamic revisionsMathias KalbResolvedFixed2011-01-232013-01-04
GRADLE-1334Profile report: Durations for Ivy/Dependency and UP-TO-DATE checkMathias KalbResolvedFixed2011-01-232016-12-07
GRADLE-1335Resolve dependencies onyl if it is necessaryAdam MurdochMathias KalbResolvedFixed2011-01-232013-01-04
GRADLE-1336"gradle build clean" failsMathias KalbResolvedFixed2011-01-232013-01-04
GRADLE-1337Detail improvements to command-line outputPeter NiederwieserPeter NiederwieserResolvedFixed2011-01-232013-01-04
GRADLE-1338Tooling api should use the daemon to build the project modelAdam MurdochAdam MurdochResolvedFixed2011-01-232013-01-04
GRADLE-1339Tooling API should consider eclipse project name customisations and deduplicationSzczepan FaberAdam MurdochResolvedFixed2011-01-232013-01-04
GRADLE-1340Tooling API should provide some way to execute a buildAdam MurdochAdam MurdochResolvedFixed2011-01-232013-01-04
GRADLE-1341Gradle's Test Scanner Ignores the presence of a TestNG suite.xml file.Mike CornellResolvedWon't Fix2011-01-242017-02-10
GRADLE-1342Dependency successfully resolved although it is not available from any of the listed repositoriesDaz DeBoerPeter NiederwieserResolvedFixed2011-01-242013-01-04
GRADLE-1343Performance degradation in "idea" taskPeter NiederwieserPeter NiederwieserResolvedFixed2011-01-242013-01-04
GRADLE-1344groovydoc ErrorsMathias KalbResolvedFixed2011-01-242016-12-07
GRADLE-1345Gradle should complain if there is a spec that has an include but not a from.Hans DockterResolvedWon't Fix2011-01-242017-02-10
GRADLE-1346AbstractCopyTask is UP-TO-DATE after `into` changesLóránt PintérMathias KalbResolvedFixed2011-01-242016-09-23
GRADLE-1347announce growl plugin broken in 0.9.2Peter NiederwieserGianni BrunoResolvedFixed2011-01-242013-01-04
GRADLE-1348Transitive dependency not being pulled inBen McCannResolvedNot A Bug2011-01-252013-01-04
GRADLE-1349Improved behavior for chained Maven repositoriesPeter NiederwieserResolvedWon't Fix2011-01-252017-02-10
GRADLE-1350More user-friendly behavior for the case where convention property is set before plugin has been appliedPeter NiederwieserResolvedWon't Fix2011-01-252017-02-10
GRADLE-1351Add support for continuous compilation of Scala codeMatt AccolaResolvedFixed2011-01-252016-02-08
GRADLE-1352Improve error message when class cannot be foundBen McCannResolvedWon't Fix2011-01-252013-01-04
GRADLE-1353CamelCase doesn't work on command line for rule-based tasksMathias KalbResolvedWon't Fix2011-01-262017-01-26
GRADLE-1354Groovy's Sql doesn't see a database driver class specified in "buildscripts"Thor KummerResolvedWon't Fix2011-01-262017-02-10
GRADLE-1355Running 'gradle eclipse' for Gradle itself does generate faulty eclipse metadata.Peter NiederwieserHans DockterResolvedFixed2011-01-272013-01-04
GRADLE-1356Order of dependencies is not honoredPeter NiederwieserJay GuidosResolvedNot A Bug2011-01-272013-01-04
GRADLE-1357Task execution fails occasionally with NoSuchElement exceptionDima GutzeitResolvedWon't Fix2011-01-282017-02-10
GRADLE-1358Unable to specify 'branch' variable in dependency notation.Val KolovosResolvedDuplicate2011-01-282017-02-08
GRADLE-1359Odd behavior of "gradle jar" if war plugin is presentAdam MurdochPeter NiederwieserResolvedFixed2011-01-282013-01-04
GRADLE-1360Make it easier to exclude specific files from the war generated by the War taskMatt StineResolvedWon't Fix2011-01-312017-02-10
GRADLE-1361Fat jar cookbook example leads to errorSzczepan FaberBen McCannResolvedFixed2011-02-012013-01-04
GRADLE-1362Checkstyle: Indicate checkstyle failure Mikael AnderssonResolvedWon't Fix2011-02-012017-02-10
GRADLE-1363LineFilter in CopySpec throws StringIndexOutOfBoundsExceptionPeter NiederwieserRené GröschkeResolvedFixed2011-02-022013-01-04
GRADLE-1364Pattern rules of subprojects missing at the TaskReportMathias KalbResolvedWon't Fix2011-02-032017-02-03
GRADLE-1365Allow override of plugin convention property with project propertyMark IngramResolvedWon't Fix2011-02-032017-02-10
GRADLE-1366Redundancy in class header declarationPeter NiederwieserEtienne StuderResolvedFixed2011-02-042013-01-04
GRADLE-1367Strange error message 'Failed to notify build listener.' when throwing exception in buildFinishedEtienne StuderResolvedWon't Fix2011-02-042017-02-10
GRADLE-1368Load properties from a global gradle.properites fileJoe SchmetzerResolvedWon't Fix2011-02-042017-02-10
GRADLE-1369Provide hook to be called after all tasks have been executed but before buildFinished hook is calledEtienne StuderResolvedWon't Fix2011-02-042017-02-10
GRADLE-1370project-report plugin has problems with the clean patternMathias KalbResolvedWon't Fix2011-02-042017-01-16
GRADLE-1371Java 7 Source and Target CompatibilityPeter NiederwieserRobert FischerResolvedFixed2011-02-042013-01-04
GRADLE-1372Make the wrapper a build-in taskHans DockterResolvedFixed2011-02-052013-05-01
GRADLE-1373Add option to Eclipse plugin to have a single Eclipse projectBen McCannResolvedWon't Fix2011-02-052013-01-04
GRADLE-1374Add option to Eclipse plugin to have a single Eclipse projectBen McCannResolvedWon't Fix2011-02-052017-02-10
GRADLE-1375compileJava done before Datanucleus has enhanced classesPieter HerroelenResolvedWon't Fix2011-02-062017-02-10
GRADLE-1376Error Compiling from Source: unsupported Target TYPE_PARAMETERRobert FischerResolvedIncomplete2011-02-062013-01-23
GRADLE-1377gradle Eclipse plugin should allow simple method to set jst.web valueDaniel JoyceResolvedDuplicate2011-02-062016-11-29
GRADLE-1378Make gradlew more convenient to usePeter NiederwieserResolvedDuplicate2011-02-072017-02-08
GRADLE-1379Tooling API should provide the source directories of the projectSzczepan FaberAdam MurdochResolvedFixed2011-02-072013-01-04
GRADLE-1380Tooling API should provide project dependencies of the projectSzczepan FaberAdam MurdochResolvedFixed2011-02-072013-01-04
GRADLE-1381The 'eclipse' task for Gradle's build is incredibly slowPeter NiederwieserResolvedFixed2011-02-072013-01-04
GRADLE-1382Unable to set the version of an artifact uploaded to a repositoryLuciano FiandesioResolvedWon't Fix2011-02-082017-02-10
GRADLE-1383Transparent handling of Maven plugin install taskSteve EbersoleResolvedWon't Fix2011-02-082017-02-10
GRADLE-1384Desire ability to have better control of logging, especially for IvySpencer AllainResolvedWon't Fix2011-02-092017-02-10
GRADLE-1385Disambiguate DSL for using separate Maven repos for POMs and JarsPeter NiederwieserResolvedFixed2011-02-112013-01-04
GRADLE-1386CopySpec should support TaskContainer in from clausesRené GröschkeResolvedWon't Fix2011-02-122017-02-10
GRADLE-1387Gradle ArchetypesJames R. CarrResolvedFixed2011-02-132013-05-01
GRADLE-1388Report time elapsed by unit testsAndrew SchetininResolvedWon't Fix2011-02-152017-02-10
GRADLE-1389Add ability to set owner and group on entries in tar filesRuss EganResolvedWon't Fix2011-02-172017-02-10
GRADLE-1390Default output folder is always set to bin instead of sourceSets.main.classesDirPeter NiederwieserSimon HarrerResolvedFixed2011-02-182013-01-04
GRADLE-1391Groovydoc doesn't create external links in generated HTMLPeter NiederwieserEvgeny GoldinResolvedFixed2011-02-192013-01-04
GRADLE-1392ConcurrentModificationException occurs when using copy within a loopGraeme RocherResolvedWon't Fix2011-02-212017-02-10
GRADLE-1393Add a timeout as a generic feature of a task.Hans DockterResolvedDuplicate2011-02-212017-01-20
GRADLE-1394When selecting JUnit/TestNG within test task, it would be useful to have option to add embedded version to test classpathSpencer AllainResolvedWon't Fix2011-02-222017-02-10
GRADLE-1395gradle could reveal internal jars as a local repositorySpencer AllainResolvedWon't Fix2011-02-222017-02-10
GRADLE-1396Eclipse plugin doesn't generate files for projects that were renamed via changing the projectDirDavid GileadiResolvedNot A Bug2011-02-222013-01-04
GRADLE-1397Non-transitive project dependency includes the file (ie self-resolving) dependencies of the target projectAdam MurdochAdam MurdochResolvedFixed2011-02-222013-01-04
GRADLE-1398Dependency but no repository fails "silently"Adam MurdochRussel WinderResolvedFixed2011-02-252013-01-04
GRADLE-1399Incorrect contents generated for org.eclipse.wst.common.component file in Eclipse WTP Utility Module projectsPeter NiederwieserMatt AccolaResolvedFixed2011-02-252013-01-04
GRADLE-1400Missing environment variables under windows cause tests to fail with unexpected exceptionSpencer AllainResolvedWon't Fix2011-02-252017-02-10
GRADLE-1401Allow specifying task group like project.task(name: "name", group: "group")Ladislav ThonResolvedFixed2011-02-262013-01-04
GRADLE-1402Eclipse plugin should add generated resources to the classpath used to execute testsSzczepan FaberAdam MurdochResolvedFixed2011-02-262013-01-04
GRADLE-1403IDEA plugin should add generated resources to the classpath used to execute testsSzczepan FaberAdam MurdochResolvedDuplicate2011-02-262013-01-04
GRADLE-1404Remove the 'master' naming convention in flat multi-project buildsKevin StembridgeResolvedWon't Fix2011-02-272017-02-10
GRADLE-1405Documentation of execution rules for multi-projects builds doesn't mention flat project structuresKevin StembridgeResolvedWon't Fix2011-02-272017-02-10
GRADLE-1406MissingMethodException: static org.gradle.ap i.internal.file.pattern.PatternMatcherFactory.getPatternMatcher()Remon SinnemaResolvedFixed2011-02-282014-04-10
GRADLE-1407Eclipse plugin does not handle case where multiple projects in a multi-project build have the same nameSzczepan FaberAdam MurdochResolvedFixed2011-03-012013-01-04
GRADLE-1408IDEA plugin generates incorrect module dependencies when non-default module name is usedSzczepan FaberAdam MurdochResolvedFixed2011-03-012013-01-04
GRADLE-1409Add sshExec task and methodHans DockterResolvedWon't Fix2011-03-022017-02-10
GRADLE-1410syntax errorLeo MekenkampResolvedFixed2011-03-022014-04-10
GRADLE-1411Failed to create MANIFEST when building a web app as OSGi bundle Wolfgang SchellResolvedWon't Fix2011-03-022017-02-10
GRADLE-1412org.eclipse.jst.component.dependency attribute not set when using variablesSzczepan FaberMatt AccolaResolvedFixed2011-03-022013-01-04
GRADLE-1413Use classpath container for Eclipse classpath entires like Maven doesBen McCannResolvedWon't Fix2011-03-022017-02-10
GRADLE-1414Can't import base project and subprojects into EclipsePeter NiederwieserBen McCannResolvedWon't Fix2011-03-022013-01-04
GRADLE-1415'eclipse' plugin with 'war' plugin fails with class cast exceptionPeter NiederwieserStephane GallèsResolvedFixed2011-03-032013-01-04
GRADLE-1416IDEA Plugin doesn't honor excluded dependenciesPeter NiederwieserAndreas SahlbachResolvedFixed2011-03-032013-01-04
GRADLE-1417Tooling API should provide progress information for long running operationsAdam MurdochAdam MurdochResolvedFixed2011-03-042013-01-04
GRADLE-1418Tooling API should provide as much information as possible in the presence of failuresAdam MurdochResolvedWon't Fix2011-03-042017-02-10
GRADLE-1419Add support for loading arbitrary properties files as per gradle.propertiesKevin StembridgeResolvedWon't Fix2011-03-042017-02-06
GRADLE-1420Forked groovyc compilation can create a classpath line too long for WindowsBen DotteResolvedFixed2011-03-042013-01-04
GRADLE-1421Tooling API: should provide a fast skeletal project modelAdam MurdochKris De VolderResolvedFixed2011-03-042013-01-04
GRADLE-1422Improper .classpath generation causes WTP to deploy all of the war's dependant project's dependenciesRadim KubackiRob WinchResolvedFixed2011-03-052014-12-05
GRADLE-1423Provide documentation example of how to add an arbitrary directory to a runtime classpathKevin StembridgeResolvedWon't Fix2011-03-052017-02-10
GRADLE-1424Better documentation of Test.useTestNG(Closure testFrameworkConfigure)Kevin StembridgeResolvedWon't Fix2011-03-052017-02-10
GRADLE-1425StackOverflow in TestNGOptionsKevin StembridgeResolvedFixed2011-03-062014-04-10
GRADLE-1426Improper .classpath generation prevents WTP from including war's dependencies when no source folders are specifiedRob WinchResolvedCannot Reproduce2011-03-062013-01-04
GRADLE-1427Application plugin install task will remove any other files/directories under installDirPathAdam MurdochGary StewartResolvedFixed2011-03-072013-01-04
GRADLE-1428upgrade code-quality to CodeNarc 0.13Hamlet D'ArcyResolvedFixed2011-03-082013-01-04
GRADLE-1429Gradle Maven Plugin doesn't honour user settings.xml when installing to local repositorySzczepan FaberElisha EzeugohResolvedFixed2011-03-082013-01-04
GRADLE-1430Gradle leaves jna*.dll temporary files in user's home directoryAdam MurdochAdam MurdochResolvedFixed2011-03-082013-01-04
GRADLE-1431Gradle leaves gradle_ivy_cache_clientModule* directories in the user's home directoryAdam MurdochAdam MurdochResolvedFixed2011-03-082013-01-04
GRADLE-1432Test process leaks heap space for each test executedAdam MurdochAdam MurdochResolvedFixed2011-03-082013-01-04
GRADLE-1433typo in user manualLeo MekenkampResolvedFixed2011-03-092013-01-04
GRADLE-1434typo in user manualLeo MekenkampResolvedFixed2011-03-092013-01-04
GRADLE-1435typo in user manualLeo MekenkampResolvedFixed2011-03-092013-01-04
GRADLE-1436test report does not sum decimal parts correctly in environments with rare LocalesSzczepan FaberSzczepan FaberResolvedFixed2011-03-092013-01-04
GRADLE-1437Create moduleName property for ideaModule taskSzczepan FaberSzczepan FaberResolvedFixed2011-03-102013-01-04
GRADLE-1438Update application plugin to 'gradle install' of multiple projectsAdam MurdochBen McCannResolvedFixed2011-03-102013-01-04
GRADLE-1439Cannot call private methods from closures in task classesPeter NiederwieserResolvedWon't Fix2011-03-112017-02-10
GRADLE-1440eclipse plugin creates incorrect project dependencies when projectName overriddenSzczepan FaberSzczepan FaberResolvedFixed2011-03-112013-01-04
GRADLE-1441Add Web Facet to Module imlStéphane ToussaintResolvedWon't Fix2011-03-142017-02-10
GRADLE-1442possible problem when single artifact is referenced in dependencies with different classifiersSzczepan FaberResolvedFixed2011-03-142016-03-08
GRADLE-1443Incremental build checking leaks memory heapAdam MurdochResolvedWon't Fix2011-03-142017-02-10
GRADLE-1444sources are not downloaded when dependency is using a classifierCharly KozaResolvedWon't Fix2011-03-152017-02-10
GRADLE-1445Add task to WAR plugin that creates exploded webappBenjamin MuschkoResolvedWon't Fix2011-03-162017-01-25
GRADLE-1446Tooling API should honor eclipse beforeConfigured / whenConfigured hooksSzczepan FaberSzczepan FaberResolvedFixed2011-03-172013-01-04
GRADLE-1447Use Gradle's provided Groovy library as default for 'groovy' dependency (Groovy plugin)Luke DaleyBenjamin MuschkoResolvedWon't Fix2011-03-172013-01-04
GRADLE-1449Tooling API should honor source folder customizationsSzczepan FaberSzczepan FaberResolvedFixed2011-03-202013-01-04
GRADLE-1450closures nested inside 'into' portion of a CopySpec do not write under said 'into'Steve EbersoleResolvedWon't Fix2011-03-212017-02-10
GRADLE-1451java.lang.ClassCastExceptionAnton VorotynsevResolvedWon't Fix2011-03-212017-02-10
GRADLE-1452IOException when extracting a dependency zipJan ThomäResolvedWon't Fix2011-03-212017-02-10
GRADLE-1453Partial checkout of multi-project should be stand-alone buildableGerwin JansenResolvedWon't Fix2011-03-212017-02-10
GRADLE-1454War task does not filter out non-unique itemsSten Roger SandvikResolvedFixed2011-03-222017-02-08
GRADLE-1455The tooling api should provide some information about the tasks of a projectAdam MurdochAdam MurdochResolvedFixed2011-03-232013-01-04
GRADLE-1456Convention property to set JAVA_OPTS/APPL_OPTS in application pluginRené GröschkeBenjamin MuschkoResolvedFixed2011-03-252013-05-20
GRADLE-1457Init script passed from command line are not executed for buildSrc projectFrederic SimonResolvedWon't Fix2011-03-272017-02-10
GRADLE-1458Application plugin should use PATH variableBen McCannResolvedWon't Fix2011-03-272017-02-10
GRADLE-1459running 'gradle cleanidea' (all lower case) does nothingAdam MurdochAdam MurdochResolvedFixed2011-03-282013-01-04
GRADLE-1460Need improved error message when trying to set eclipseClasspath when project isn't a java project.Glen StampoultzisResolvedWon't Fix2011-03-302017-02-10
GRADLE-1461serverUrl property of sonar task is ignoredPeter NiederwieserHans DockterResolvedFixed2011-03-312013-01-04
GRADLE-1462Allow interaction Gradle Daemon to manipulate builds in progressChris BeamsResolvedWon't Fix2011-03-312017-02-10
GRADLE-1463Version property that is taken from gradle.properties is overriden by BasePluginTomer CohenResolvedWon't Fix2011-04-042017-02-10
GRADLE-1464OSGi plugin improvements (https://github.com/gradle/gradle/pull/23)Peter NiederwieserPeter NiederwieserResolvedFixed2011-04-062013-01-04
GRADLE-1465Isolate internally used (Maven) libraries from script class pathPeter NiederwieserPeter NiederwieserResolvedFixed2011-04-062013-01-04
GRADLE-1466Test output should include logs of standard out and standard errorBen McCannResolvedNot A Bug2011-04-082013-01-04
GRADLE-1467sonar task fails with java.lang.IncompatibleClassChangeErrorPeter NiederwieserDavid ResnickResolvedFixed2011-04-092013-01-04
GRADLE-1468Samples in the dsl guide should have more readable format (indentation)Szczepan FaberSzczepan FaberResolvedFixed2011-04-112013-01-04
GRADLE-1469incorrect behavior of idea plugin after upgrade to milestone-2Szczepan FaberSzczepan FaberResolvedFixed2011-04-122013-01-04
GRADLE-1470Scala Eclipse metadata put out via Eclipse+Scala plugins is outdatedPeter NiederwieserColin SampaleanuResolvedFixed2011-04-122013-01-04
GRADLE-1471Test execution fails when using Junit version between 4.0 and 4.5Adam MurdochAdam MurdochResolvedFixed2011-04-122013-01-04
GRADLE-1472java.lang.ClassCastException FileCollectionSnapshotImpl cannot be cast to OutputFilesSnapshotAdam MurdochIldiko Varga RobeyResolvedFixed2011-04-132013-01-04
GRADLE-1473Maven and Application plugins conflict on the "install" taskPeter NiederwieserBrian TreziseResolvedFixed2011-04-132013-01-04
GRADLE-1474ZipTask is skipped although the sources were changed by a previous taskLeonard BrüningsResolvedWon't Fix2011-04-142017-02-10
GRADLE-1475gradle release build should validate early and tag lateSzczepan FaberSzczepan FaberResolvedFixed2011-04-142013-01-04
GRADLE-1476Make AbstractCompile able to find the "root" of SourceSetsRobert FischerResolvedWon't Fix2011-04-152017-02-10
GRADLE-1477Support adding tools.jar to dependenciesMarco HunsickerResolvedWon't Fix2011-04-162017-02-10
GRADLE-1478Transitive dependency in classpath configuration of buildscript closure not excludedBenjamin MuschkoResolvedFixed2011-04-162013-01-04
GRADLE-1479OS-X OpenJDK7 Issue with libjnidispatch.dylibAdam MurdochRobert FischerResolvedFixed2011-04-162013-01-04
GRADLE-1480org.gradle.api.tasks.bundling.Jar#getVersion() returns wrong valuePeter NiederwieserMarco HunsickerResolvedNot A Bug2011-04-172013-01-04
GRADLE-1481ant.jar does not allow to specify manifest:attribute valuesAlexander KitaevResolvedWon't Fix2011-04-172017-02-10
GRADLE-1482links customization for eclipse plugin does not workSzczepan FaberSzczepan FaberResolvedFixed2011-04-172013-01-04
GRADLE-1483Tasks of type JavaExec fails to honor inputs/outputsLuke DaleyMagnus RundbergetResolvedFixed2011-04-182013-01-04
GRADLE-1484exclude a particular test from executionSzczepan FaberResolvedWon't Fix2011-04-182017-02-10
GRADLE-1485Snapshot dependency fails with "always" update strategyDaz DeBoerAlexander KitaevResolvedDuplicate2011-04-182013-01-04
GRADLE-1486Eclipse's targetCompatibility and sourceCompatibility should be assignable by simple typesSzczepan FaberSzczepan FaberResolvedFixed2011-04-192013-01-04
GRADLE-1487eclipse plugin does not honor minusConfigurations for file dependenciesSzczepan FaberSzczepan FaberResolvedFixed2011-04-202013-01-04
GRADLE-1488idea plugin does not honor the 'single file dependency'Szczepan FaberResolvedWon't Fix2011-04-202017-02-10
GRADLE-1489Assemble in Multi Project build does to muchAdam MurdochBas JansenResolvedFixed2011-04-212013-01-04
GRADLE-1490Method getGradleHomeDir() in Gradle.java shouldn't be deprecatedBenjamin MuschkoResolvedFixed2011-04-212013-01-04
GRADLE-1491Idea plugin does not honor the inheritOutputDirs propertySzczepan FaberSzczepan FaberResolvedFixed2011-04-232013-01-04
GRADLE-1492tooling api should use wrapper properties to determine gradle version to useAdam MurdochAdam MurdochResolvedFixed2011-04-242013-01-04
GRADLE-1493Execution of "tasks" task displays instructions that are clearly wrongPeter NiederwieserBlaine SimpsonResolvedNot A Bug2011-04-252013-01-04
GRADLE-1494Tooling api skeletal project tries to download dependenciesSzczepan FaberAdam MurdochResolvedFixed2011-04-262013-01-04
GRADLE-1495Maven publish fails for large artifact for password protected http/dav repositoryAdam MurdochResolvedWon't Fix2011-04-262017-02-10
GRADLE-1496sonar task fails with java.lang.OutOfMemoryError: PermGen spaceJoern HuxhornResolvedFixed2011-04-272013-01-04
GRADLE-1497"gradle install" fails with ClassCastErrorPeter NiederwieserLuke TaylorResolvedNot A Bug2011-04-272013-01-04
GRADLE-1498sonar task fails with ClassNotFoundException for SQL driverPeter NiederwieserDavid ResnickResolvedNot A Bug2011-04-272013-01-04
GRADLE-1499projectProperty setter of Sonar task adds to globalPropertiesPeter NiederwieserGary HaleResolvedFixed2011-04-282013-01-04
GRADLE-1500Generate project reports in xml formatAdam MurdochResolvedWon't Fix2011-04-282017-02-10
GRADLE-1501Compile task up-to-date checking is broken after changing gradle version until clean task is executedAdam MurdochResolvedDuplicate2011-04-292016-11-25
GRADLE-1502eclipse plugin creates incorrect .classpath when any source dir is externalSzczepan FaberSzczepan FaberResolvedFixed2011-04-302013-01-04
GRADLE-1503Eclipse classpath task doesn't respect transitive setting (regression)Bryan KellerResolvedWon't Fix2011-04-302017-02-10
GRADLE-1504IDEA plugin should add generated resources to the classpath used to execute testsSzczepan FaberAdam MurdochResolvedFixed2011-05-012013-01-04
GRADLE-1505org.gradle.api.internal.plugins.DefaultProjectsPluginContainer#hasPlugin should returns false if plugin class not present in classpathAdam MurdochFrederic SimonResolvedFixed2011-05-022013-01-04
GRADLE-1506Jar, War, Ear tasks should use UTF-8 as default for file and directory namingPaul MerlinMagnus RundbergetResolvedFixed2011-05-022016-05-18
GRADLE-1507Add ivy resolve times to --profile optionGlen StampoultzisResolvedDuplicate2011-05-022013-01-04
GRADLE-1508gradle occasionally leaves stale .classSzczepan FaberResolvedDuplicate2011-05-032017-01-16
GRADLE-1509Add ability to filter properties recursivelyErick DovaleResolvedWon't Fix2011-05-032017-02-10
GRADLE-1510Disable compile up-to-date checking failsMarco HunsickerResolvedFixed2011-05-042013-01-23
GRADLE-1511Gradle tests task hangs, when test throws a specific exception.Alexander KitaevResolvedFixed2011-05-042013-11-25
GRADLE-1512pom generation does not retain the correct order of dependenciesRuss EganResolvedWon't Fix2011-05-042017-02-10
GRADLE-1513Concurrency Bug With JUnit Test ListenerPeter NiederwieserRobert FischerResolvedFixed2011-05-052013-01-04
GRADLE-1514Ability to define properties on a Project from settings.gradleColin FindlayResolvedWon't Fix2011-05-052017-02-10
GRADLE-1515Provide a tooling api implementation which can be used in integration testsAdam MurdochResolvedFixed2011-05-062015-07-26
GRADLE-1516Daemon buildscript dependency classloader errorMarco HunsickerResolvedWon't Fix2011-05-062017-02-10
GRADLE-1517Apply statement not using script classpathMarco HunsickerResolvedWon't Fix2011-05-082017-02-10
GRADLE-1518Build should fail immediately once test failure is detectedIldiko Varga RobeyResolvedDuplicate2011-05-092017-02-02
GRADLE-1519SourceSets should understand the concept of generated resourceSzczepan FaberSzczepan FaberResolvedFixed2011-05-092013-01-04
GRADLE-1520make it possible to generate plugin documentationSzczepan FaberResolvedWon't Fix2011-05-092017-02-10
GRADLE-1521Have Antlr plugin add Antlr jar to Steve EbersoleResolvedWon't Fix2011-05-092017-02-10
GRADLE-1522repositories.ivy() does not support publishing to the local filesystemAdam MurdochAdam MurdochResolvedFixed2011-05-092013-01-04
GRADLE-1523Tests doesn't start when test target is invoked explicitlyAlexander KitaevResolvedWon't Fix2011-05-112017-02-10
GRADLE-1524Cannot call method from buildscript { } closurePeter NiederwieserAlexander KitaevResolvedNot A Bug2011-05-112013-01-04
GRADLE-1525ClassCastException doing integration testing via DefaultGradleConnectorMarco HunsickerResolvedWon't Fix2011-05-112017-02-10
GRADLE-1526java.util.ConcurrentModificationException when executing compileJavaccRobert FischerResolvedWon't Fix2011-05-112017-02-10
GRADLE-1527Tooling api throws exception when project contains a wrapper properties file generated by a version of Gradle < 0.9Szczepan FaberAdam MurdochResolvedFixed2011-05-112013-01-04
GRADLE-1528it should be possible to register the task that generates the resourceSzczepan FaberSzczepan FaberResolvedFixed2011-05-112013-10-18
GRADLE-1529Eclipse model built by the tooling api for a project which does not use the eclipse plugin lists tasks which cannot be executedSzczepan FaberAdam MurdochResolvedFixed2011-05-112013-01-04
GRADLE-1530Tooling api eclipse model should include the linked resources for the projectSzczepan FaberAdam MurdochResolvedFixed2011-05-112013-01-04
GRADLE-1531Compile seems to ignore options.encodingPeter RietzlerResolvedFixed2011-05-122013-01-04
GRADLE-1532Gradle throwing error when trying to execute parallel functional test with Selenium Grid and testNGAsmita VaidyaResolvedFixed2011-05-122013-01-04
GRADLE-1533Tooling API should return info on what Gradle distribution is being used by a given projectSzczepan FaberKris De VolderResolvedFixed2011-05-122013-01-04
GRADLE-1534Annotation to mark propertiesMarco HunsickerResolvedWon't Fix2011-05-122017-02-10
GRADLE-1535Tooling api should allow changing Gradle version / distribution in the wrapperKris De VolderResolvedWon't Fix2011-05-122017-02-10
GRADLE-1536Gradle Tooling API hangs building full Eclipse model for spring-data-mapping projectKris De VolderResolvedFixed2011-05-122013-01-04
GRADLE-1537Tooling API fails to build skeletal model for spring-data-mapping projectKris De VolderResolvedDuplicate2011-05-122013-01-04
GRADLE-1538Tooling API should provide information on Groovy nature and versionKris De VolderResolvedWon't Fix2011-05-122017-02-10
GRADLE-1539Tooling API should provide cancelation for long running operationsRadim KubackiKris De VolderResolvedFixed2011-05-122014-08-05
GRADLE-1540Tooling api should provide estimate of percentage complete for long running operationsAdam MurdochResolvedWon't Fix2011-05-122017-02-10
GRADLE-1541Tooling api should provide more feedback while resolving project dependenciesAdam MurdochResolvedWon't Fix2011-05-122017-02-10
GRADLE-1542Decorated objects created using ClassGenerator should implement Serializable if the undecorated object doesRené GröschkeResolvedWon't Fix2011-05-132017-02-10
GRADLE-1543Tooling API fails to connect to Gradle Daemon in execution environment that has network proxyKris De VolderResolvedWon't Fix2011-05-132017-02-10
GRADLE-1544Quality Plugin: Be able to declare codenarc versionHamlet D'ArcyResolvedFixed2011-05-142013-05-01
GRADLE-1545up-to-date check for Jar task does not work when osgi plugin is appliedLuke DaleyRené GröschkeResolvedFixed2011-05-142013-01-04
GRADLE-1546Provide a method that returns a path for storing project specific build data across builds.Hans DockterResolvedWon't Fix2011-05-142017-02-10
GRADLE-1547Provide reference for Ant-style pattern syntaxMarco HunsickerResolvedWon't Fix2011-05-152017-02-10
GRADLE-1548Cannot run 'gradle eclipse' successfully - insists dependencies are not foundAndrew ThorburnResolvedDuplicate2011-05-162013-01-04
GRADLE-1549XMLSchema 1.1 validation test failsJoe SchmetzerResolvedWon't Fix2011-05-162017-02-10
GRADLE-1550A few minor typos in the documentation...Brett L SchuchertResolvedWon't Fix2011-05-162017-02-10
GRADLE-1551typos in http://www.gradle.org/build_lifecycle.html Brett L SchuchertResolvedFixed2011-05-162013-05-01
GRADLE-1552Eclipse plugin generates absolute filenames in .classpath for local jar filesAlan KruegerResolvedNot A Bug2011-05-162013-01-04
GRADLE-1553-Dtest.single causes errors if there are projects with test tasks in buildSrcSzczepan FaberLuke DaleyResolvedWon't Fix2011-05-162014-11-06
GRADLE-1554Allow build to continue on test failure, yet still end with a failed statusLuke DaleyResolvedWon't Fix2011-05-162017-02-10
GRADLE-1555Programatic task depedencies not obeyed in tooling APIKris De VolderResolvedNot A Bug2011-05-162013-01-04
GRADLE-1556Gradle does not support proxy authentication using user/password system propertiesDaz DeBoerDaniel BeckResolvedFixed2011-05-162013-06-25
GRADLE-1557target directory error when copy file in task distZip of application pluginSky AoResolvedFixed2011-05-172013-01-04
GRADLE-1558improve application plugin to support to copy more files to distribution Luke DaleySky AoResolvedFixed2011-05-172013-01-04
GRADLE-1559buildSrc double compilation Greg GigonResolvedWon't Fix2011-05-172017-02-10
GRADLE-1560Tooling API should provide info on default tasksKris De VolderResolvedWon't Fix2011-05-172017-02-10
GRADLE-1561FileSnapshotter class cast exceptionAdam MurdochLee DickensonResolvedFixed2011-05-172013-01-04
GRADLE-1562NPE on running a taskphil swensonResolvedWon't Fix2011-05-182017-02-10
GRADLE-1563Javadoc Plugin does not generate correct command line options for tags and targletsPeter NiederwieserHoward M. Lewis ShipResolvedFixed2011-05-192013-01-04
GRADLE-1564Javadoc cut-n-paste error in org.gradle.api.tasks.testing.Test.useTestNG(Closure)Baron RobertsResolvedWon't Fix2011-05-222017-02-10
GRADLE-1565DSL documentation for eclipse plugin typosSzczepan FaberBaron RobertsResolvedFixed2011-05-222013-01-04
GRADLE-1566Copy filtering/expansion needs to be more selective on what content is filtered to avoid corrupting binary filesLuke DaleyResolvedFixed2011-05-222013-11-18
GRADLE-1567Cannot have more than one version of the same artifact with a different classifier in Ivy cache, causing unpredictable buildsDaz DeBoerLuke DaleyResolvedFixed2011-05-222013-01-04
GRADLE-1568FilterChain drops useful exception informationKarl GustafssonResolvedWon't Fix2011-05-232017-02-10
GRADLE-1569Allow shorthand to exclude transitive dependency using single string, rather than mapDaniel GredlerResolvedWon't Fix2011-05-232017-02-10
GRADLE-1570Allow shorthand to replace transitive dependency version with another versionDaniel GredlerResolvedFixed2011-05-232013-05-01
GRADLE-1571Ant target that depends on Gradle task breaks if Ant target includes .Mark JeffcoatResolvedDuplicate2011-05-232017-02-06
GRADLE-1572The current EclipseModel does not allow to define additional tasks like eclipseJdtThomas GlaeserResolvedWon't Fix2011-05-242013-01-04
GRADLE-1573'gradle dependencies' only shows dependencies for root projectPeter NiederwieserResolvedWon't Fix2011-05-242017-02-10
GRADLE-1574transitive = false should produce excludes for each dependency in POMPepper Lebeck-JobeLuke DaleyResolvedFixed2011-05-262016-03-29
GRADLE-1575compile dependencies mixed with groovy depencencies (commons cli)Daniel GredlerResolvedNot A Bug2011-05-262013-01-23
GRADLE-1576pdf formattingJohn WatsonResolvedWon't Fix2011-05-262017-02-10
GRADLE-1577JavaExec task doesn't seem to handle spaces in the executable path or in classpath. Jason HattonResolvedWon't Fix2011-05-272017-02-10
GRADLE-1578Gradle should attempt to translate Ivy version ranges to Maven compatible syntax where possibleRené GröschkeLuke DaleyResolvedFixed2011-05-292014-11-11
GRADLE-1579DSL guide samples should have syntax highlightingSzczepan FaberSzczepan FaberResolvedFixed2011-05-312013-01-04
GRADLE-1580Generating eclipse files for Gradle itself creates cyclic project dependencies between core and coreImplSzczepan FaberCarsten MjartanResolvedFixed2011-06-012013-01-04
GRADLE-1581Check for eclipse-wise cyclic dependenciesCarsten MjartanResolvedWon't Fix2011-06-012017-02-10
GRADLE-1582"XMLResultAggregator was not found" error when instantiating TestNG's junitreport taskRonald KurrResolvedWon't Fix2011-06-012017-02-10
GRADLE-1583Gradle doesn't support ivy configuration expressionSky AoResolvedFixed2011-06-012013-08-13
GRADLE-1584Groovy tests work under 1.0 milestone 3 but fail under milestone 4Alan KruegerResolvedWon't Fix2011-06-012017-02-10
GRADLE-1585NoSuchMethodError when running Sonar taskPeter NiederwieserPeter NiederwieserResolvedWon't Fix2011-06-012013-01-04
GRADLE-1586Tooling API should provide info on which output folder to useKris De VolderResolvedWon't Fix2011-06-022017-02-10
GRADLE-1587DependencyHandler does not have localGroovy() method, but default impl doesLuke DaleyResolvedFixed2011-06-042013-01-04
GRADLE-1588Add interface for tasks that produce a fileLuke DaleyResolvedWon't Fix2011-06-042017-02-10
GRADLE-1589Name the POM artifact in the Gradle build by what it will be published asLuke DaleyResolvedWon't Fix2011-06-042017-02-10
GRADLE-1590Moving class from src/main/groovy to src/main/java blows up buildAxel FontaineResolvedWon't Fix2011-06-052017-02-10
GRADLE-1591Adding a projectProperty to the Sonar configuration removes all default projectProperties that are added by the Plugin's conventionJoshua ShraderResolvedFixed2011-06-052013-01-04
GRADLE-1592Fail fast if a user tries to create a task via project.task(Map)Luke DaleyResolvedWon't Fix2011-06-062017-02-10
GRADLE-1593Tooling API should provide a way to create tasks and execute themKris De VolderResolvedWon't Fix2011-06-062017-02-10
GRADLE-1594Tooling API spawning 'runaway' daemon?Kris De VolderResolvedWon't Fix2011-06-062017-02-10
GRADLE-1595"failOnError" property on Gradle tasksEvgeny GoldinResolvedWon't Fix2011-06-062017-02-10
GRADLE-1596Exception raised inside JavaDoc generation result in just the exception name being printed, without a stack traceHoward M. Lewis ShipResolvedWon't Fix2011-06-062017-02-10
GRADLE-1597Custom configuration transitive dependency omitted due to project namingDaniel GredlerResolvedWon't Fix2011-06-072017-02-10
GRADLE-1598Compile dependencies dependent project may not become runtime dependencies in project that depends on itAlan KruegerResolvedWon't Fix2011-06-082017-02-10
GRADLE-1599Project transitive dependency resolution appears not to use repositories definition from dependent projectAlan KruegerResolvedWon't Fix2011-06-082017-02-10
GRADLE-1600Plugin Conflict: 'war' and 'eclipse' fail with compile fileTreeChristopher PaulickaResolvedCannot Reproduce2011-06-082013-01-04
GRADLE-1601Expose "OSGi" attributeRobert FischerResolvedWon't Fix2011-06-092017-02-10
GRADLE-1602cleanIdea should not trigger cleaning the workspace fileSzczepan FaberSzczepan FaberResolvedFixed2011-06-092013-01-04
GRADLE-1603Docs claim zip files go into sub-folder, but they go into project folderHoward M. Lewis ShipResolvedWon't Fix2011-06-092017-02-10
GRADLE-1604compiler error,when compile code like: public T parse(String response, Type type)Simon LeungResolvedWon't Fix2011-06-092017-02-10
GRADLE-1605"copy" task reporting up-to-dateBrian TreziseResolvedDuplicate2011-06-102016-09-05
GRADLE-1606A different dependency is downloaded instead of the declared dependencyClaude MamoResolvedFixed2011-06-102013-01-04
GRADLE-1607DefaultTaskDependency needs a better toString()Luke DaleyResolvedWon't Fix2011-06-132017-02-10
GRADLE-1608DefaultConfiguration.ArtifactsFileCollection should implement equals()Luke DaleyResolvedWon't Fix2011-06-132017-02-10
GRADLE-1609Daemon does not work with GrailsLuke DaleyLuke DaleyResolvedFixed2011-06-132013-01-04
GRADLE-1610no exception when task with the same name is addedSzczepan FaberResolvedNot A Bug2011-06-142013-01-04
GRADLE-1611Getting a path with backslashes where a path with slashes is expected in a ziptask with ziptree inputRic KlarenResolvedNot A Bug2011-06-142013-01-04
GRADLE-1612Add a zip() method to Project's DSLEvgeny GoldinResolvedWon't Fix2011-06-142017-02-10
GRADLE-1613Classpath entries generated by the Eclipse plugin are always exported="true"Szczepan FaberDavid GileadiResolvedFixed2011-06-142013-01-04
GRADLE-1614Eclipse plugin orders src/main/* before src/test/*Alan KruegerResolvedWon't Fix2011-06-142017-02-10
GRADLE-1615Support publication of artifacts to .gradle/cache for collaboration across projects without need for .m2Chris BeamsResolvedWon't Fix2011-06-142017-02-10
GRADLE-1616change the location of the project's .gradle cacheSzczepan FaberSzczepan FaberResolvedFixed2011-06-142013-01-04
GRADLE-1617Inconsistent behavior for MavenDeployer.addFilter on upload of multiple pomsDavide CavestroResolvedWon't Fix2011-06-152017-02-10
GRADLE-1618file.encoding System property (and GRADLE_OPTS) not passed to DaemonLuke DaleyDavid FogelResolvedFixed2011-06-152013-01-04
GRADLE-1619Provide infrastructure for plugin/task developers to execute gradle builds in a controlled manner for integration testingLuke DaleyLuke DaleyResolvedFixed2011-06-162015-08-04
GRADLE-1620Gradle does not execute testng test classes with just a org.testng.annotations.Factory annotationRic KlarenResolvedFixed2011-06-162013-01-24
GRADLE-1621Gradle Tooling API fails to build Eclipse model if it can't find source jars for dependenciesPeter NiederwieserKris De VolderResolvedFixed2011-06-172013-01-04
GRADLE-1622Gradle Tooling API EclipseModel silently drops dependencies if they only differ in classifierDaz DeBoerKris De VolderResolvedFixed2011-06-172013-01-04
GRADLE-1623task depends on should execute tasks in order specifiedphil swensonResolvedDuplicate2011-06-182013-01-04
GRADLE-1624eclipse's plugin referencedProjects do not workSzczepan FaberResolvedNot A Bug2011-06-182013-01-04
GRADLE-1625NoClassDefFound org.jaxen.XPath using Sonar pluginLuke DaleyOlivier GirardotResolvedWon't Fix2011-06-202015-04-30
GRADLE-1626Task dependency fail for external scriptsMax GarmashResolvedWon't Fix2011-06-202013-01-04
GRADLE-1627Corrupted cache exception on local diskAdam MurdochOlivier GirardotResolvedFixed2011-06-212013-01-04
GRADLE-1628Clean task doesn't delete classes directory if classesDir was setBenjamin MuschkoResolvedWon't Fix2011-06-212017-01-25
GRADLE-1629Provide supported mechanism for evaluating ProjectBuilder created projects (for plugin testing)Luke DaleyResolvedWon't Fix2011-06-212017-02-10
GRADLE-1631allow creating tasks using pathSzczepan FaberResolvedWon't Fix2011-06-222017-02-10
GRADLE-1632Add convenience methods to appropriate places to fail the buildLuke DaleyResolvedWon't Fix2011-06-232017-02-10
GRADLE-1633Allow the build to be failed in such a way that execution does not stopLuke DaleyResolvedWon't Fix2011-06-232017-02-10
GRADLE-1634AbstractTask#execute() should be final.Luke DaleyLuke DaleyResolvedFixed2011-06-232013-01-04
GRADLE-1635Expand in Copy Task should only replace variables that exist in the scopeJaniResolvedWon't Fix2011-06-232017-02-10
GRADLE-1636Create task for aggregating test results into a combined reportLuke DaleyResolvedFixed2011-06-232013-05-01
GRADLE-1637Support "skinny" deployed ears, where transitive dependencies of deployed modules are automatically put in the earlibDavid GileadiResolvedWon't Fix2011-06-232017-02-10
GRADLE-1638gradle --stop should be more forceful when daemon does not stop or is stuckAdam MurdochResolvedWon't Fix2011-06-232017-02-10
GRADLE-1639CommandLineIntegrationTest fails under windows unless default user Path contains location of correct jdkAdam MurdochSpencer AllainResolvedFixed2011-06-242013-01-04
GRADLE-1640StackOverflow in ear pluginDave CracauerResolvedFixed2011-06-242013-01-04
GRADLE-1641Provide some way for plugins to extend a domain object to add a namespace of properties and methodsAdam MurdochAdam MurdochResolvedFixed2011-06-242013-01-04
GRADLE-1642Maven plugin assumes the base plugin has been appliedLuke DaleyLuke DaleyResolvedFixed2011-06-242013-01-04
GRADLE-1643copy task does not copy empty dirs when no files presentPepper Lebeck-JobeSzczepan FaberResolvedDuplicate2011-06-252016-11-18
GRADLE-1644Allow to specify configuration(s) when running "gradle dependencies"Evgeny GoldinResolvedFixed2011-06-272013-05-01
GRADLE-1645Introduce callback on convention object configuration completedBaruch SadogurskyResolvedWon't Fix2011-06-272017-02-10
GRADLE-1646Copy tasks do not consider filter/expansion properties in up-to-date checksLuke DaleyResolvedDuplicate2011-06-272017-01-16
GRADLE-1647allow configuring wrapper with relative file path to distroSzczepan FaberSzczepan FaberResolvedFixed2011-06-282013-01-04
GRADLE-1648cleanWrapper leaves gradlew.bat and gradle directoryPhilip CrotwellResolvedWon't Fix2011-06-282017-02-10
GRADLE-1649Remove default exclude patterns for test tasksAdam MurdochLuke DaleyResolvedFixed2011-06-282013-01-04
GRADLE-1650Tooling API should provide info on Java version Kris De VolderResolvedWon't Fix2011-06-302017-02-10
GRADLE-1651Improve conventional configuration setup so not to encourage unnecessary artifacts being built as inter-project dependenciesLuke DaleyLuke DaleyResolvedFixed2011-06-302013-01-04
GRADLE-1652Environment not workingDonald KwakkelResolvedNot A Bug2011-07-012013-01-04
GRADLE-1653Add repository notation for github downloads.Luke DaleyResolvedWon't Fix2011-07-012013-05-01
GRADLE-1654GroovyDoc documentation has truncated text in the explanations columnsMatthew J. McCulloughResolvedWon't Fix2011-07-022017-02-10
GRADLE-1655idea plugin does not honor minusConfigurations for file dependenciesSzczepan FaberSzczepan FaberResolvedFixed2011-07-022013-01-04
GRADLE-1656The Checkstyle plugin doesn't support ommiting the console outputAndras MilassinResolvedFixed2011-07-042013-01-04
GRADLE-1657Confusing failure if trying to pass a wildcard as a parameter to fileTree()Dmitry JemerovResolvedWon't Fix2011-07-042017-02-10
GRADLE-1658.gradle/jna/libjnidispatch.so created in default user home dir, altough -g is usedStephane GallèsResolvedFixed2011-07-052014-04-20
GRADLE-1659Remove JAX Innovation Awards graphic from Gradle.org (competition has concluded)Hans DockterMatthew J. McCulloughResolvedFixed2011-07-052013-01-04
GRADLE-1660Add version number to footer of web siteMatthew J. McCulloughResolvedWon't Fix2011-07-052017-02-10
GRADLE-1661Configuration should expose its dependencies and artifacts as DomainObjectCollectionsLuke DaleyLuke DaleyResolvedFixed2011-07-052013-01-04
GRADLE-1662DomainObjectCollection should implement Set or CollectionLuke DaleyLuke DaleyResolvedFixed2011-07-052013-01-04
GRADLE-1663Gradle should provide an option to perform an Ivy deliver when producing the uploaded Ivy file for a moduleCarl QuinnResolvedWon't Fix2011-07-052017-02-10
GRADLE-1664Clarify the role of ConventionTaskLuke DaleyResolvedWon't Fix2011-07-052017-02-10
GRADLE-1665an example of running Selenium tests with GradleLuke DaleyTomek KaczanowskiResolvedWon't Fix2011-07-062013-01-04
GRADLE-1666ClassCastException in eclipse plugin, BigDecimal to org.gradle.api.JavaVersionSzczepan FaberPhilip CrotwellResolvedDuplicate2011-07-062013-01-04
GRADLE-1667gradle uses wrong Java version on MacOS X 10.5 and laterAdam MurdochKonrad HinsenResolvedFixed2011-07-072013-01-04
GRADLE-1668TaskExecutionGraph and TaskGraphExecuterBenjamin MuschkoTim BerglundResolvedFixed2011-07-072013-11-01
GRADLE-1669Application plugin script does not set Mac -Xdock:name correctlyAdam MurdochKelly RobinsonResolvedFixed2011-07-082013-01-04
GRADLE-1670OSGi plugin fails with ClassCastException if project.version has type other than StringPeter NiederwieserPeter NiederwieserResolvedFixed2011-07-082013-01-04
GRADLE-1671Add a simple way to create empty folders in copy and archive tasksRuss EganResolvedWon't Fix2011-07-102017-02-10
GRADLE-1672The "choice" command should not be used in gradle.batAdam MurdochOlivier LefevreResolvedFixed2011-07-112013-01-04
GRADLE-1673Cannot generate element in Maven POMRené GröschkeResolvedWon't Fix2011-07-132017-02-10
GRADLE-1674testCompile dependency is not included in the test scope of an idea project created by gradleMike MillsResolvedWon't Fix2011-07-152017-02-10
GRADLE-1675slow dependency resolution for certain snapshot dependenciesSzczepan FaberResolvedFixed2011-07-152013-01-04
GRADLE-1676IncompatibleClassChangeError is thrown when using Sonar plugin for GradleLuke DaleySwavek LorencResolvedWon't Fix2011-07-152015-04-30
GRADLE-1677Apply a plugin and add it's classpath dependency directly via a single Project.apply statementMerlyn Albery-SpeyerResolvedWon't Fix2011-07-162017-02-10
GRADLE-1678When using daemon, Zip task creates archive into ~/.gradle when destinationDir is not setDaz DeBoerResolvedFixed2011-07-192013-01-04
GRADLE-1679gradlew does not support HTTP proxy authenticationDaz DeBoerMatt StineResolvedFixed2011-07-202013-01-04
GRADLE-1680Eclipse plugin generates incorrect path for library javadocsAdam MurdochResolvedFixed2011-07-202013-01-04
GRADLE-1681Improve error message for task 'upload' if java.io.tmpdir does not existJochen HinrichsenResolvedWon't Fix2011-07-212017-02-10
GRADLE-1682Test classloader ordering seems to not be in parent firstFrédéric CamblorResolvedFixed2011-07-212016-09-13
GRADLE-1684make it possible to configure IDEA sdk with arbitrary nameSzczepan FaberSzczepan FaberResolvedFixed2011-07-222013-01-04
GRADLE-1685'properties' property in script does not include properties defined in gradle.propertiesAdam MurdochAdam MurdochResolvedFixed2011-07-242013-01-04
GRADLE-1686properties defined in root project's gradle.properties override those defined in subproject's gradle.propertiesAdam MurdochResolvedFixed2011-07-242013-01-04
GRADLE-1687ExtensionContainer should extend NamedDomainObjectContainerAdam MurdochResolvedWon't Fix2011-07-242017-02-10
GRADLE-1688Officially document tooling apiSzczepan FaberSzczepan FaberResolvedFixed2011-07-252013-01-04
GRADLE-1691Tooling API should accept all the parameters not task name onlySzczepan FaberGreg GigonResolvedFixed2011-07-262013-01-04
GRADLE-1692Tooling API should provide a classpath for build.gradle fileKris De VolderResolvedWon't Fix2011-07-262017-02-10
GRADLE-1693Tooling API should provide informatin about which Groovy compiler (version) should be used for parsing build.gradleKris De VolderResolvedWon't Fix2011-07-262017-02-10
GRADLE-1694'gradle dependencies' should include more informationSzczepan FaberResolvedWon't Fix2011-07-262017-02-10
GRADLE-1695buildNeeded and buildDependents tasks are not recursiveAdam MurdochAdam MurdochResolvedFixed2011-07-272013-01-04
GRADLE-1696Gradle 1.0-milestone-4 local cache structure changed cause the Arquillian test brokenDaz DeBoerWang LiyuResolvedNot A Bug2011-07-282013-08-02
GRADLE-16971.0-milestone-4 a lot slower than 1.0-milestone-3Adam MurdochRussel WinderResolvedFixed2011-07-282013-01-04
GRADLE-1698Gradle Sonar plugin fails to connect to SonarAustin AustinResolvedNot A Bug2011-07-282013-01-04
GRADLE-1699import fails for JavaPlugin in buildSrcAdam MurdochPhilip CrotwellResolvedFixed2011-07-282013-01-04
GRADLE-1700Tooling API M4 throws unsupported operation when getLinkedResources is called with an M3 distroKris De VolderResolvedWon't Fix2011-07-282017-02-10
GRADLE-1701Gradle 1.0-M4 fails to create HierarchicalEclipseProject for spring-integration projectAdam MurdochKris De VolderResolvedFixed2011-07-282013-01-04
GRADLE-1702Mapping of source folders and linked resources should try to avoid absolute paths (use path variables)Kris De VolderResolvedWon't Fix2011-07-282017-02-10
GRADLE-1703Please update the Gradle API to give Eclipse notification when the gradle model and errors need updating, Spring Eclipse team says the Gradle API needs to be expanded to handle thisDavid OliverResolvedWon't Fix2011-07-282017-02-10
GRADLE-1704Rendering of dates in "gradle -version"Russel WinderResolvedFixed2011-07-292013-05-20
GRADLE-1705propertiesReport task report warningDaz DeBoerWang LiyuResolvedFixed2011-07-292013-01-04
GRADLE-1706Gradle eclipse/idea plugin breaks when dependency sources jar is not found occasionallySzczepan FaberWang LiyuResolvedFixed2011-07-292013-01-04
GRADLE-1707Eclipse plugin should eliminate Eclipse warning: Classpath entry ... will not be exported or publishedSzczepan FaberDavid OliverResolvedDuplicate2011-07-302013-01-04
GRADLE-1708Can't specify more than one artifact pattern for ivy repositoriesDaz DeBoerLevi HoogenbergResolvedFixed2011-08-012013-01-04
GRADLE-1709Default 'runtime' configuration in the Java plugin should not extend 'compile', or have an easy way to override default behaviourRodion MoiseevResolvedNot A Bug2011-08-012013-01-23
GRADLE-1710TestNG test creation errors fail without test reportSzczepan FaberSzczepan FaberResolvedFixed2011-08-022013-11-19
GRADLE-1711Deprecation warnings are only displayed once for the lifetime of the gradle daemon, rather than on every executionDaz DeBoerDaz DeBoerResolvedFixed2011-08-032013-01-04
GRADLE-1712gradlew eclipse fails with NullPointerExceptionAdam MurdochIngo RichterResolvedFixed2011-08-032013-01-04
GRADLE-1713Running "./gradlew cleanIdea idea" task fails with Nullpointer Exception on gradle codebaseRené GröschkeResolvedDuplicate2011-08-032014-07-29
GRADLE-1714Remote repositories hit on every build despite cache causing significant performance degradationDoug LethinResolvedFixed2011-08-032013-01-04
GRADLE-1715gradleApi() pollutes compile time with runtime dependenciesHani SuleimanResolvedFixed2011-08-032016-05-04
GRADLE-1716Unable to run tests due to wharf exceptionsAdam MurdochSzczepan FaberResolvedFixed2011-08-042013-01-04
GRADLE-1717unable to resolve dependencies after clearing entire cacheAdam MurdochSzczepan FaberResolvedFixed2011-08-042013-01-04
GRADLE-1718CommonsHttpClientBackedRepository only expects HTTP 200 status code responsesDaz DeBoerPhil MessengerResolvedFixed2011-08-042013-01-04
GRADLE-1719The eclipseClasspath task generates incomplete .classpath entriesMarian SeitnerResolvedNot A Bug2011-08-042013-01-04
GRADLE-1720no stack trace when dependency resolution fails awkwardlyAdam MurdochSzczepan FaberResolvedFixed2011-08-042013-01-04
GRADLE-1721Gradle Tooling API M4 NPE while building full Eclipse model for spring-data-redis projectAdam MurdochKris De VolderResolvedFixed2011-08-042013-01-04
GRADLE-1722upgrade to groovy 1.8Adam MurdochResolvedFixed2011-08-042013-01-04
GRADLE-1723impossible to acquire lock problem when resolving dependenciesAdam MurdochSzczepan FaberResolvedFixed2011-08-052013-01-04
GRADLE-1724Dependency resolution against SSL repo hang and make m4 unusableDaz DeBoerHani SuleimanResolvedFixed2011-08-052013-01-04
GRADLE-1725Nested exception in failing test case causes ClassCastException in gradleCasey MoyaertResolvedWon't Fix2011-08-052017-02-10
GRADLE-1726Tooling API + M4 dependency resolution issuesKris De VolderResolvedCannot Reproduce2011-08-052013-07-28
GRADLE-1727Artifacts in the new cache has some issues with FileCollectionsAdam MurdochSzczepan FaberResolvedFixed2011-08-062013-01-04
GRADLE-1728Dependency resolver should have a short timeoutHani SuleimanResolvedWon't Fix2011-08-062017-02-10
GRADLE-1729Gradle blocks when run for for non-existing taskEvgeny GoldinResolvedDuplicate2011-08-062013-01-04
GRADLE-1730Cannot use $GRADLE_OPTS or $JAVA_OPTS to pass arguments containing whitespace to jvm from Gradle scriptsAdam MurdochAdam MurdochResolvedFixed2011-08-072013-01-04
GRADLE-1731Can't use groovy ruleset configuration for CodeNarcLevi HoogenbergResolvedWon't Fix2011-08-082017-02-10
GRADLE-1732CommonsHttpClientBackedRepository doesn't support version rangesPhil MessengerResolvedFixed2011-08-082013-01-04
GRADLE-1733Internal error Peter NiederwieserKonrad HinsenResolvedNot A Bug2011-08-082013-01-04
GRADLE-1734eclipse/idea plugin fails miserably when input metadata files were tinkered withSzczepan FaberSzczepan FaberResolvedFixed2011-08-082013-01-04
GRADLE-1735ClassCastException: DefaultFileSnapshotter$FileCollectionSnapshotImpl cannot be cast to OutputFilesSnapshotter$OutputFilesSnapshotEvgeny GoldinResolvedDuplicate2011-08-082013-01-04
GRADLE-1736idea/eclipse plugin fails fast when some dependency is unresolvedSzczepan FaberSzczepan FaberResolvedFixed2011-08-092013-01-04
GRADLE-1737GroovyCompile task ignores AST transforms when fork=falsePeter NiederwieserResolvedFixed2011-08-092013-01-04
GRADLE-1738class org.dom4j.io.SAXReader cannot be resolvedMartin KováčikResolvedNot A Bug2011-08-102013-01-04
GRADLE-1739Add a factory method named "create" to DependencyHandler that allows to create dependencies without immediately adding them to a configurationPeter NiederwieserPeter NiederwieserResolvedFixed2011-08-102013-01-04
GRADLE-1740Make it possible to retrieve version of locally available gradle installation via the gradle tooling apiDenis ZhdanovResolvedWon't Fix2011-08-112017-02-10
GRADLE-1741Expose remotely available gradle versions via the tooling apiDenis ZhdanovResolvedWon't Fix2011-08-112017-01-16
GRADLE-1742Allow maximum number of CodeNarc violations to be configurableRené GröschkeLevi HoogenbergResolvedFixed2011-08-112013-05-19
GRADLE-1743Provide a way to view Java stubs generated by groovyc joint compilationPeter NiederwieserResolvedFixed2011-08-112013-01-04
GRADLE-1744NullPointerException in MasterDirSettingsFinderStrategy.findBeyondCurrentDirBen JansenResolvedWon't Fix2011-08-112017-02-10
GRADLE-1745NPE in client when daemon crashesAdam MurdochResolvedFixed2011-08-122013-01-04
GRADLE-1746Change Gradle's built-in plugins to use DSL extensions instead of convention objectsAdam MurdochResolvedWon't Fix2011-08-142017-02-10
GRADLE-1747daemon process has a different working directory to that of the clientAdam MurdochResolvedFixed2011-08-142013-01-04
GRADLE-1748Cannot run more than one build at a time when using the daemonSzczepan FaberAdam MurdochResolvedFixed2011-08-142013-01-04
GRADLE-1749Provide support for optional dependencies and reflect in generated Maven metadataChris BeamsResolvedDuplicate2011-08-152016-11-17
GRADLE-1750CLONE - Resolve performance is still slow for project dependencies when they are deeply nested.Hans DockterMarius KotsbakResolvedWon't Fix2011-08-162017-02-10
GRADLE-1751Improve error message when pom validation failsAdam MurdochResolvedWon't Fix2011-08-162017-02-10
GRADLE-1752Hang in Ivy and/or WharfAdam MurdochJoern HuxhornResolvedFixed2011-08-182013-01-04
GRADLE-1753Repeated EOFException during comunication with daemongabriele garuglieriResolvedWon't Fix2011-08-192017-02-10
GRADLE-1754Not able to reconnect to a running daemongabriele garuglieriResolvedDuplicate2011-08-192013-01-04
GRADLE-1755Sonar plugin prints error messages for Java project with tests written in a different language (e.g. Groovy)Luke DaleyPeter NiederwieserResolvedWon't Fix2011-08-192015-04-30
GRADLE-1756OS X dock name incorrect with 'application' pluginAdam MurdochBernhard WoditschkaResolvedFixed2011-08-192013-01-04
GRADLE-1757Changes to the java version specified in JAVA_HOME or PATH are not honoured when using the daemonAdam MurdochResolvedFixed2011-08-202013-01-04
GRADLE-1758tooling api fails to download snapshot distributionSzczepan FaberSzczepan FaberResolvedFixed2011-08-202013-01-04
GRADLE-1759daemons never expireSzczepan FaberSzczepan FaberResolvedNot A Bug2011-08-202013-01-04
GRADLE-1760repositories.ivy() should not cache local artifactsAdam MurdochAdam MurdochResolvedFixed2011-08-202013-01-04
GRADLE-1761Tooling api SimpleIdeaProject should include information about dependencies, tooDenis ZhdanovResolvedWon't Fix2011-08-222017-02-10
GRADLE-1762Changes to environment variables are not made visible when using the daemonAdam MurdochResolvedFixed2011-08-222013-01-04
GRADLE-1763Daemon processes are left unusable when the daemon registry directory (under GRADLE_USER_HOME) is deletedEric WendelinAdam MurdochResolvedFixed2011-08-222016-05-27
GRADLE-1764Default artifacts are not returned when combined with classifier artifacts when using flatdir repositoryDaz DeBoerResolvedFixed2011-08-242014-04-10
GRADLE-1765Gradle Tooling API not obeying Gradle Wrapper settings for subprojects Kris De VolderResolvedFixed2011-08-252013-01-04
GRADLE-1766A dependecy on sourceset.classes breaks GradleDependencies classpath container in Eclipse/STSKris De VolderResolvedWon't Fix2011-08-252016-09-01
GRADLE-1767non-existent build file given with longer path causes exeption - instead of reporting "file XYZ does not exist" errorVilem BenesResolvedWon't Fix2011-08-262017-02-10
GRADLE-1768Cache the result of "apply from:" when the target is a url to allow offline buildsChris BeamsResolvedDuplicate2011-08-262017-02-08
GRADLE-1769defaultTasks only takes string argumentsRussel WinderResolvedWon't Fix2011-08-272017-02-10
GRADLE-1770eclipse-wtp plugin doesn't respect webAppDirNameSzczepan FaberAndrew OberstarResolvedFixed2011-08-292013-01-04
GRADLE-1771Tooling API should start daemon with -client option (or at least provide a way to control options passed to daemon process)Szczepan FaberKris De VolderResolvedFixed2011-08-292013-01-04
GRADLE-1772Gradle wrapper download/installation should be quiet if script was invoked with -qLuke DaleyResolvedWon't Fix2011-08-302017-02-10
GRADLE-1773Allow disabling snapshot resolution against individual MavenRepo entriesChris BeamsResolvedWon't Fix2011-08-302017-02-10
GRADLE-1774Gradle truncates values of system and project properties passed from the command line if they contain an equals signRené GröschkePeter NiederwieserResolvedFixed2011-08-312013-01-04
GRADLE-1775Thread hanging issues in org.gradle.util.LinePerThreadBufferingOutputStreamSteve EbersoleResolvedWon't Fix2011-08-312017-02-10
GRADLE-1776Gradle should degrade gracefully if jna integration is not available for the current platformAdam MurdochResolvedFixed2011-08-312013-01-04
GRADLE-1777Tooling API model should allow determine the type of a dependencyKris De VolderResolvedWon't Fix2011-08-312017-02-10
GRADLE-1778Asynchronous processing of FileTree elementsStefan KendallResolvedWon't Fix2011-09-012017-02-10
GRADLE-1779ResolvedConfiguration.getResolvedArtifacts() contains duplicatesPeter NiederwieserResolvedFixed2011-09-012013-01-04
GRADLE-1780Classpath for Eclipse plugin and Tooling API is incompleteKris De VolderResolvedWon't Fix2011-09-012017-02-10
GRADLE-1781Maven resolver does not find maven snapshots with uniqueVersion = true (which is the default value for the maven deployer) and latest selectedRicardo TorresResolvedFixed2011-09-032013-01-04
GRADLE-1782Idea plugin: use 'project library' instead of 'single module entry' librariesDenis ZhdanovResolvedWon't Fix2011-09-052017-02-10
GRADLE-1783Gradle unix scripts does not work on platforms when bash is not availableBenjamin MuschkoAdam MurdochResolvedFixed2011-09-062015-04-02
GRADLE-1784Support @Input's of type ConfigurationPeter NiederwieserResolvedWon't Fix2011-09-062016-06-01
GRADLE-1785When running the tests in debug mode, set maxParallelForks to 1Adam MurdochAdam MurdochResolvedFixed2011-09-062013-01-04
GRADLE-1786Throw an exception if a convention with the same name already existsPeter NiederwieserResolvedWon't Fix2011-09-072017-02-10
GRADLE-1787Gradle copy task hangs on Windows XP when copying to networkSteven DickResolvedWon't Fix2011-09-082017-02-10
GRADLE-1788Allow ivy artifact patterns to be specified for repositories.ivy().Daz DeBoerAdam MurdochResolvedFixed2011-09-112013-01-04
GRADLE-1789Repositories.ivy() does not handle dynamic revisionsAdam MurdochResolvedFixed2011-09-112013-01-04
GRADLE-1790Make it easy to configure an ivy repository with standard patterns and a root urlDaz DeBoerDaz DeBoerResolvedFixed2011-09-122013-01-04
GRADLE-1791Gradle M5 snapshot Tooling API Fails to build Hierarchical Eclipse project for spring-securitySzczepan FaberKris De VolderResolvedWon't Fix2011-09-122013-01-04
GRADLE-1792Tooling API always returns eclipse tasks even when eclipse plugin is not applied.Kris De VolderResolvedDuplicate2011-09-122013-01-04
GRADLE-1793Tooling API should provide a way to run tasks equivalent to commandline gradleKris De VolderResolvedFixed2011-09-122014-04-15
GRADLE-1794Gradle does not download transitive dependencies that are in subsequent mavenRepo urlsMatt CallananResolvedNot A Bug2011-09-142013-01-04
GRADLE-1795M5: Plugins installed in [gradle_home]/lib/plugins not included in classpath.Eric BerryResolvedWon't Fix2011-09-142017-02-10
GRADLE-1796Update user guide to explain how to get POMs from multiple Maven reposMatt CallananResolvedWon't Fix2011-09-142017-02-10
GRADLE-1797tooling api should not reset java logging when embeddedSzczepan FaberSzczepan FaberResolvedFixed2011-09-152013-01-04
GRADLE-1798Dependency resolution sometimes fails when using the daemon due to $userHome/caches/artifacts/resolved-[org]-[module]-[revision].xml being lockedAdam MurdochResolvedFixed2011-09-152013-01-04
GRADLE-1799No feedback provided to user when daemon fails to startSzczepan FaberAdam MurdochResolvedFixed2011-09-182013-01-04
GRADLE-1800Tooling API: Sporadic model-build failures because of LinkedList.remove => NoSuchElementException Szczepan FaberKris De VolderResolvedFixed2011-09-202013-01-04
GRADLE-1801Could not open cache directory ... taskArtifactsBasile ChandesrisResolvedFixed2011-09-202013-01-04
GRADLE-1802up-to-date checking should not unpack archives when a zipTree() or tarTree() is used as inputAdam MurdochResolvedFixed2011-09-202016-02-12
GRADLE-1803Gradle Groovy compilation broken with Groovy 1.8.3. snapshotsGraeme RocherResolvedIncomplete2011-09-222013-01-23
GRADLE-1804Allow to pass command line arguments to a taskPhilippe LhosteResolvedWon't Fix2011-09-222017-02-10
GRADLE-1805Allow users to define custom dependency resolversDumitru DaniliucResolvedWon't Fix2011-09-222017-02-10
GRADLE-1806The Gradle JIRA at Codehaus still existsRussel WinderResolvedFixed2011-09-262013-01-04
GRADLE-1807Gradle refuses to install on Debian TestingRussel WinderResolvedFixed2011-09-262013-01-04
GRADLE-1808GradleLauncher.getBuildAndRunAnalysis() should invoke TaskExecutionGraph.whenReady callbacksPeter NiederwieserResolvedWon't Fix2011-09-262017-02-10
GRADLE-1809Provide a way to create an empty FileTreePeter NiederwieserResolvedWon't Fix2011-09-262017-02-10
GRADLE-1810Provide a mutable FileTreePeter NiederwieserResolvedWon't Fix2011-09-262017-02-10
GRADLE-1811It is not possible to generate the ivy.xml file without publishing the projectSzczepan FaberResolvedFixed2011-09-262013-01-17
GRADLE-1812Provide a configuration flag on the compile task to fail the compile task if there are compiler warningsEtienne StuderResolvedWon't Fix2011-09-272013-01-23
GRADLE-1813Sonar fails on nested multiproject buildsRené GröschkeResolvedNot A Bug2011-09-282013-01-04
GRADLE-1814change of includeEmptyDirs property is not considered an input change to copy operationsEtienne StuderResolvedWon't Fix2011-09-282017-02-10
GRADLE-1815Passing a closure to Project.fileTree() yields a FileTree that always resolves to zero filesLuke DaleyPeter NiederwieserResolvedFixed2011-09-282013-01-04
GRADLE-1816Tooling API: don't expose project source dir as a dependencyDenis ZhdanovResolvedNot A Bug2011-09-292013-09-03
GRADLE-1817Tooling API: keep source roots in sync with content rootDenis ZhdanovResolvedWon't Fix2011-09-292017-02-10
GRADLE-1818Allow stdin of client to be available via System.in when running in the daemonAdam MurdochResolvedFixed2011-09-302013-01-04
GRADLE-1819daemon allows unauthenticated access from local machineAdam MurdochResolvedWon't Fix2011-09-302017-02-10
GRADLE-1820ivy.xml produced by gradle does not contain configuration.transitive informationSzczepan FaberResolvedCannot Reproduce2011-10-052013-01-04
GRADLE-1821Google Closure compiler plug-inBen McCannResolvedWon't Fix2011-10-062017-02-10
GRADLE-1822testng configuration failures resulting in skipped tests do not fail the buildPeter NiederwieserDoug LethinResolvedFixed2011-10-072014-06-17
GRADLE-1823Running gradlew wrapper on windows puts windows backslashes in unix gradlew filePaul KingResolvedFixed2011-10-102013-01-04
GRADLE-1824"tasks" task hides tasks intended for public executionBlaine SimpsonResolvedWon't Fix2011-10-112017-02-10
GRADLE-1825importBuild creates redundant tasks for simple imported TargetsBlaine SimpsonResolvedWon't Fix2011-10-112017-02-10
GRADLE-1826hasProperty() does not work in allprojects and subprojects closures with command line or explicitly set earlierSpencer AllainResolvedFixed2011-10-112017-01-16
GRADLE-1827Project.getProperty() could be overloaded to have an optional object argument for the default returnSpencer AllainResolvedWon't Fix2011-10-112017-02-10
GRADLE-1828Document task-specific switch featureBlaine SimpsonResolvedWon't Fix2011-10-112017-02-10
GRADLE-1829ant.importBuild should support tags in the Ant build fileBlaine SimpsonResolvedWon't Fix2011-10-112017-02-10
GRADLE-1830copy / archive tasks include redundant directoriesSzczepan FaberResolvedWon't Fix2011-10-132017-02-10
GRADLE-1831TaskContainer.remove() succeeds but doesn't have any effectPeter NiederwieserResolvedWon't Fix2011-10-132017-02-10
GRADLE-1832Provide convention property for source file encodingPeter NiederwieserResolvedWon't Fix2011-10-132017-02-10
GRADLE-1833NPE when attempting to build a model through tooling api when specified project directory does not existAdam MurdochResolvedWon't Fix2011-10-132017-02-10
GRADLE-1834Tooling API should handle the case where gradle-wrapper.properties is in a non-standard locationAdam MurdochResolvedWon't Fix2011-10-132017-02-10
GRADLE-1835Eclipse plugin doesn't update .classpath properly if build has dependency on project with different JAR versionJeff SussnaResolvedWon't Fix2011-10-142017-02-10
GRADLE-1836Allow arbitrary model properties to be set from the command line with -PPeter NiederwieserResolvedWon't Fix2011-10-152017-02-10
GRADLE-1837'compile project' dependency not working under milestone-5 snapshotChris BeamsResolvedFixed2011-10-152013-01-04
GRADLE-1838Artifacts are missing when meta-data declares multiple artifacts with same name, type and extension but different classifierAdam MurdochResolvedFixed2011-10-162013-01-04
GRADLE-1839daemon should restart when heap or permspace is fullAdam MurdochResolvedWon't Fix2011-10-162017-02-10
GRADLE-1840The Javadoc task doesn't handle custom taglets correctlyDumitru DaniliucResolvedFixed2011-10-172013-01-04
GRADLE-1841Tooling API: correct idea module compile output path processingDenis ZhdanovResolvedWon't Fix2011-10-182017-02-10
GRADLE-1842Resolution does not fail when dependency with classifier refers to an artifact that does not existAdam MurdochResolvedFixed2011-10-182013-01-04
GRADLE-1843Crash on dangling symlink: "Could not list contents of X"Greg WardResolvedDuplicate2011-10-192017-02-08
GRADLE-1844Idea plugin: Using a pathVariable breaks library referencesRené GröschkeAdrian AbrahamResolvedFixed2011-10-192013-01-04
GRADLE-1845'signing' plugin is incompatible with 'artifactory' pluginChris BeamsResolvedWon't Fix2011-10-192017-02-10
GRADLE-1846Idea plugin: allow to define compiler excludes and resource patternsDenis ZhdanovResolvedWon't Fix2011-10-192017-02-10
GRADLE-1847Tooling API: expose idea compiler resource patterns and excludestooDenis ZhdanovResolvedWon't Fix2011-10-192017-02-10
GRADLE-1848Tooling API: Provide fine-grained dependency resolving notification callbacktoolDenis ZhdanovResolvedWon't Fix2011-10-202017-02-10
GRADLE-1849Tooling API: expose information about idea module file (*.iml) locationDenis ZhdanovResolvedWon't Fix2011-10-202017-02-10
GRADLE-1850Tooling API: Provide module groups support for IntelliJ IDEA integrationDenis ZhdanovResolvedWon't Fix2011-10-202017-02-10
GRADLE-1851Tooling API: Expose project compile output path for IntelliJ IDEA integrationDenis ZhdanovResolvedWon't Fix2011-10-202017-02-10
GRADLE-1852Tooling API: Allow custom jdk location definition for IntelliJ IDEA integrationSzczepan FaberDenis ZhdanovResolvedDuplicate2011-10-202013-01-04
GRADLE-1853Copying a configuration does not copy the exclude rules from parent configurationsLuke DaleyLuke DaleyResolvedFixed2011-10-202013-01-04
GRADLE-1854GUI needs task-interrupt ability to be useful for significant build workBlaine SimpsonResolvedNot A Bug2011-10-202013-01-04
GRADLE-1855GUI property-setting ability is inadequateBlaine SimpsonResolvedWon't Fix2011-10-202017-01-16
GRADLE-1856Tooling API: Make it possible to get IntelliJ IDEA view to the gradle projectSzczepan FaberDenis ZhdanovResolvedFixed2011-10-202013-01-04
GRADLE-1857source(someDir) is not adding the directory to the set of sources, instead is clobbering itDavid KowisResolvedFixed2011-10-202013-01-04
GRADLE-1858global tasksphil swensonResolvedWon't Fix2011-10-212017-02-10
GRADLE-1859overwrite of compileJava task breaks java task ordering for multi-project builds Scott YanceyResolvedWon't Fix2011-10-212017-02-10
GRADLE-1860TestNG 6.3 is not supportedPeter NiederwieserNikolay RybakResolvedFixed2011-10-222013-01-04
GRADLE-1861GUI silently ignores task arguments in invocatoinBlaine SimpsonResolvedWon't Fix2011-10-222017-01-16
GRADLE-1862Don't run redundant 'tasks' task automatically for GUIBlaine SimpsonResolvedWon't Fix2011-10-222017-01-16
GRADLE-1863--gui and -P switches incompatibleBlaine SimpsonResolvedWon't Fix2011-10-232017-01-16
GRADLE-1864-Dtest.single doesn't work for custom taskLuke DaleyŁukasz LichotaResolvedNot A Bug2011-10-242013-01-04
GRADLE-1865Project dependencies of zip files no longer seem to work with m5Luke DaleyLuke DaleyResolvedFixed2011-10-242013-01-04
GRADLE-1866Eclipse Plugin Documentation: Wrong link for property "outputFile"Michael OberwasserlechnerResolvedFixed2011-10-252013-01-04
GRADLE-1867Assure that "outputFile" is not a directoryMichael OberwasserlechnerResolvedWon't Fix2011-10-252017-02-10
GRADLE-1868TestNG method with parameters name should be logged with parametersDenis StepanovResolvedFixed2011-10-262013-09-03
GRADLE-1869Tooling API: should provide info on "exclude" elements of source folders Kris De VolderResolvedWon't Fix2011-10-262017-02-10
GRADLE-1870GUI "find in output" function badly brokenBlaine SimpsonResolvedWon't Fix2011-10-262017-01-16
GRADLE-1871Parsing bug in org.gradle.wrapper.GradleWrapperMainLuke DaleyBlaine SimpsonResolvedFixed2011-10-262013-01-04
GRADLE-1872Regular use of eclipse tooling api leads to deprecation warningsLuke DaleySzczepan FaberResolvedFixed2011-10-272013-01-04
GRADLE-1873GUI needs mnemonic shortcuts, at least thost for universal functionsBlaine SimpsonResolvedWon't Fix2011-10-272017-01-16
GRADLE-1874Tooling API: Avoid MissingPropertyException working with IntelliJ IDEA modelDenis ZhdanovResolvedNot A Bug2011-10-272013-01-04
GRADLE-1875Cannot use EclipseProject.getGradleProject() or acquire GradleProject model for pre-m5 Gradle versionsSzczepan FaberAdam MurdochResolvedFixed2011-10-272013-01-04
GRADLE-1876Aggregation of javadocs in muli-project build is cumbersomeJordan ZimmermanResolvedWon't Fix2011-10-292017-02-10
GRADLE-1877Parsing bug with open brace placementJordan ZimmermanResolvedWon't Fix2011-10-292017-02-10
GRADLE-1878milestone 5 broke PgpPluginBlaine SimpsonResolvedNot A Bug2011-10-302013-01-04
GRADLE-1879org.junit.Assume isn't handled correctly sometimes Andrew SpinaResolvedWon't Fix2011-10-302013-01-04
GRADLE-1880Eclipse task should warn the user when a web application relies on a module without eclipse-wtp plugin appliedSune WettersteenResolvedWon't Fix2011-11-012017-02-06
GRADLE-1881The Eclipse WTP plugin uses project name rather than eclipse project name when adding dependent modulesSzczepan FaberSune WettersteenResolvedFixed2011-11-012013-01-04
GRADLE-1882Provide repositories.maven(Map) overloadPeter NiederwieserResolvedWon't Fix2011-11-012017-02-10
GRADLE-1883Provide a way to disable the default excludes on a FileTree without disabling the global excludes for all PatternSet instancesMauro MolinariResolvedDuplicate2011-11-012017-02-07
GRADLE-1884gradle eclipseClasspath should add output directory of build/classes by default, not binTim MyerResolvedWon't Fix2011-11-022013-01-04
GRADLE-1885Jar task should not create build/tmp/x directory when it's not executedLuke DaleyMatias BjarlandResolvedFixed2011-11-022013-01-04
GRADLE-1886gradle wrapper should set up java params in generated scriptsphil swensonResolvedWon't Fix2011-11-022017-02-10
GRADLE-1887checkstyle*.ignoreFailures = trueChris JonesResolvedFixed2011-11-032013-01-04
GRADLE-1888Disable stdout for checkstyle tasksChris JonesResolvedFixed2011-11-032013-01-17
GRADLE-1889up-to-date checks for checkstyle tasksChris JonesResolvedNot A Bug2011-11-032013-01-04
GRADLE-1890Daemon should die more quickly when there are multiple instances runningAdam MurdochResolvedWon't Fix2011-11-032017-02-10
GRADLE-1891Daemon management should consider daemons for all Gradle versionsAdam MurdochResolvedWon't Fix2011-11-032017-02-10
GRADLE-1892Gradle build time should always print in UTCLuke DaleyLuke DaleyResolvedFixed2011-11-042013-01-04
GRADLE-1893Gradle gradle-1.0-milestone-5 breaks testing of plugins not in the org.gradle package namespaceFrederick StaatsResolvedFixed2011-11-042013-01-04
GRADLE-1894Gradle trying to download sources & javadocs for all dependencies results in a very slow buildraja chawatResolvedFixed2011-11-042016-01-14
GRADLE-1895version conflict reporting/listeningSzczepan FaberSzczepan FaberResolvedFixed2011-11-052013-01-04
GRADLE-1896Dependency exclusions not working in 1.0-milestone-6Kelly RobinsonResolvedFixed2011-11-052013-01-04
GRADLE-1897Don't attempt to resolve static dependency which will be evictedAdam MurdochAdam MurdochResolvedFixed2011-11-062013-01-04
GRADLE-1898Runtime dependency ignored when another dependency already depends on a different configuration of the same dependency which is processed firstMauro MolinariResolvedFixed2011-11-072013-01-04
GRADLE-1899fail on version conflictSzczepan FaberSzczepan FaberResolvedFixed2011-11-072013-01-04
GRADLE-1900Apply the repo location from the maven config in mavenLocal()Peter NiederwieserMike M.ResolvedFixed2011-11-082013-01-04
GRADLE-1901Allow access to gradle's internal jetty classes for customization of Jetty tasksLuke TaylorResolvedWon't Fix2011-11-082017-01-16
GRADLE-1902Gradle hangs when running TestNG on FreeBSDNikita SkvortsovResolvedWon't Fix2011-11-082017-02-10
GRADLE-1903Test Task failureAndrew DeclercqResolvedWon't Fix2011-11-082017-02-10
GRADLE-1904Log exceptions of failing tests to consolePeter NiederwieserResolvedFixed2011-11-082013-01-04
GRADLE-1905Test reports should only show actual exception but not PlaceholderExceptionPeter NiederwieserPeter NiederwieserResolvedFixed2011-11-082013-01-04
GRADLE-1906Can create infinite loop taskJordan ZimmermanResolvedWon't Fix2011-11-082017-02-10
GRADLE-1907Avoid unnecessary dependency downloads through checksum comparisonDaz DeBoerChris BeamsResolvedFixed2011-11-082013-01-04
GRADLE-1908Gradle should expire and prune old entries from the cache, to prevent it from growing indefinitelyDaz DeBoerResolvedWon't Fix2011-11-092017-02-10
GRADLE-1909Problem compiling a Groovy project when a Groovy class from src/main/groovy imports a Java nested interface in src/main/javaMauro MolinariResolvedNot A Bug2011-11-102013-01-23
GRADLE-1910Task should be considered out-of-date when its implementation classpath changesLóránt PintérAdam MurdochResolvedFixed2011-11-102017-01-25
GRADLE-1911Allow conflicting modules to be declaredAdam MurdochResolvedWon't Fix2011-11-102017-02-10
GRADLE-1912Project Dependency for ear / war not workingGeorg FleischerResolvedDuplicate2011-11-102017-02-07
GRADLE-1913Iterating over runtime dependencies of a project unless a required project has been built, makes the required project JAR not being shown as a dependencyMauro MolinariResolvedWon't Fix2011-11-102017-01-18
GRADLE-1914The build daemon should ensure that thread locals left hanging around after a build are cleared outLuke DaleyResolvedWon't Fix2011-11-102017-02-10
GRADLE-1915Use a reasonable name for the main thread that runs testsAdam MurdochResolvedFixed2011-11-102013-01-04
GRADLE-1916NPE when the version selected by conflict resolution does not existAdam MurdochResolvedFixed2011-11-102013-01-04
GRADLE-1917Relative artifactPattern/ivyPattern doesn't work for "ivy" repository with "maven" layoutPeter NiederwieserResolvedWon't Fix2011-11-112017-02-10
GRADLE-1918Provide ability to override artifactPattern/ivyPattern of "ivy" repositoryPeter NiederwieserResolvedWon't Fix2011-11-112017-02-10
GRADLE-1919Provide "m2compatible" property for IvyArtifactRepositoryPeter NiederwieserResolvedFixed2011-11-112013-01-04
GRADLE-1920Set up (nightly?) builds that 1. start from empty Gradle cache 2. compile/run against latest Groovy snapshot (1.8.x)Peter NiederwieserPeter NiederwieserResolvedWon't Fix2011-11-112017-02-10
GRADLE-1921Add Support for Findbugs, JDepend, and PMDAndrew OberstarResolvedFixed2011-11-112013-01-04
GRADLE-1922Build announcements should not fail if notify-send is not in the pathAdam MurdochAdam MurdochResolvedFixed2011-11-122013-01-04
GRADLE-1923Dependency resolution fails due to broken/missing version that has been evictedAdam MurdochResolvedFixed2011-11-122013-01-04
GRADLE-1924Build failsSelvin GeorgeResolvedFixed2011-11-132013-01-04
GRADLE-1925Gradle cannot download dependencies when user name in Windows has a non ASCII character Michal JedynakResolvedWon't Fix2011-11-132017-02-10
GRADLE-1926Twitter announcer does not check request status codeAdam MurdochResolvedWon't Fix2011-11-132017-02-10
GRADLE-1927Maven unique snapshots are not resolved using 'additionalUrls' for maven repositoryDaz DeBoerResolvedWon't Fix2011-11-142017-02-10
GRADLE-1928NPE when a dependency refers to a configuration that does not exist in the target module versionAdam MurdochResolvedWon't Fix2011-11-142017-02-10
GRADLE-1929Support a configurations block inside a buildscript blockDaz DeBoerResolvedWon't Fix2011-11-142017-02-10
GRADLE-1930java.lang.ClassCastException: org.gradle.api.internal.changedetection.DefaultFileSnapshotter$FileCollectionSnapshotImpl cannot be cast to org.gradle.api.internal.changedetection.OutputFilesSnapshotter$OutputFilesSnapshotRatnesh DeepakResolvedDuplicate2011-11-152013-01-04
GRADLE-1931Settings from gradle.properties are being ignoredStefan SchlottResolvedWon't Fix2011-11-152017-02-10
GRADLE-1932Provide some way to locate usages of deprecated methodsAdam MurdochResolvedWon't Fix2011-11-152017-02-10
GRADLE-1933tooling api is not thread safe even if no instances are sharedSzczepan FaberSzczepan FaberResolvedFixed2011-11-162013-01-04
GRADLE-1934Multiple classifiers in Maven dependency ignoredMikeNResolvedFixed2011-11-162013-01-04
GRADLE-1935Project.getProperties().hashCode() throws a StackOverflowErrorBlaine SimpsonResolvedWon't Fix2011-11-172017-02-02
GRADLE-1936gradle internal error on rpm taskSelvin GeorgeResolvedWon't Fix2011-11-172017-02-10
GRADLE-1937EclipseProject.getName sometimes returns names that are not legal project namesKris De VolderResolvedWon't Fix2011-11-172017-02-10
GRADLE-1938Internal Gradle error at org.gradle.api.internal.changedetection.OutputFilesSnapshotter$OutputFilesSnapshot.changesSince(OutputFilesSnapshotter.java:96)Dumitru DaniliucResolvedFixed2011-11-172013-01-04
GRADLE-1939tooling api client leaves non-daemon threads running after connection is closedLuke DaleyAdam MurdochResolvedFixed2011-11-172013-01-04
GRADLE-1940Unresolved dependencies when project A depends on project B and A does not have a reference to the repository used by BMauro MolinariResolvedDuplicate2011-11-182017-02-07
GRADLE-1941Strange exception in while executing wrapper taskAdam MurdochJoern HuxhornResolvedFixed2011-11-182013-01-04
GRADLE-1942Do whatever possible to limit paths lengths in WindowsMauro MolinariResolvedFixed2011-11-182013-01-04
GRADLE-1943Base plugin required for building and publishing artifacts, while documentation suggest otherwiseSzczepan Fabernitko nigdjeResolvedFixed2011-11-182013-01-04
GRADLE-1944Dependencies resolved different than old version which cause trouble when runningWang LiyuResolvedWon't Fix2011-11-182017-02-10
GRADLE-1945IDE plugins do not warn that some dependencies are unresolvedStefan OehmeSzczepan FaberResolvedFixed2011-11-202016-01-20
GRADLE-1946Gradle memory usage is too highAndrew SchetininResolvedWon't Fix2011-11-202017-02-10
GRADLE-1947Expose the exact files that were "copied" by a copy task invocationLuke DaleyResolvedWon't Fix2011-11-212017-02-10
GRADLE-1948If a test marks the current thread as interrupted, test execution will never completeLuke DaleyLuke DaleyResolvedFixed2011-11-212013-01-04
GRADLE-1949resolution strategy cache settings does not handle all TimeUnits for java 1.5Szczepan FaberSzczepan FaberResolvedFixed2011-11-212013-02-12
GRADLE-1950Change in behavior when using copy specsPaul KingResolvedWon't Fix2011-11-212017-02-10
GRADLE-1951'gradle tasks' produces StackOverflowError if there is a task cyclePeter NiederwieserResolvedWon't Fix2011-11-212017-02-10
GRADLE-1952For certain files tarTree cannot detect that the archive is not a proper tarSzczepan FaberResolvedWon't Fix2011-11-222017-02-10
GRADLE-1953"gradle eclipse" creates duplicate classpath entries in 1.0-milestone-6Daz DeBoerBen McCannResolvedFixed2011-11-222013-01-04
GRADLE-1954Javadoc DSL for IvyArtifactRepository has wrong method name for ivy artifact patternFrederic SimonResolvedFixed2011-11-232013-01-04
GRADLE-1955add option to jetty plugin to allow web app to be run in a debuggerAdam MurdochResolvedWon't Fix2011-11-232017-02-10
GRADLE-1956update jetty plugin to current jettyZsolt KútiResolvedWon't Fix2011-11-242017-01-16
GRADLE-1957tests in milestone 5 or 6 hang foreverGradle ForumsResolvedDuplicate2011-11-242013-01-19
GRADLE-1958Testing integrations, pls ignore.Luke DaleyGradle ForumsResolvedWon't Fix2011-11-242013-01-04
GRADLE-1959More testing, pls ignore.Luke DaleyGradle ForumsResolvedFixed2011-11-242013-01-04
GRADLE-1960Regression with classloading in the Jetty plugin with Gradle 1.0-milestone-6?Gradle ForumsResolvedWon't Fix2011-11-242017-01-16
GRADLE-1961Silently fails to retrieve relocated artifactsDaz DeBoerBlaine SimpsonResolvedFixed2011-11-242013-01-04
GRADLE-1962Gradle 1.0-milestone-6 cannot access to repositories via proxyYasuharu NAKANOResolvedFixed2011-11-242013-01-04
GRADLE-1963Maven plugin should not have a hard dependency on the JavaPluginYennick TrevelsResolvedFixed2011-11-252016-11-29
GRADLE-1964Provide a mechanism for caching local filesystem dependencies when access to the filesystem is slowGradle ForumsResolvedWon't Fix2011-11-252017-02-10
GRADLE-1965Allow clearing of 'additional type' Project propertiesBlaine SimpsonResolvedWon't Fix2011-11-262017-02-10
GRADLE-1966test.testLogging.showStandardStreams displays stderr not stdoutBlaine SimpsonResolvedFixed2011-11-262013-01-04
GRADLE-1967Accessing public method Project.getProperties after applying the maven plugin generates misleading warningsLuke DaleyBlaine SimpsonResolvedFixed2011-11-272013-01-04
GRADLE-1968Dependency resolution became awfully slow with milestone 6Adam MurdochBernhard MessererResolvedFixed2011-11-282013-01-04
GRADLE-1969Crossed runtime/compile dependencies between projects cause circular dependencies between compile and JAR tasksMauro MolinariResolvedFixed2011-11-282017-01-24
GRADLE-1970internal error: Neither path nor baseDir may be null or empty stringAndreas KirschbaumResolvedWon't Fix2011-11-292017-02-10
GRADLE-19711.0-milestone-6 cannot contact Maven Central when using a proxyGradle ForumsResolvedFixed2011-11-292013-01-04
GRADLE-1972ChangingPattern of a custom DependencyResolver is ignoredDaz DeBoerDaz DeBoerResolvedFixed2011-11-292013-01-04
GRADLE-1973Gradle does not report missing/failed artifact downloadsGradle ForumsResolvedFixed2011-11-302013-01-04
GRADLE-1974eclipse-wtp plugin doesn't add 'Web Libraries' classpath container to jst.web applicationsSzczepan FaberKris De VolderResolvedFixed2011-11-302013-01-04
GRADLE-1975Default artifact is not resolved for maven dependencies that are declared with packaging = 'pom'Daz DeBoerDaz DeBoerResolvedFixed2011-11-302013-01-04
GRADLE-1976(M5 / M6) Cannot lock the artifact cache, as it is already locked by this processGradle ForumsResolvedFixed2011-11-302013-01-04
GRADLE-1977Links from DSL reference to API documentation don't work anymorePeter NiederwieserResolvedFixed2011-12-012013-01-04
GRADLE-1978Ear Plugin incorrectly picks up application.xmlMatt AccolaResolvedWon't Fix2011-12-012017-02-10
GRADLE-1979Tooling API: Respect user-defined 'GradleConnector.installation' propertyDenis ZhdanovResolvedNot A Bug2011-12-022013-01-04
GRADLE-1980Provide a copy filter where closure transforms entire file text contentBlaine SimpsonResolvedWon't Fix2011-12-022017-02-10
GRADLE-1981build script dependencies classloader problemMartin KováčikResolvedWon't Fix2011-12-042017-02-10
GRADLE-1982Should disabling a task automatically remove any artifact it might publish?Gradle ForumsResolvedWon't Fix2011-12-062017-02-10
GRADLE-1983Replace FileSource with FactoryLuke DaleyResolvedFixed2011-12-062013-01-04
GRADLE-1984Running gradle eclipse twice results in duplicated java source entries in .classpathSergey KadanerResolvedFixed2011-12-062013-01-04
GRADLE-1985Changing modules don't get retrieved when the changing property is once switched off.Daz DeBoerHans DockterResolvedFixed2011-12-062013-01-04
GRADLE-1986Milestone-6 dependency resolution keeps on goingAdam MurdochGradle ForumsResolvedFixed2011-12-072013-01-04
GRADLE-1987gradle --stop does not stop daemons that are running with a different java homeAdam MurdochAdam MurdochResolvedFixed2011-12-072013-01-04
GRADLE-1988Daemon crash can leave daemon registry corrupted, and no builds can be executed after thisAdam MurdochResolvedFixed2011-12-082013-01-04
GRADLE-1989Provide API to construct a dependency repository of project's dependenciesLuke DaleyResolvedWon't Fix2011-12-092017-02-10
GRADLE-1990Jetty plugin only searches sub-project dependencies and Gradle jars for TLD filesStanford S. GuilloryResolvedWon't Fix2011-12-092017-01-16
GRADLE-1991Can't run two gradle instances at the same timeStanford S. GuilloryResolvedWon't Fix2011-12-092017-02-10
GRADLE-1992Support for pinned versions (subset of version ranges)Robert WatkinsResolvedWon't Fix2011-12-092017-02-10
GRADLE-1993REL_1.0-milestone-6 doesn't compile from GithubRobert WatkinsResolvedDuplicate2011-12-092013-01-18
GRADLE-1994Duplicate build path entry (src/main/java)Cengiz ÖztürkResolvedFixed2011-12-102013-01-04
GRADLE-1995Tooling API: Allow to explicitly retrieve information about unresolved dependenciesDenis ZhdanovResolvedWon't Fix2011-12-122017-02-10
GRADLE-1996StackOverflowError when test throws exception that implements writeReplace()Peter NiederwieserResolvedFixed2011-12-122013-11-25
GRADLE-1997Dependencies declared as part of a POM profile marked with activeByDefault are not parsed and resolvedBenjamin MuschkoGradle ForumsResolvedFixed2011-12-122014-07-29
GRADLE-1999Jars from additional maven repo not added to build classpathKurt HarrigerResolvedFixed2011-12-122013-01-04
GRADLE-2000eclipseClasspath does not generate correct .classpath for ScalaJeppe Nejsum MadsenResolvedFixed2011-12-132013-01-04
GRADLE-2001Custom plugin jar META-INF/gradle-plugins properties file not found ErrorLuke DaleyGradle ForumsResolvedFixed2011-12-132013-01-04
GRADLE-2002Getting Sonar to reuse Cobertura reports in a multi-project analysisPeter NiederwieserGradle ForumsResolvedFixed2011-12-142013-01-04
GRADLE-2003With transition to httpclient library the proxy settings are not picked up anymoreDmitry KozlovResolvedFixed2011-12-172013-01-04
GRADLE-2004Fail upload on missing artifactsGradle ForumsResolvedWon't Fix2011-12-172017-02-10
GRADLE-2005Received a failure event for test with unknown idGradle ForumsResolvedFixed2011-12-172013-11-11
GRADLE-2006Calling Project.getProperties() may emit deprecation messagesLuke DaleyYoav LandmanResolvedFixed2011-12-192013-01-04
GRADLE-2007Gradle does not handle http responses with content-encoding = gzipDaz DeBoerDenis ZhdanovResolvedFixed2011-12-192013-01-04
GRADLE-2008Make tooling api results consistent with cliDenis ZhdanovResolvedNot A Bug2011-12-202013-01-04
GRADLE-2009Eclipse .classpath generated incorrectly when using dependencies with a classifierKlaus LehnerResolvedNot A Bug2011-12-212013-01-04
GRADLE-2010DefaultProjectDependency_Decorated cannot be cast to ExternalModuleDependencyAdam MurdochAnders ViskumResolvedFixed2011-12-212013-01-04
GRADLE-2011ClassNotFoundException when running SonarAnalyzeLuke DaleyPeter NiederwieserResolvedWon't Fix2011-12-212015-04-30
GRADLE-2012Test classpath regression in 1.0-milestone-6Marek WiącekResolvedWon't Fix2011-12-222017-02-10
GRADLE-2013Version in DependencyManagement of Parent pom not consideredStefan SieberResolvedWon't Fix2011-12-232017-02-10
GRADLE-2014Display a proper icon in OSX's dock when running the gradle commandAdam MurdochAndres AlmirayResolvedFixed2011-12-232013-01-04
GRADLE-2015Tooling API idea / idea plugin does not understand java-base plugin as it does the java pluginDenis ZhdanovResolvedWon't Fix2011-12-262017-02-10
GRADLE-2016Incorrect generation of org.eclipse.wst.common.component with multi-projects and transitive dependenciesDonát CsikósKlaus LehnerResolvedFixed2011-12-272017-01-25
GRADLE-2017Tooling API: Avoid incorrect dependency scope mergeRadim KubackiDenis ZhdanovResolvedFixed2011-12-282014-04-02
GRADLE-2018Without applying the Java plugin, the EAR's app dir is not added to the eclipse projects deployment assemblySzczepan FaberAndrew OberstarResolvedFixed2011-12-302013-01-04
GRADLE-2019EAR plugin fails if JavaBasePlugin is applied before the EAR plugin (and JavaPlugin is not applied)René GröschkeAndrew OberstarResolvedFixed2011-12-302013-01-04
GRADLE-2020Locked cache directoryAdam MurdochBenjamin MuschkoResolvedFixed2011-12-312013-01-04
GRADLE-2021Gradle sonarAnalyze task complains if binaries have not already been builtThomas JohnsonResolvedWon't Fix2012-01-022017-02-10
GRADLE-2022Error message when a user tries to use a directly instantiated task does not provide any informationLuke DaleyLuke DaleyResolvedFixed2012-01-032013-01-04
GRADLE-2023Concurrent Modification Exception during 'gradle tasks'Luke DaleyGradle ForumsResolvedFixed2012-01-032013-01-16
GRADLE-2024A PropertiesFileContentMerger should exist similar to XmlFileContentMergerAndrew OberstarResolvedFixed2012-01-032013-01-04
GRADLE-2025zipTree(someTask) does not carry dependency informationLuke DaleyResolvedWon't Fix2012-01-042017-02-10
GRADLE-2026@SkipWhenEmpty doesn't work when applied to Groovy propertiesPeter NiederwieserResolvedWon't Fix2012-01-042017-02-10
GRADLE-2027Milestone 6 fails to recognize fetched dependencies and then fails fetch dependencies from Nexus repositoryDaz DeBoerMoritz DietscheResolvedFixed2012-01-052013-01-04
GRADLE-2028SimpleHttpConnectionManager being used incorrectly.Daz DeBoerPhilip CrotwellResolvedFixed2012-01-052013-01-04
GRADLE-2029Expose list of applied plugins in Tooling APIKris De VolderResolvedWon't Fix2012-01-052017-02-10
GRADLE-2030Eclipse-wtp plugin creates illegal entries for non-existing source folders in deployment assemblySzczepan FaberKris De VolderResolvedFixed2012-01-052013-01-04
GRADLE-2031IllegalStateException when calling Task.execute() from a task actionAdam MurdochResolvedWon't Fix2012-01-052017-02-10
GRADLE-2032Concurrent builds with a buildSrc project cause a timeout on the cache directoryRolf SuurdResolvedFixed2012-01-062013-01-04
GRADLE-2033Gradle can't find sonar pluginAlexandr KulikResolvedNot A Bug2012-01-062015-04-30
GRADLE-2034Existence of pom file requires that declared artifacts can be found in the same repositoryDaz DeBoerLuke DaleyResolvedFixed2012-01-062013-09-15
GRADLE-2035Error running tests in milestone 6Szczepan FaberGradle ForumsResolvedFixed2012-01-062013-01-04
GRADLE-2036Excludes DSL needs some improvements (error on unknown keys, error if no valid keys)Gradle ForumsResolvedFixed2012-01-062013-01-04
GRADLE-2037Idea & Eclipse plugins do not report missing dependenciesGradle ForumsResolvedDuplicate2012-01-072013-01-04
GRADLE-2038Tar decompression should also understand .bz2 and .gz extensionsRené GröschkeBen JansenResolvedFixed2012-01-092013-01-04
GRADLE-2039DefaultAntBuilder always uses script directory as basedirMichael BrandResolvedWon't Fix2012-01-092017-02-10
GRADLE-2040Reduce log levels for the Tooling APISzczepan FaberGradle ForumsResolvedFixed2012-01-112013-01-04
GRADLE-2041circular task dependency to 'self' is hard to diagnoseGradle ForumsResolvedWon't Fix2012-01-112017-02-10
GRADLE-2042gradle adds classifier to testng and can't get it from maven repositorynecromantiarianResolvedWon't Fix2012-01-112017-02-10
GRADLE-2043Unknown command-line option causes unexpected internal error with stack traceStefan ScheidtResolvedFixed2012-01-122013-01-04
GRADLE-2044Cannot manually remove dependencies from milestone-8 cache structureDaz DeBoerChris BeamsResolvedFixed2012-01-122013-01-04
GRADLE-2045Regression: odd NPE from findAll()/each()Luke DaleyPeter LedbrookResolvedNot A Bug2012-01-122013-01-04
GRADLE-2046Cannot mix file and http protocols to resolve artifacts for a single maven repositoryMauro MolinariResolvedDuplicate2012-01-132017-02-07
GRADLE-2047can't access dependency files from inside configuration.incoming.afterResolve hookLuke DaleyLuke DaleyResolvedFixed2012-01-142013-01-04
GRADLE-2048configuration.incoming.{beforeResolve,afterResolve} should error when they are called on a resolved configurationLuke DaleyResolvedWon't Fix2012-01-142017-02-10
GRADLE-2049Tooling API: Provide support for 'allpojects' processingDenis ZhdanovResolvedNot A Bug2012-01-162013-01-04
GRADLE-2050Provide Gradle logger AST transformationBenjamin MuschkoResolvedWon't Fix2012-01-162014-03-04
GRADLE-2051Convention mapping does not work for primitive propertiesAdam MurdochAdam MurdochResolvedFixed2012-01-172013-01-04
GRADLE-2052Cannot use dom4j from task action attached to built-in taskGradle ForumsResolvedFixed2012-01-172013-01-04
GRADLE-2053Have Maven plugin deal with authentication against remote repos for upload/deploySteve EbersoleResolvedWon't Fix2012-01-192017-02-10
GRADLE-2054Tooling API not obeying gradle wrapper settingsKris De VolderResolvedWon't Fix2012-01-192017-02-10
GRADLE-2055Tooling API: Expose dependencies that belong to custom configurationsDenis ZhdanovResolvedWon't Fix2012-01-202017-02-10
GRADLE-2056Project.getProperties() call fails in ProjectEvaluationListenerNikita SkvortsovResolvedWon't Fix2012-01-202017-02-10
GRADLE-2057Add project.fileTree(Object, Closure) method for consistency with project.files(Object..., Closure)Luke DaleyLuke DaleyResolvedFixed2012-01-202013-01-04
GRADLE-2058testNG listeners' system out/err is swallowedTomek KaczanowskiResolvedWon't Fix2012-01-232017-02-10
GRADLE-2059Add configure(delegate, closure) method to Script interface and make this method available in init and settings scriptsLuke DaleyResolvedWon't Fix2012-01-232017-02-10
GRADLE-2060gradle.user.home on the command-line is ignoredRené GröschkeDaz DeBoerResolvedFixed2012-01-232013-01-04
GRADLE-2061Using mavenLocal() is very slow in Milestone 7Daz DeBoerGradle ForumsResolvedFixed2012-01-232013-01-04
GRADLE-20621.0-milestone-7 does not support NTLM proxy authenticationDaz DeBoerGradle ForumsResolvedFixed2012-01-242013-01-04
GRADLE-2063Inconsistent POM generation for excludes with missing moduleMatthias PfauResolvedWon't Fix2012-01-242017-02-10
GRADLE-2064doFirst actions should execute before @TaskActions, and doLast should run after.Luke DaleyResolvedWon't Fix2012-01-242017-02-10
GRADLE-2065Settings object should be extension aware.Luke DaleyResolvedFixed2012-01-242013-09-03
GRADLE-2066Allow application of plugins to Settings objectsLuke DaleyResolvedFixed2012-01-242013-04-30
GRADLE-2067Allow access to the settings object from an init scriptLuke DaleyResolvedWon't Fix2012-01-242017-02-10
GRADLE-2068archives built from configurations contain duplicate jars (M5->M6 regression)Daz DeBoerSzczepan FaberResolvedFixed2012-01-252013-01-04
GRADLE-2069Build announcements cause build failure with jenkins CIAdam MurdochTino NitzeResolvedWon't Fix2012-01-252017-02-10
GRADLE-2070Excessive artifact download when using SFTP resolverGradle ForumsResolvedWon't Fix2012-01-272017-02-10
GRADLE-2071Different task execution orderGradle ForumsResolvedWon't Fix2012-01-272017-02-10
GRADLE-2072CopySpec.from .outputs is silently ignoredAdam MurdochResolvedFixed2012-01-292013-01-04
GRADLE-2073Documentation on "Managing domain objects" in custom plugin section needs updating to the new plugin.extensions syntaxRené GröschkeMatias BjarlandResolvedFixed2012-01-302013-01-04
GRADLE-2074Missing WEB-INF/classes when setting a custom classpathKirk RasmussenResolvedWon't Fix2012-01-312017-02-10
GRADLE-2075Gradle OSGi plugin does not support the Bnd -include instructionDetelin YordanovResolvedWon't Fix2012-02-012017-02-10
GRADLE-2076Artifact not found resolving dependencies with packaging/type "eclipse-plugin"Daz DeBoerGradle ForumsResolvedFixed2012-02-012013-01-04
GRADLE-2077processResources.source property return wrong dataSviatoslav RomanenkoResolvedNot A Bug2012-02-022013-01-04
GRADLE-2078Let distribute gradle build scripts through repositoriesFranco BulgarelliResolvedWon't Fix2012-02-022017-02-10
GRADLE-2079Eclipse plugin generates invalid javadoc locationsAlex RomanyukResolvedFixed2012-02-032013-01-04
GRADLE-2080Configuration done in gradle.projectsEvaluated { } ignored by tooling APIAdam MurdochAdam MurdochResolvedFixed2012-02-032013-01-04
GRADLE-2081warning emitted when compiling using openjdk 7René GröschkeAdam MurdochResolvedFixed2012-02-042013-01-04
GRADLE-2082Output[File|Files|Directory|Directories] annotations do not validate that the property type is validLuke DaleyResolvedWon't Fix2012-02-042017-02-10
GRADLE-2083http status code 403 stops ivy resolver?Gradle ForumsResolvedWon't Fix2012-02-062017-02-10
GRADLE-2084up to date checks and serializablePhilip CrotwellResolvedWon't Fix2012-02-062017-02-10
GRADLE-2085Could not create task of type 'Test'Gradle ForumsResolvedFixed2012-02-072013-01-04
GRADLE-2086Failure to resolve dependency when project repositories are mergedAdam MurdochResolvedWon't Fix2012-02-072017-02-10
GRADLE-2087Project status always reverting to integrationGradle ForumsResolvedWon't Fix2012-02-082017-02-10
GRADLE-2088Timeout exception when two builds attempt to compile a build script at the same timeAdam MurdochResolvedFixed2012-02-082013-01-04
GRADLE-2089Cannot use daemon with ibm jvmAdam MurdochResolvedFixed2012-02-082013-01-04
GRADLE-2090Should invalidate compiled groovy classes when (effective) boot classpath changesAdam MurdochResolvedWon't Fix2012-02-082017-02-10
GRADLE-2091signing { required = false } is not honoured.Luke DaleyLuke DaleyResolvedFixed2012-02-092013-01-04
GRADLE-2092Gradle misbehaves when there is a cycle in the chain of parent POMsGradle ForumsResolvedWon't Fix2012-02-092017-02-10
GRADLE-2093signPom() should do nothing if !signing.required and signing can't be done (e.g. no signatory)Luke DaleyLuke DaleyResolvedFixed2012-02-092013-01-04
GRADLE-2094Provide a project-specific view into the cache, which would provide a standard, supported location for tools to access dependency artifacts.Daz DeBoerResolvedWon't Fix2012-02-092017-02-10
GRADLE-2095Allow signing.required to be set with a callable to make it easier to defer this decisionLuke DaleyResolvedFixed2012-02-102013-01-04
GRADLE-2096jar Task of the Java Plugin has incorrect up-to-date checkStefan SieberResolvedFixed2012-02-102013-01-04
GRADLE-2097DSL set methods (e.g. object.prop(value)) do not work for collections/iterablesLuke DaleyResolvedWon't Fix2012-02-132017-02-10
GRADLE-2098Eclipse plugin does not honor minusConfigurations for files in cacheStephane GallèsResolvedWon't Fix2012-02-142017-02-10
GRADLE-2099Impossible to set the default character encoding when using the daemonLuke DaleyLuke DaleyResolvedFixed2012-02-142013-01-04
GRADLE-2100Ordering of repository declarations can cause Could not resolve all dependencies errorDaz DeBoerDan StineResolvedFixed2012-02-142013-01-04
GRADLE-2101Dependency resolution incorrectly uses cached values from different repositoryDaz DeBoerDaz DeBoerResolvedFixed2012-02-142013-01-04
GRADLE-2102Tooling API LongRunningOperation.setJavaHome() fails with NoClassDefFoundErrorSzczepan FaberAdam MurdochResolvedFixed2012-02-142013-01-04
GRADLE-2103When an appropriate java version is in the path groovyc should always find the java compilerStephane GallèsResolvedFixed2012-02-152013-01-04
GRADLE-2104milestone-8 : jsch-0.1.42.jar missing, Ivy SFTPResolver can not be be used anymoreGradle ForumsResolvedFixed2012-02-152013-01-04
GRADLE-2105Cannot specify jvm args to FindbugsPaul JimenezResolvedWon't Fix2012-02-152017-02-10
GRADLE-2106Cannot specify targetjdk to the PMD pluginPaul JimenezResolvedFixed2012-02-152013-01-25
GRADLE-2107Add some mechanism to make a plugin visible to every build script used by the buildAdam MurdochResolvedWon't Fix2012-02-152017-02-10
GRADLE-2108cpp executable that links against shared libraries does not work if the shared libraries are moved from their link-time locationAdam MurdochResolvedFixed2012-02-152013-01-04
GRADLE-2109FindBugs plugin on Windows fails on projects with many source files due René GröschkeBrant BobbyResolvedFixed2012-02-162013-01-04
GRADLE-2110IDEA plugin should expose outputFile property for workspace e.g. .iwsAntony BlakeyResolvedWon't Fix2012-02-172017-02-10
GRADLE-2111Provide first-class support for JUnit @CategoryRené GröschkeChris BeamsResolvedFixed2012-02-212013-03-19
GRADLE-2112Altering copy tasks during executionGradle ForumsResolvedWon't Fix2012-02-212017-02-10
GRADLE-2113Error generating manifest in WAR where excluded dependencies are getting includedSzczepan FaberGradle ForumsResolvedNot A Bug2012-02-212013-01-04
GRADLE-2114Tooling API should provide information about whether dependencies should be exportedKris De VolderResolvedWon't Fix2012-02-212017-02-10
GRADLE-2115Up-To-Date check ignores @Input-annotated boolean propertiesLóránt PintérGradle ForumsResolvedFixed2012-02-222016-09-14
GRADLE-2116provide c++ support on mac os xAdam MurdochResolvedFixed2012-02-222013-01-04
GRADLE-2117provide support for visual c++Adam MurdochResolvedFixed2012-02-222013-01-04
GRADLE-2118Publication does not work for windows shared librariesAdam MurdochResolvedWon't Fix2012-02-222017-02-10
GRADLE-2119Cannot specify builtBy for artifact using map notationLuke DaleyLuke DaleyResolvedFixed2012-02-222013-01-04
GRADLE-2120ConfigureUtil.configureByMap does not work correctly with decorated objects (does not call methods with the given name)Luke DaleyLuke DaleyResolvedFixed2012-02-222013-01-04
GRADLE-2121C++ compile task does not invalidate outputs when compiler changesAdam MurdochResolvedWon't Fix2012-02-222017-02-10
GRADLE-2122System property set on the command line (-D) does not override setting in gradle.propertiesGradle ForumsResolvedFixed2012-02-232016-03-31
GRADLE-2123WTP Plugin should add org.eclipse.jst.component.dependency to all WEB-INF/lib deps and not add them to the WTP component fileDonát CsikósAndrew OberstarResolvedFixed2012-02-232017-01-25
GRADLE-2124Attempting to download 3rd party dependency fails on googlecode.comDavid KowisResolvedWon't Fix2012-02-232017-02-10
GRADLE-2125Generated POM is not uploadedScott PalmerResolvedWon't Fix2012-02-252017-02-10
GRADLE-2126Extraneous output prefix is seen on every line when output from gradlew on Unix is redirected to fileGradle ForumsResolvedFixed2012-02-262013-01-04
GRADLE-2127C++ plugin should provide support for mingwAdam MurdochResolvedFixed2012-02-272013-01-04
GRADLE-2128Ivy resolver changingPattern is ignored if changingMatcher is not specifiedGradle ForumsResolvedWon't Fix2012-02-272017-02-10
GRADLE-2129Exception when trying to upload an archive to a webdav repositoryFranck SilvestreResolvedWon't Fix2012-02-282017-02-10
GRADLE-2130Gradle fails to initialize on HP-UX Stanislav AbadjievResolvedFixed2012-02-282013-01-04
GRADLE-2131Exception with "Discarding connection." messageGradle ForumsResolvedWon't Fix2012-02-282017-02-10
GRADLE-2132convention mappings cannot be applied to properties that are empty maps or collectionsLuke DaleyResolvedWon't Fix2012-02-282017-02-10
GRADLE-2133Eclipse plugin doesn't attach source for the gradleApi() dependencyGradle ForumsResolvedWon't Fix2012-02-282017-02-10
GRADLE-2134When using the "classifier" attribute on an Archive task, gradle will not upload the POM to a maven repo and does not replace SNAPSHOT with a timestamp version number.GrantResolvedWon't Fix2012-02-292017-02-10
GRADLE-2135Using Project.tarTree() with unavailable tar file should throw exceptionRené GröschkeResolvedFixed2012-02-292013-01-04
GRADLE-2136Third-party plugins cannot be applied by ID from external build scriptsGradle ForumsResolvedDuplicate2012-03-032017-01-26
GRADLE-2137Command gradle -v or graddle.bat in Windows doesn't run and causes: gradle -vMiroslaw RadziszewskiResolvedWon't Fix2012-03-042017-02-10
GRADLE-2138Repository declared as FileSystemResolver is not considered 'local'Luke DaleyDaz DeBoerResolvedFixed2012-03-042013-01-04
GRADLE-2140Gradle should search all repositories for newest version of changing moduleGradle ForumsResolvedWon't Fix2012-03-042017-02-10
GRADLE-2141Gradle downloads changing modules every build when using an ivy DependencyResolverGradle ForumsResolvedWon't Fix2012-03-042017-02-10
GRADLE-2142Provide a way to provide a custom pattern for a 'maven' layout, or a way to provide 'm2compatible' behaviour with a custom layoutPeter NiederwieserDaz DeBoerResolvedDuplicate2012-03-042013-01-19
GRADLE-2143Gradle should honour the '*-SNAPSHOT' pattern for changing modules when a repository is declared with "layout 'maven'Daz DeBoerResolvedWon't Fix2012-03-042017-02-10
GRADLE-2144Provide a way to dynamically specify a module as 'changing' for transitive dependenciesDaz DeBoerResolvedFixed2012-03-042016-02-12
GRADLE-2145Gradle should publish SHA1 checksums when uploading archives to an ivy repositoryDaz DeBoerResolvedFixed2012-03-042013-01-04
GRADLE-2146Gradle should use last modified date to avoid artifact re-download where SHA1 checksums are not publishedLuke DaleyDaz DeBoerResolvedFixed2012-03-042013-01-04
GRADLE-2147Tooling API: Make it possible to define script file to useDenis ZhdanovResolvedWon't Fix2012-03-052017-02-10
GRADLE-2148Error parsing pom file: cyclic variable definitionGradle ForumsResolvedWon't Fix2012-03-052017-02-10
GRADLE-2149Use java 7 PosixFileAttributes when available, to get and set file unix modeAdam MurdochResolvedFixed2012-03-052013-01-04
GRADLE-2150Problem sending mail from a build scriptAdam MurdochGradle ForumsResolvedFixed2012-03-062013-01-04
GRADLE-2151Resolved native binaries do not use the platform-specific naming schemeAdam MurdochResolvedWon't Fix2012-03-072017-02-10
GRADLE-2152Allow the c compiler to be used to compile c codeAdam MurdochResolvedFixed2012-03-072013-09-03
GRADLE-2153Allow 32-bit and 64-bit variants of native binaries to be built and publishedAdam MurdochResolvedFixed2012-03-072013-10-23
GRADLE-2154Allow static native libraries to be built and publishedAdam MurdochResolvedFixed2012-03-072013-09-03
GRADLE-2155Allow dependencies to be declared on installed native libraries Adam MurdochResolvedWon't Fix2012-03-072017-02-10
GRADLE-2156Allow a header-file only library to be published and used from another projectAdam MurdochResolvedWon't Fix2012-03-072017-02-10
GRADLE-2157Provide some way to influence which c/c++ compilers will be used to build a given binaryAdam MurdochResolvedFixed2012-03-072013-10-23
GRADLE-2158Zip files created on Windows platform have zero FilePermission when unpacked with Gradle René GröschkeRené GröschkeResolvedFixed2012-03-072013-01-04
GRADLE-2159gradle does not work on jvm 32bit when set configurations.all.resolutionStrategy.cacheChangingModulesFor to 0 secondscaiweiweiResolvedWon't Fix2012-03-082017-02-10
GRADLE-2160Setting packaging 'bundle' uploadArchives and install rename the artifact to {name}.bundleRupert WestenthalerResolvedWon't Fix2012-03-082017-02-10
GRADLE-2161Code quality documentation mistakesJustin RyanResolvedFixed2012-03-082013-01-04
GRADLE-2162When getting a 'CorruptedCacheException' Gradle should do its best to repair or at least delete the corrupted cacheKris De VolderResolvedWon't Fix2012-03-082017-02-10
GRADLE-2163AsmBackedClassGenerator.addGetter is not adding convention backed method for get() for boolean propertiesLuke DaleyJustin RyanResolvedFixed2012-03-122013-01-04
GRADLE-2164Project.exec should print out stderr on error Robert OschwaldResolvedWon't Fix2012-03-122017-01-26
GRADLE-2165Dependencies added after projects are evaluated are not included by the tooling APIKris De VolderResolvedFixed2012-03-122013-01-04
GRADLE-2166Ability to directly load an Ant file from within a jarKristian KimeResolvedWon't Fix2012-03-122017-02-10
GRADLE-2167FindBugs plugin runs into command line length limit on WindowsRené GröschkeGradle ForumsResolvedFixed2012-03-132013-01-04
GRADLE-2168NoClassDefFoundError: "-Xdock:name=Gradle" in sub processYasuharu NAKANOResolvedFixed2012-03-142013-01-04
GRADLE-2169CountDownLatch not released while running testsCédric ChampeauResolvedDuplicate2012-03-142013-01-04
GRADLE-2170Builds hangs while running tests put restrictive security manager policy in placeGradle ForumsResolvedWon't Fix2012-03-142017-02-10
GRADLE-2171Add an option to avoid duplicate entries when creating a zip fileGradle ForumsResolvedFixed2012-03-142013-06-28
GRADLE-2172gradle cleanClasses base plugin added rule task always results in 'UP-TO-DATE'Gradle ForumsResolvedWon't Fix2012-03-142017-02-10
GRADLE-2173Artifact not found when maven classifier is hk2-jarStåle UndheimResolvedWon't Fix2012-03-142017-02-10
GRADLE-2174C++ support not compatible with GCC 3.Luke DaleyLuke DaleyResolvedFixed2012-03-152013-01-04
GRADLE-2175Snapshot dependencies with sources/test classifier are not considered 'changing'René GröschkeGradle ForumsResolvedFixed2012-03-152016-09-17
GRADLE-2176daemon still marked experimentalPeter NiederwieserGradle ForumsResolvedFixed2012-03-152013-01-04
GRADLE-2177When a subproject classesDir have been altered, if the subproject is used as a dependency the new output location is not used in the compile classpathJonathan ImperialResolvedWon't Fix2012-03-152017-02-10
GRADLE-2178Specified configuration of a dependency is not honored when the module is a participant in an eviction.Jacob AleksynasResolvedWon't Fix2012-03-162017-02-10
GRADLE-2179Url-based dependenciesYennick TrevelsResolvedWon't Fix2012-03-172016-11-29
GRADLE-2180Tooling API: Expose information about the dependency graphDenis ZhdanovResolvedWon't Fix2012-03-182017-02-10
GRADLE-2181Copying of files with unicode in filename fails with "java.lang.UnsupportedOperationException: ENOENT"René GröschkeResolvedFixed2012-03-182013-01-18
GRADLE-2182module dependency declared with map syntax does not work when referred from multiple configurationsjustin maresResolvedFixed2012-03-202013-01-04
GRADLE-2183compileJava ignores project.sourceCompatibilityJens HausherrResolvedWon't Fix2012-03-202017-02-10
GRADLE-2184Regression: Spring application context creation fails with org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer$AmbiguousBindingException: Still 2 unbound args at this(),target(),args( ) binding stage, with no way to determine between themmechResolvedWon't Fix2012-03-202017-02-10
GRADLE-2185NPE launching Tooling API from Eclipse on WindowsDaz DeBoerDaz DeBoerResolvedFixed2012-03-202013-01-04
GRADLE-2186Faceted eclipse wtp projects without war/ear plugin appliedRadim KubackiGeorg FleischerResolvedFixed2012-03-202014-12-03
GRADLE-2187Error : compileJava -> java.lang.NullPointerException (no error message)Gradle ForumsResolvedFixed2012-03-202013-01-04
GRADLE-2188Artifact not found resolving dependencies with packaging/type "orbit"Eirik LygreResolvedFixed2012-03-202013-01-04
GRADLE-2189Tests with jmockit do not function when loaded via the --javaagent command line optionDaz DeBoerDaz DeBoerResolvedFixed2012-03-202013-01-04
GRADLE-2190PMD Plugin ignores its "ignoreFailures" settingJens HausherrResolvedFixed2012-03-212013-01-04
GRADLE-2191HTTP Digest authentication doesn't work since changing to apache httpclient due to use of preemptive auth defaulting to Basic James WiltshireResolvedFixed2012-03-212013-01-04
GRADLE-2192CompileTestJava is executed when resource in main source set is modified.Gradle ForumsResolvedWon't Fix2012-03-222017-02-10
GRADLE-2193Often PermGen out of memory in daemon buildsJarek PotiukResolvedWon't Fix2012-03-222017-02-10
GRADLE-2194Archive tasks require the BasePlugin to get useful defaultsJustin RyanResolvedWon't Fix2012-03-222017-02-10
GRADLE-2195Gradle 1.0-m9: MapNotationParser removing keys from dependency definitions specified as MapsGradle ForumsResolvedFixed2012-03-232013-01-04
GRADLE-2196Cannot resolve artifact-only module that is served via HTTP redirectsDaz DeBoerDaz DeBoerResolvedFixed2012-03-242013-01-04
GRADLE-2197Full debugging information not included in compiled classes with new Milestone-9 compilerGradle ForumsResolvedFixed2012-03-262013-01-04
GRADLE-2198Tooling API: Deduce project language level from the java plugin properties via the Tooling APIDenis ZhdanovResolvedFixed2012-03-272016-03-11
GRADLE-2199IvyArtifactRepository does not handle dynamic artifact versionsSeth GoingsResolvedFixed2012-03-272013-01-04
GRADLE-2200Cycle detected when setting up gradle's own source in eclipseGradle ForumsResolvedWon't Fix2012-03-282017-02-10
GRADLE-2201maven 3.x problemgilResolvedWon't Fix2012-03-282017-02-10
GRADLE-2202-Dhttp.nonProxyHosts is not respectedGradle ForumsResolvedWon't Fix2012-03-282017-02-10
GRADLE-2203m9 build fails because LOCAL_MAVEN_REPO is not setGradle ForumsResolvedFixed2012-03-292013-01-04
GRADLE-2204Tooling API: Expose dependencies from the custom configuraitonSzczepan FaberDenis ZhdanovResolvedNot A Bug2012-03-302013-01-04
GRADLE-2205Honor -Dfile.encoding provided as a command-line argumentAdam MurdochResolvedWon't Fix2012-04-022017-02-10
GRADLE-2206Sources jar not downloaded after missing cache populatedGradle ForumsResolvedWon't Fix2012-04-022017-02-10
GRADLE-2207Allow application plugin start scripts to be more flexible for different environments.Benjamin MuschkoGradle ForumsResolvedFixed2012-04-022015-04-02
GRADLE-2208Provide a default config file for checkstyle pluginGradle ForumsResolvedWon't Fix2012-04-032017-02-10
GRADLE-2209Rationalise code quality plugins reporting, unify formats and defaultsGradle ForumsResolvedWon't Fix2012-04-032017-02-10
GRADLE-2210Migrate to maven 3Juan HernandezResolvedWon't Fix2012-04-032017-02-10
GRADLE-2211Resolved binary executables and libraries do not use the platform specific naming schemeAdam MurdochResolvedWon't Fix2012-04-032017-02-10
GRADLE-2212The names of resolved native shared libraries do not consider the library's soname/install_pathAdam MurdochResolvedWon't Fix2012-04-032017-02-10
GRADLE-2213Standard jar task generates a jar with duplicate entries if we change the resource output folder.Gradle ForumsResolvedWon't Fix2012-04-042017-02-10
GRADLE-2214Some dependencies are reported unresolved although they are present in the cachePierre-Yves SaumontResolvedWon't Fix2012-04-052017-02-10
GRADLE-2215Allow configuring of the test "showStandardStreams" loggingGradle ForumsResolvedFixed2012-04-052013-01-04
GRADLE-2216Occasion failures because 'registry.bin' corrupted?Luke DaleyKris De VolderResolvedFixed2012-04-052013-01-04
GRADLE-2217ClassFileExtractionManager causes memory leak in Test taskLuke DaleyPeter NiederwieserResolvedFixed2012-04-062013-01-04
GRADLE-2218eclipse plugin : Snapshot dependencies with sources classifier are not updated beside the first time runing "gradle eclipse"caiweiweiResolvedDuplicate2012-04-102013-01-04
GRADLE-2219Provide better error message when trying to add a task action from a task actionGradle ForumsResolvedFixed2012-04-102013-01-04
GRADLE-2220Rename Compile task to JavaCompileGradle ForumsResolvedFixed2012-04-102013-01-04
GRADLE-2221Cannot manually configure a facet for eclipse-wtp plugin unless War or Ear plugin is appliedRadim KubackiGradle ForumsResolvedFixed2012-04-102014-12-12
GRADLE-2222compileScala: Cannot invoke method withInputStream() on null objectAntony StubbsResolvedWon't Fix2012-04-112017-02-10
GRADLE-22231.0-rc1 breaks GWT unit test frameworkBryanResolvedFixed2012-04-112013-01-04
GRADLE-2224Tooling API: Use language level settings defined at the idea plugin during exposing the project structure via the APIDenis ZhdanovResolvedWon't Fix2012-04-122017-02-10
GRADLE-2225Wrapper task generates incorrect disbtribution URIKris De VolderResolvedNot A Bug2012-04-122013-01-04
GRADLE-2226Tooling API: LongRunningOperation.withArguments -P and -D are both not workingSzczepan FaberKris De VolderResolvedFixed2012-04-122013-01-04
GRADLE-2227upgrade form m9 to rc1 findbugs plugin not workingJarod LiuResolvedFixed2012-04-132013-01-04
GRADLE-2228Tooling API: Avoid unnecessary daemon processes creationSzczepan FaberDenis ZhdanovResolvedFixed2012-04-132013-01-04
GRADLE-2229NullPointerException encountered when compiling Google Guava with GradleBen McCannResolvedWon't Fix2012-04-132017-02-10
GRADLE-2230improved idea.project.jdkName settingSzczepan FaberSzczepan FaberResolvedFixed2012-04-132013-01-04
GRADLE-2231Tooling API: Provide ability to distinguish 'compile' from 'providedCompile' dependency scopeDenis ZhdanovResolvedWon't Fix2012-04-132017-02-10
GRADLE-2232TestCase not found on compile classpath in rc-1Peter NiederwieserGradle ForumsResolvedFixed2012-04-132013-01-04
GRADLE-2233Bug in HttpClient 4.1.2 causes issues with proxiesGradle ForumsResolvedWon't Fix2012-04-132017-02-06
GRADLE-2234Since 1.0-milestone-6 gradle does not respect javax.net.ssl system properties Peter NiederwieserJanning VygenResolvedFixed2012-04-142013-01-04
GRADLE-2235Programmatically configuring Jetty Plugin causes ClassCastExceptionGradle ForumsResolvedWon't Fix2012-04-142017-01-16
GRADLE-2237OSGi manifest should handle explicit instructions matching symbolic ones.Luke DaleyLuke DaleyResolvedFixed2012-04-162013-01-04
GRADLE-2238Use maven 3 classes to locate maven local repositorygilResolvedFixed2012-04-162013-01-04
GRADLE-2239Error message should provide more diagnostic information when an HTTP request failsAdam MurdochResolvedWon't Fix2012-04-172017-02-10
GRADLE-2240Module is treated as not found when a failure occurs downloading the module descriptorAdam MurdochResolvedFixed2012-04-172013-11-11
GRADLE-2241Upgrade to M9 fails when project is using certain testNG versionsSzczepan FaberResolvedWon't Fix2012-04-182017-02-10
GRADLE-2242OSGi plugin should support generating SCR descriptorsLuke DaleyResolvedWon't Fix2012-04-182017-02-10
GRADLE-2243findbugs plugin ignores "ignoreFailures" propertiesRené GröschkeGradle ForumsResolvedFixed2012-04-192013-01-04
GRADLE-2244Cleaning should be more robust on WindowsLuke DaleyLuke DaleyResolvedFixed2012-04-192013-01-04
GRADLE-2245Cannot pass systemProperties to tests runtimeDavide CavestroResolvedFixed2012-04-202013-01-04
GRADLE-2246Cannot build with reportngLidia MarchioniResolvedNot A Bug2012-04-202013-01-04
GRADLE-2247Gradle cannot resolve dependencies when using ivy repository in layout 'gradle'Peter NiederwieserJochen HinrichsenResolvedWon't Fix2012-04-212013-01-04
GRADLE-2248Maven repository specified at uploadArchives affected by mirrors setting at maven settings.xmlAlexandr KulikResolvedWon't Fix2012-04-232017-02-10
GRADLE-2249Sporadic failures due to "Could not load compiled classes for initialization script 'init.gradle' from cache"René GröschkeGradle ForumsResolvedWon't Fix2012-04-242017-02-10
GRADLE-2250Error resolving previous versions of plugins to build new versions of itselfJohn VanderPolResolvedWon't Fix2012-04-242017-02-10
GRADLE-2251Projects using only 'java-base' plugin get an empty classpath in tooling APIKris De VolderResolvedWon't Fix2012-04-242017-02-10
GRADLE-2252possible locking bug when init.gradle is sharedSzczepan FaberResolvedWon't Fix2012-04-252017-02-10
GRADLE-2253Task eclipseClasspath fails with 'Cannot get property 'name' on null object'Carlo Luib-FinettiResolvedDuplicate2012-04-262013-01-04
GRADLE-2254Maven Plugin uploads certain artifacts twiceGradle ForumsResolvedFixed2012-04-262013-01-04
GRADLE-2255CopySpec.eachFile() not receiving empty directories from zipTreeBob GlammResolvedWon't Fix2012-04-262017-02-10
GRADLE-2256FileCopyDetails.setMode() from within copy { from zipTree() eachFile { ... } } doesn't workRené GröschkeBob GlammResolvedFixed2012-04-262013-01-04
GRADLE-2257Gradle doesn't see latest installed Maven snapshotRyan StewartResolvedWon't Fix2012-04-262017-02-10
GRADLE-2258ClassNotFound exception when compiling Groovy sourceAdam MurdochResolvedFixed2012-04-292013-01-04
GRADLE-2259extra property and extension name clash is detected lateSzczepan FaberResolvedWon't Fix2012-04-302017-02-10
GRADLE-2260Depenendcy artifact excludes DSL should allow type (like ivy exclude)Jacob AleksynasResolvedWon't Fix2012-04-302017-02-10
GRADLE-2261OsgiManifest should support laziness by accepting Object instead of String for values, and toString'ing at the last minuteLuke DaleyResolvedWon't Fix2012-04-302017-02-10
GRADLE-2262Improve error message when .gradle directory is deleted during buildJens BendispostoResolvedWon't Fix2012-05-012017-02-10
GRADLE-2263Jetty instances running as daemon cannot be shut downStefan WolfRayResolvedFixed2012-05-012017-01-25
GRADLE-2264java.lang.NoClassDefFoundError: groovy/lang/GroovyObjectRené GröschkeSteve HolmesResolvedWon't Fix2012-05-012017-02-10
GRADLE-2265Cannot accept connection from remote address in FreeBSD jailPhillResolvedFixed2012-05-012013-01-04
GRADLE-2266Provide ability to download dependencies without going through the local cacheLuke DaleyResolvedWon't Fix2012-05-012017-02-10
GRADLE-2267Ability to cleanse the current dependency cache periodicallyLuke DaleyResolvedDuplicate2012-05-012017-01-03
GRADLE-2268Jar manifest generation should be a separate task, particularly for osgi jarsLuke DaleyResolvedWon't Fix2012-05-012017-02-10
GRADLE-2269"gradle dependencies" does not show file dependenciesMauro MolinariResolvedDuplicate2012-05-022017-01-16
GRADLE-2270Sync task does not remove not copied files if the UP-TO-DATE check is successfulMauro MolinariResolvedDuplicate2012-05-022017-02-07
GRADLE-2271changes to logging manager have no effect when running with --daemonSean FayResolvedWon't Fix2012-05-022017-02-10
GRADLE-2272gradle wrapper broken in 1.0-rc-3Clark ArcherResolvedNot A Bug2012-05-032013-01-04
GRADLE-2273Log level changes do not work with the daemonIngo KegelResolvedWon't Fix2012-05-032017-02-10
GRADLE-2274Make the eclipse plugin honour encoding options for Java/Groovy source foldersMauro MolinariResolvedDuplicate2012-05-032016-11-21
GRADLE-2275Clean can fail on windows when using daemon after running a compileMichael BarnathanLuke DaleyResolvedFixed2012-05-042016-09-01
GRADLE-2276Provide way to hide top level tasks from `tasks` outputLuke DaleyResolvedWon't Fix2012-05-042017-02-10
GRADLE-2277OSGi plugin should provide an OSGi aware compiler to manage visibility of dependenciesLuke DaleyResolvedWon't Fix2012-05-042017-02-10
GRADLE-2278Provide logging methods that can write partial lines (for long running operations)Luke DaleyResolvedWon't Fix2012-05-042017-02-10
GRADLE-2279A module is ignored when resolving "latest." when the module descriptor specifies default="true"Adam MurdochResolvedFixed2012-05-052013-01-04
GRADLE-2280test jvmArgs don't work in rc-3 like they did in milestone-9Gradle ForumsResolvedWon't Fix2012-05-072017-02-10
GRADLE-2281project names with 'slash' break installApp taskSzczepan FaberResolvedWon't Fix2012-05-072017-02-10
GRADLE-2282Allow Copy tasks to rename parts of the pathMartin ZielResolvedWon't Fix2012-05-072017-02-10
GRADLE-2283Copy task does not preserve symlinksMatthias PfauResolvedWon't Fix2012-05-072017-02-10
GRADLE-2284project name with '/' makes eclipse plugin unhappySzczepan FaberResolvedWon't Fix2012-05-072017-02-10
GRADLE-2285Dependency with package type 'orbit' should be interpreted as a jarVijay NagpalResolvedDuplicate2012-05-092013-01-04
GRADLE-2286misleading reporting if client module artifact not resolvedSzczepan FaberResolvedWon't Fix2012-05-092017-02-10
GRADLE-2287ConcurrentModificationException thrown by 'gradle tasks'Szczepan FaberResolvedDuplicate2012-05-092013-01-04
GRADLE-2288Closure coerced to specs should interpret return value according to the Groovy TruthLuke DaleyLuke DaleyResolvedFixed2012-05-092013-01-04
GRADLE-2289daemon and JAR entry META-INF/MANIFEST.MF not foundSzczepan FaberResolvedWon't Fix2012-05-102017-02-10
GRADLE-2290java.lang.ExceptionInInitializerError when running tests on IBM JDKSzczepan FaberPeter NiederwieserResolvedFixed2012-05-102013-01-04
GRADLE-2291Exclusions set on all configurations not honoured by detachedConfiguration3 while executing eclipseWtpComponentMauro MolinariResolvedWon't Fix2012-05-102017-02-10
GRADLE-2292ReportNG dependency causes NPEChris JonesResolvedWon't Fix2012-05-102017-02-10
GRADLE-2293Avoid to update the timestamp in the header of org.eclipse.jdt.core.prefs whenever "gradle eclipse" is invoked and no changing is necessaryMauro MolinariResolvedWon't Fix2012-05-112017-02-03
GRADLE-2294eclipse and idea plugin do not fully respect the dependency orderSzczepan FaberResolvedWon't Fix2012-05-122017-02-10
GRADLE-2295TestNGOptions.parallel and TestNGOptions.threadCount have no effectPeter NiederwieserPeter NiederwieserResolvedFixed2012-05-122013-01-04
GRADLE-2296Order of Repository Declarations can cause resolution issuesKen SipeResolvedFixed2012-05-122016-02-12
GRADLE-2297The generated html test reports contain invalid HTML which causes unnecessary warnings in IDEs (e.g. Eclipse)Klaus UNGERResolvedFixed2012-05-122013-01-04
GRADLE-2298File dependencies are not workingDaniel DraganovResolvedNot A Bug2012-05-142013-04-18
GRADLE-2299Application plugin should allow custom templates for the start scriptsBenjamin MuschkoGradle ForumsResolvedFixed2012-05-152015-04-02
GRADLE-2300configure by map should be "ext" aware.Luke DaleyResolvedWon't Fix2012-05-152017-02-10
GRADLE-2301Conflicting test report dirs in samples/java/withIntegrationTestsGradle ForumsResolvedWon't Fix2012-05-152017-02-10
GRADLE-2302Gradle snapshots should not contain "+" in the version number as it causes issues with artifact managersLuke DaleyResolvedWon't Fix2012-05-152017-02-10
GRADLE-2303project dependencies for Java IDEs should warn when doing something non conventionalLuke DaleyResolvedWon't Fix2012-05-152017-02-10
GRADLE-2304IDEA plugin forces project dependencies to be last on the classpathLuke DaleyResolvedWon't Fix2012-05-152017-02-10
GRADLE-2305targetCompatibility value of 'jsr14' is not supportedAlex AntonovResolvedWon't Fix2012-05-152017-02-10
GRADLE-2306It would be really nice if boolean properties set in gradle.properties were casted by Gradle to booleansMauro MolinariResolvedWon't Fix2012-05-162017-02-10
GRADLE-2307Configuration of TestNG options causes Stackoverflow when trying to use project / task properties.René GröschkeRené GröschkeResolvedFixed2012-05-162013-01-04
GRADLE-2308gradle install and multi-module projectsRoger KapsiResolvedWon't Fix2012-05-162017-02-10
GRADLE-2309PluginContainer should have withId(String id, Action) methodLuke DaleyResolvedWon't Fix2012-05-162017-02-10
GRADLE-2310Can't use System.console() when using the daemonGradle ForumsResolvedDuplicate2012-05-162017-01-24
GRADLE-2311org.gradle.messaging.remote.internal.MessageHub errorMark HarrisResolvedFixed2012-05-162013-05-01
GRADLE-2312Provide a way to augment the ant builder's classpathGradle ForumsResolvedWon't Fix2012-05-172017-02-10
GRADLE-2313Build fails if useJUnit() is used explicitly, and `clean` runs before the relevant test task.Luke DaleyGradle ForumsResolvedFixed2012-05-172013-01-04
GRADLE-2314Registring SourceSetOutput.dir with buildtBy breaks for IdeaPluginLeif LislegårdResolvedNot A Bug2012-05-172013-01-04
GRADLE-2315FileNotFoundException when trying to get RandomAccessFile handle to artifacts directory lock file due to another process having a lock on the fileGradle ForumsResolvedWon't Fix2012-05-182017-02-10
GRADLE-2316Received invalid response from the daemonGradle ForumsResolvedFixed2012-05-182015-09-05
GRADLE-2317Groovy AST transformations that refer to GroovyTestCase fail with a NoClassDefFoundErrorPeter NiederwieserGradle ForumsResolvedFixed2012-05-182013-01-04
GRADLE-2318Repository credentials not used when resolving dynamic versions from an Ivy repositoryDaz DeBoerResolvedFixed2012-05-192013-01-04
GRADLE-2319colored output even if stdout is not connected to a terminalBjörn KautlerResolvedWon't Fix2012-05-192017-02-10
GRADLE-2320Support for multiple artifacts with source jars in Eclipse pluginMichal ŠevčenkoResolvedWon't Fix2012-05-212017-02-10
GRADLE-2321The daemon does not work with IBM jvmSzczepan FaberSzczepan FaberResolvedFixed2012-05-212013-01-04
GRADLE-2322IvyArtifactRepository needs a layout(String, Action action) method.Luke DaleyResolvedWon't Fix2012-05-212017-02-10
GRADLE-2323eclipseWtpComponent task does not remove JARs not needed anymoreMauro MolinariResolvedFixed2012-05-232017-01-27
GRADLE-2324someTask.inputs.properties.foo = 'bar' has no effectSzczepan FaberResolvedWon't Fix2012-05-232017-02-10
GRADLE-2326Using suites with TestNGOptions causes StacktraceGregResolvedFixed2012-05-242013-01-04
GRADLE-2327deal with project dependency cycles in eclipseSzczepan FaberResolvedWon't Fix2012-05-252017-02-10
GRADLE-2328Credentials-aware Gradle artifact cachingGradle ForumsResolvedWon't Fix2012-05-292017-02-10
GRADLE-2329Resolution issue during Ivy version conflicts with explicit artifact specification Brian HarrisResolvedWon't Fix2012-05-302017-02-10
GRADLE-2330idea plguin: Resources should be added as module dependenciesTobias TobiasenResolvedWon't Fix2012-05-312017-02-10
GRADLE-2331StackOverflow in TestNgOptions when trying to get things from the project scopeRené GröschkeMichael ArndtResolvedFixed2012-05-312013-01-04
GRADLE-2332org.gradle.messaging.remote.internal.MessageIOException: Could not read message from '/0:0:0:0:0:0:0:1:51794'.Etienne StuderResolvedWon't Fix2012-05-312017-02-10
GRADLE-2333The lib directory of classpath in application plugin should be configurableJohnny JianResolvedWon't Fix2012-06-042017-02-10
GRADLE-2334CompileTest task needs to support the compilerarg parametersMatti SchneiderResolvedWon't Fix2012-06-042017-02-10
GRADLE-2335Provide the ability to implement a custom HTTP authentication scheme for repository accessDaz DeBoerResolvedWon't Fix2012-06-042017-02-10
GRADLE-2336Error during project evaluation hidden by an other error in afterEvaluate closureStephane GallèsResolvedWon't Fix2012-06-052017-02-10
GRADLE-2337idea plugin uses javaplugin instead of javabaseplugin for Java projectsEmil SitResolvedWon't Fix2012-06-052017-02-10
GRADLE-2338all*.exclude rule being applied to external Groovy compiler classpathKirk RasmussenResolvedWon't Fix2012-06-052017-02-10
GRADLE-2339Need a Deb creation taskRussel WinderResolvedWon't Fix2012-06-072017-02-10
GRADLE-2340API consistency - dependencies expressed with 'group' and 'name', excludes with 'group' and 'module'wujek srujekResolvedWon't Fix2012-06-082017-02-10
GRADLE-2341unify gradle.build and settings.gradle?wujek srujekResolvedWon't Fix2012-06-082017-02-10
GRADLE-2342Running offline mode with a network failsPeter InesonResolvedFixed2012-06-082013-01-04
GRADLE-2343gradle --ui - invoking task without dependencies (-a) calls the -a and failswujek srujekResolvedWon't Fix2012-06-092017-01-16
GRADLE-2344Ambiguous Ivy module names generatedBrian HarrisResolvedWon't Fix2012-06-112017-02-10
GRADLE-2345Repositories that do not respond (i.e. timeout) are problemeticGradle ForumsResolvedDuplicate2012-06-112016-11-17
GRADLE-2346Run Bnd verifier on the generated Osgi manifestDetelin YordanovResolvedWon't Fix2012-06-122017-02-10
GRADLE-2347Jar created with incorrect name ending with '?.jar' when default version set in super projectDaniel JoyceResolvedWon't Fix2012-06-122017-02-10
GRADLE-2348test.single does not work when using an init-scriptGradle ForumsResolvedNot A Bug2012-06-132014-01-17
GRADLE-2349Upload to a remote repository with the maven plugin also installs into maven localLuke DaleyResolvedWon't Fix2012-06-132017-02-10
GRADLE-2350Update from 1.0m5 to 1.0: maven-cobertura-plugin not foundMarcus WarmResolvedWon't Fix2012-06-132017-02-10
GRADLE-2351taskGraph.allTasks should return a DomainObjectListLuke DaleyResolvedWon't Fix2012-06-132017-02-10
GRADLE-2352Incorrect handling of target-wildcard dependency in Ivy descriptorDaz DeBoerBrian HarrisResolvedFixed2012-06-132013-03-11
GRADLE-2353testng options includeGroups and suites do not play together wellSzczepan FaberResolvedWon't Fix2012-06-142017-02-10
GRADLE-2354TestNG hierarchical tests issueSzczepan FaberSzczepan FaberResolvedCannot Reproduce2012-06-142013-01-04
GRADLE-2355Scala FSC example seems to be brokenMarek WiącekResolvedWon't Fix2012-06-142017-02-10
GRADLE-2356Sync task from zipTree creates read only temporary filesLari HotariSteve ApplingResolvedFixed2012-06-142015-11-02
GRADLE-2357Running gradle with --no-daemon still forks a daemon when org.gradle.jvmargs are specifiedJan BolsResolvedWon't Fix2012-06-152017-02-10
GRADLE-2358Cannot load plugins by ID in unit testsLuke DaleyResolvedWon't Fix2012-06-152017-02-10
GRADLE-2359Cannot use propertyMissing(String) on extension in closureLuke DaleyResolvedFixed2012-06-152013-01-04
GRADLE-2360Copy task's rename: renames files but also copies originalsMartin KováčikResolvedWon't Fix2012-06-152017-02-10
GRADLE-2361")" character in JAVA_OPTS causes escaping problem in `gradle` startup scriptGradle ForumsResolvedWon't Fix2012-06-252017-02-10
GRADLE-2362eclipse-wtp should be supported on non-EAR/WAR projectsRadim KubackiAndrew OberstarResolvedFixed2012-06-252014-12-07
GRADLE-2363Binary plugin used in custom script - project.tasks.withType not workingGradle ForumsResolvedWon't Fix2012-06-262017-01-17
GRADLE-2364Cannot run build with --offline after attempting build with a broken repositoryGradle ForumsResolvedFixed2012-06-262013-01-04
GRADLE-2365Maven Repositories Should Use settings.xml For AuthenticationRay Gauss IIResolvedDuplicate2012-06-272017-02-08
GRADLE-2366Have mavenLocal() check M2_HOME/conf/settings.xmlRené GröschkeGradle ForumsResolvedFixed2012-06-272013-01-04
GRADLE-2367NullPointerException when Junit tests are run in parallelGradle ForumsResolvedFixed2012-06-282013-01-17
GRADLE-2368Eclipse plugin loses java source folder.Christian GraefeResolvedWon't Fix2012-06-292017-02-10
GRADLE-2369Dependency resolution fails for mavenLocal(), mavenCentral() if artifact partially in mavenLocal()Rob WinchResolvedDuplicate2012-06-292014-04-23
GRADLE-2370Idea plugin should fail if there are unresolved dependcies in the projectMarcin ErdmannResolvedDuplicate2012-06-302014-08-01
GRADLE-2371Scope mappings from POM dependency management do not consider type attributeGradle ForumsResolvedFixed2012-07-052013-11-10
GRADLE-2372No way to pass source files with extensions other than .groovy and .java to Groovy compilerPeter NiederwieserGradle ForumsResolvedFixed2012-07-052013-01-04
GRADLE-2373On the Windows 7 (64 bit SP1) command prompt, gradle fails to restore previous text color on exitGradle ForumsResolvedFixed2012-07-062013-01-04
GRADLE-2374Chmod not found when running under WindowsRené GröschkeGradle ForumsResolvedFixed2012-07-072013-01-04
GRADLE-2375FindBugs plugin: expose include filter and exclude filter configPeter NiederwieserDaniel GredlerResolvedFixed2012-07-092013-01-04
GRADLE-2376Allow building Maven Plugins using GradleAxel FontaineResolvedWon't Fix2012-07-092017-02-10
GRADLE-2377improve error message for checkstyle pluginSzczepan FaberResolvedWon't Fix2012-07-112017-02-10
GRADLE-2378source code links don't seem to work in pmd reportSzczepan FaberResolvedWon't Fix2012-07-112017-02-10
GRADLE-2379changing pmd's ignoreFailures does not change 'pmd' task inputsSzczepan FaberResolvedWon't Fix2012-07-112017-02-10
GRADLE-2380test task include/exclude does not work with TestNG suitesSzczepan FaberResolvedWon't Fix2012-07-112017-02-10
GRADLE-2381`gradle dependencies` output swallows classifier tagsGradle ForumsResolvedWon't Fix2012-07-112017-02-10
GRADLE-2382gradle tasks -all yields internal errorSzczepan FaberResolvedFixed2012-07-112013-01-04
GRADLE-2383GroovyCompile task uses `options.listFiles` instead of `groovyOptions.listFiles`Peter NiederwieserPeter NiederwieserResolvedFixed2012-07-112013-01-04
GRADLE-2384MarkupBuilder resolves labels as propertiesBjörn KautlerResolvedNot A Bug2012-07-132013-01-04
GRADLE-2385getting properties from a task gives a deprecated warningBjörn KautlerResolvedFixed2012-07-132013-01-04
GRADLE-2386System.console() returns null when used in conjunction with org.gradle.java.home propertyGradle ForumsResolvedWon't Fix2012-07-132017-02-10
GRADLE-2387java.lang.ArrayIndexOutOfBoundsException in compile task with Java8Mikko TiihonenResolvedFixed2012-07-132013-01-04
GRADLE-2388Provide Precreated Source/Javadoc/Groovydoc/Scaladoc JAR/Zip TasksAndrew OberstarResolvedWon't Fix2012-07-132017-02-10
GRADLE-2389Buildable filecollection in dependency block is not respected by IDE tasks René GröschkeResolvedWon't Fix2012-07-142017-02-10
GRADLE-2390Task input for simple property never UP-TO-DATEKelly RobinsonResolvedNot A Bug2012-07-142016-06-01
GRADLE-2391osgi plugin fails to jar if there are no classesGradle ForumsResolvedWon't Fix2012-07-172017-02-10
GRADLE-2392Gradle should create intermediate directories on publish to IvyGradle ForumsResolvedWon't Fix2012-07-172017-02-10
GRADLE-2393Add support for 'http_proxy' and 'https_proxy' environment variablesGradle ForumsResolvedWon't Fix2012-07-182017-02-10
GRADLE-2394IdeaProject does not apply pathVariables from DSL to its PathFactoryRayResolvedWon't Fix2012-07-182017-02-10
GRADLE-2395JAI dependency can't be find through mavenfx thoorensResolvedWon't Fix2012-07-192017-02-10
GRADLE-2396EclipseWtpPlugin incorrectly sets all utility JAR dependencies to be included in the parent WAR's WEB-INF/libDonát CsikósAndrew OberstarResolvedFixed2012-07-192017-01-25
GRADLE-2397When a task is declared with `overwrite: true`, task dependencies on original task stay intactGradle ForumsResolvedWon't Fix2012-07-212017-02-10
GRADLE-2398Gradle and tomcat7 cannot co-exist on Debian & Ubuntu due to bad package dependenciesJon CoxResolvedWon't Fix2012-07-212017-02-10
GRADLE-2399Rename Tooling API getGradleModelVersion() to getGradleModuleVersion() Luke DaleyResolvedFixed2012-07-242013-01-04
GRADLE-2400Dependency Resolution does not follow HTTP redirect to different hostDaz DeBoerDaz DeBoerResolvedFixed2012-07-252013-01-04
GRADLE-2401NPE when declaring file artifactsAndreas KirschbaumResolvedWon't Fix2012-07-262017-02-10
GRADLE-2402Code quality plugins require depenencies in project repositoriesJustin RyanResolvedWon't Fix2012-07-262017-02-10
GRADLE-2403test forkEvery does not work when testng suites are usedSzczepan FaberResolvedWon't Fix2012-07-262017-02-10
GRADLE-2404Groovy compilation with useAnt=true and fork=false fails with latest Groovy releasesPeter NiederwieserPeter NiederwieserResolvedFixed2012-07-272013-01-04
GRADLE-2405Tooling API should respect -Dgradle.user.homeRadim KubackiLuke DaleyResolvedWon't Fix2012-07-292017-02-10
GRADLE-2406Provide a clear error message when MavenDeployer finds no artifacts to deployEvgeny GoldinResolvedWon't Fix2012-07-302017-02-10
GRADLE-2407Cannot load custom plugin (from outside distribution) to project from an init scriptLuke DaleyResolvedDuplicate2012-07-302017-02-03
GRADLE-2408Daemons do not consider what distribution they are running from, potentially ignore distribution init scriptsLuke DaleyLuke DaleyResolvedFixed2012-07-302013-01-28
GRADLE-2409Incorrect Deployment Assembly with project dependenciesDonát CsikósMarten DeinumResolvedFixed2012-07-312017-01-25
GRADLE-2410configuration resolves fine even though some transitive dependencies are unresolvableSzczepan FaberResolvedWon't Fix2012-08-012017-02-10
GRADLE-2411Any artifact that is not a Java type (i.e. jar, war, ear) is implicitly added to the archives configurationLuke DaleyResolvedWon't Fix2012-08-012017-02-10
GRADLE-2412Unable to alter the name of the artifact if publishing via IvyGradle ForumsResolvedWon't Fix2012-08-012017-02-10
GRADLE-2413project.buildscript block should be ExtensionAwareLuke DaleyResolvedWon't Fix2012-08-012017-02-10
GRADLE-2414Tooling API appears to ignore gradleUserHomeDir when downloadingRadim KubackiGradle ForumsResolvedFixed2012-08-012014-01-21
GRADLE-2415Daemon holds lock on JARs used in buildscript classpath after build completesAndrew OberstarResolvedFixed2012-08-012016-08-01
GRADLE-2416Unexpected internal initialization error running Gradle version 1.1 on Linux RHEL 5.6 ppc64Gradle ForumsResolvedFixed2012-08-012013-01-04
GRADLE-2417Decorated objects cannot be used as dynamic receivers in closuresLuke DaleyLuke DaleyResolvedFixed2012-08-022013-01-04
GRADLE-2418Cannot declare dependency on a C++ library with artifacts built for multiple platformsAdam MurdochResolvedWon't Fix2012-08-022017-02-10
GRADLE-2419Tooling API holds JVM open after completionLuke DaleyLuke DaleyResolvedFixed2012-08-032013-01-04
GRADLE-2420gradle task logger always has the name org.gradle.api.Task, not the actual task type namewujek srujekResolvedWon't Fix2012-08-042017-02-10
GRADLE-2421Gradle unix scripts does not work on platforms where bash is not located at /bin/bashAdam MurdochResolvedFixed2012-08-052013-01-04
GRADLE-2422build problems with jnr-posix 1.1.8gilResolvedWon't Fix2012-08-062017-02-10
GRADLE-2423gradle distribution always downloaded, even if it is present in distributionPathSean FayResolvedWon't Fix2012-08-062017-02-10
GRADLE-2424Sonar task fails with ClassCastException for ch.qos.logback.classic.LoggerPeter NiederwieserErich OswaldResolvedFixed2012-08-072013-01-04
GRADLE-2425Eclipse classpath entry incorrectrapilabsResolvedWon't Fix2012-08-072017-02-10
GRADLE-2426Idea-Plugin does not create IPR when specified in "allprojects" section eventhough this should affect the root project as well. Timo Mika GläßerResolvedWon't Fix2012-08-072017-02-10
GRADLE-2427Maven plugin only adds install task for Java plugins.Gradle ForumsResolvedWon't Fix2012-08-082017-02-10
GRADLE-2428Dependency conflict resolution is not extension awareGradle ForumsResolvedWon't Fix2012-08-092017-02-10
GRADLE-2429A script to search upward for a gradlew to useGradle ForumsResolvedDuplicate2012-08-092017-01-24
GRADLE-2430eclipse task does not attach source if .jar has a classifierSteve EynonResolvedWon't Fix2012-08-092017-02-10
GRADLE-2431C++ compile task produces output file in incorrect location when building universal binaries on OS XAdam MurdochResolvedWon't Fix2012-08-112017-02-10
GRADLE-2432Support for PHPRavi TejaResolvedWon't Fix2012-08-132017-02-10
GRADLE-2433conflict resolution hides unresolved dependenciesSzczepan FaberResolvedWon't Fix2012-08-132017-02-10
GRADLE-2434Tooling API should provide information about 'aggregated' tasksRadim KubackiKris De VolderResolvedFixed2012-08-132014-03-20
GRADLE-2435Create an mvn compatible URL scheme for distribution downloadsLuke DaleyResolvedWon't Fix2012-08-142017-02-10
GRADLE-2436ExternalDependency.getModuleVersion returns null for unresolved dependenciesKris De VolderResolvedWon't Fix2012-08-142017-02-10
GRADLE-2437Create a new UserGuide subsection for debugging tests.Jeremy WhitingResolvedWon't Fix2012-08-152017-02-10
GRADLE-2438Task 'aM' is ambiguous in root project 'xxx'. Candidates are: 'addMD5Sum', 'assemble'.Björn KautlerResolvedWon't Fix2012-08-172017-02-10
GRADLE-2439strange behaviour with recursive method callsBjörn KautlerResolvedWon't Fix2012-08-202017-02-10
GRADLE-2440JavaCompile task does not remove stale classes when all source files are removedAdam MurdochResolvedFixed2012-08-202016-10-05
GRADLE-2441FindBugs rule violations were found. See the reportMarcus WarmResolvedNot A Bug2012-08-212013-01-04
GRADLE-2442Map Java compilation warning and error options to IDEA and EclipseAdam MurdochResolvedWon't Fix2012-08-212017-02-10
GRADLE-2443Gradle attempts to access missing jar file for Maven module with packaging = 'pom'Gradle ForumsResolvedNot A Bug2012-08-222014-01-29
GRADLE-2444Gradle daemon becomes unusableGradle ForumsResolvedFixed2012-08-232013-01-04
GRADLE-2445File system support does not work on Rasberry PiAdam MurdochGradle ForumsResolvedFixed2012-08-242013-01-04
GRADLE-2446OSGi manifest named properties return incorrect valuesLuke DaleyLuke DaleyResolvedFixed2012-08-242013-01-04
GRADLE-2447Gradle daemon docs page uses -t instead of tasksBenjamin MuschkoResolvedFixed2012-08-262013-01-04
GRADLE-2448Dependency pom.xml parsing errorsErik BroesResolvedNot A Bug2012-08-272013-11-10
GRADLE-2449Task creation options are not validated to exist (e.g. no fail fast on typo)Gradle ForumsResolvedFixed2012-08-282013-09-03
GRADLE-2450default test output stack trace is not recognized by IDEASzczepan FaberResolvedWon't Fix2012-08-282017-02-10
GRADLE-2451ProjectBuilder litters temp space.Luke DaleyResolvedWon't Fix2012-08-282017-02-10
GRADLE-2452Task autowiring should not query properties whose value cannot be BuildableAdam MurdochResolvedWon't Fix2012-08-292017-02-10
GRADLE-2453sourceCompatibility ignored when running with the org.gradle.java.home optionMike M.ResolvedWon't Fix2012-08-292017-02-10
GRADLE-2454Interpret tests that throw org.junit.internal.AssumptionViolatedException as "skipped"Peter NiederwieserResolvedFixed2012-08-292013-03-21
GRADLE-2455When the module meta-data cache considers a module missing from every repository, continue with resolution anywayAdam MurdochResolvedFixed2012-08-292013-01-04
GRADLE-2456problem with sha1 calculation while sending artifact from gradle to artifactoryZbigniew SokolowskiResolvedFixed2012-08-302013-01-04
GRADLE-2457Module descriptor cache contains corrupted descriptor files after a crashAdam MurdochResolvedFixed2012-08-302013-01-04
GRADLE-2458Module descriptor cache silently ignores failures to write descriptor file to the file storeAdam MurdochResolvedFixed2012-08-302013-01-04
GRADLE-2459LibCBackedTerminalDetector throws exception on JamVMGradle ForumsResolvedFixed2012-08-312013-01-04
GRADLE-2460Scala compiler is unable to find a javac compiler under Mac OS with Java 1.7, gradle 1.1Peter NiederwieserGradle ForumsResolvedFixed2012-09-022013-01-04
GRADLE-2461Daemon fails on < Win 7 if PATH env var is not setGradle ForumsResolvedFixed2012-09-042013-01-04
GRADLE-2462BuildLauncher.setStandardInput does not forward input until EOF has been reached.Attila KelemenResolvedWon't Fix2012-09-042017-02-10
GRADLE-2463Can't build gradle from sources from behind a proxyGradle ForumsResolvedWon't Fix2012-09-052017-02-10
GRADLE-2464failed attempts to connect to the daemon stack up and make the daemon slowerSzczepan FaberGradle ForumsResolvedFixed2012-09-062013-01-04
GRADLE-2465Use Gradle's HTML test report for TestNGSzczepan FaberResolvedFixed2012-09-062013-06-01
GRADLE-2466Support specifying GRADLE_OPTS as part of Wrapper taskGradle ForumsResolvedWon't Fix2012-09-062017-02-10
GRADLE-2467Providing an incorrect passphrase for the signing plugin should produce a better error diagnosticGradle ForumsResolvedWon't Fix2012-09-062017-02-10
GRADLE-2468Gradle reports internal error when unknown command line option is givenPeter NiederwieserResolvedFixed2012-09-072013-01-04
GRADLE-2469Maven cache cause Gradle fails retrieve dependenciesThibault DelorResolvedFixed2012-09-102013-11-10
GRADLE-2470Circular dependency between tasks reported if java plugin not applied before declaring dependencyRob WinchResolvedWon't Fix2012-09-102017-02-10
GRADLE-2471Test Dependency not resolved if Java Plugin is not applied first and the dependency is alphabetically firstRob WinchResolvedWon't Fix2012-09-102017-02-10
GRADLE-2472Maven snapshots are not being updatedGradle ForumsResolvedWon't Fix2012-09-122017-02-10
GRADLE-2473Findbugs task does not honor Findbugs extension properties. Gradle ForumsResolvedFixed2012-09-122013-01-04
GRADLE-2474Sonar default settings are changedAndy Van Den HeuvelResolvedWon't Fix2012-09-122017-02-10
GRADLE-2475System properties can only be passed to buildSrc build if there is an irrelevant settings.gradle abovePepper Lebeck-JobeLuke DaleyResolvedFixed2012-09-122016-03-22
GRADLE-2476artifact map notation does not validate keysSzczepan FaberResolvedWon't Fix2012-09-122017-02-10
GRADLE-2477support nested configuration resolutionSzczepan FaberMatthieu LeclercqResolvedFixed2012-09-132013-02-12
GRADLE-2478'Cross building' against multiple scala versionsAli Salim RashidResolvedWon't Fix2012-09-132017-02-10
GRADLE-2479Add an enabled flag to ArtifactRepositoryKevin StembridgeResolvedWon't Fix2012-09-152017-02-10
GRADLE-2480Antlr plugin doesn't workDiwaker GuptaResolvedWon't Fix2012-09-162017-02-10
GRADLE-2481idea and eclipse classpaths may not work out implicit task dependenciesSzczepan FaberResolvedWon't Fix2012-09-172017-02-10
GRADLE-2482Testing process infrastructure code runs with a context classloader that has access to user classesLuke DaleyResolvedWon't Fix2012-09-172017-02-10
GRADLE-2483Provide the dependencies of user defined configurations through the Tooling APIAttila KelemenResolvedWon't Fix2012-09-172017-02-10
GRADLE-2484Tests are not reported if ignored by class-level Junit @Ignore annotation Nikita SkvortsovResolvedFixed2012-09-182013-01-04
GRADLE-2485Setting test.jvmArgs accidentally sets test.debug=falseGradle ForumsResolvedFixed2012-09-182013-01-04
GRADLE-2486Parallel build fails with random Ivy resolution errorsSzabolcs PótaResolvedFixed2012-09-192013-01-04
GRADLE-2487IOException using maven2Gradle-generated gradle buildscriptsGradle ForumsResolvedFixed2012-09-192013-01-04
GRADLE-2488Sub-projects don't take on their parents' default tasks when Gradle runs from subdir?Gradle ForumsResolvedWon't Fix2012-09-192017-02-10
GRADLE-2489ulinks are shown as text in PDF userguideBjörn KautlerResolvedWon't Fix2012-09-202017-02-10
GRADLE-2490Do not promote tight couplingBjörn KautlerResolvedWon't Fix2012-09-202017-02-10
GRADLE-2491cut lines in the PDF userguideBjörn KautlerResolvedWon't Fix2012-09-202017-02-10
GRADLE-2492pom generation broken for parallel executionSzczepan FaberResolvedFixed2012-09-212017-01-27
GRADLE-2493Fullstops on single line in PDF userguideBjörn KautlerResolvedWon't Fix2012-09-212017-02-10
GRADLE-2494Footnotes are not shown alongside the annotated text in the PDF userguideBjörn KautlerResolvedWon't Fix2012-09-212017-02-10
GRADLE-2495Sporadic daemon connection issue on windowsGradle ForumsResolvedFixed2012-09-222013-01-17
GRADLE-2496Forcing a module version has no effect on generated org.eclipse.wst.common.componentDonát CsikósGradle ForumsResolvedFixed2012-09-242017-01-25
GRADLE-2497maven2Gradle generates 'sourceSets.test.classes' instead of 'sourceSets.test.output'Gradle ForumsResolvedFixed2012-09-242013-01-04
GRADLE-2498IOException during compareGradleBuildsBjörn KautlerResolvedWon't Fix2012-09-262017-02-10
GRADLE-2499Cannot copy archives in compareGradleBuildsBjörn KautlerResolvedWon't Fix2012-09-262017-02-10
GRADLE-2500Make CreateStartScripts (from the application plugin) class part of the public APIJaroslaw LewandowskiResolvedFixed2012-09-272013-01-17
GRADLE-2501installApp generated shell script is too verbose when performing internal cdGerd AschemannResolvedFixed2012-09-282013-01-04
GRADLE-2502Latest status resolution not working properly since Gradle 1.1Gradle ForumsResolvedFixed2012-09-282013-01-04
GRADLE-2503Add GradleBuild.setExcludedTasks() methodKevin StembridgeResolvedWon't Fix2012-09-302017-02-10
GRADLE-2504Resolving dynamic ivy versions from different remote repositories causes NullpointerExceptionRené GröschkeResolvedFixed2012-10-012013-01-04
GRADLE-2505maven2Gradle should use short dependency notationSzczepan FaberResolvedWon't Fix2012-10-022017-02-10
GRADLE-2506TestNG html report issues when forkEvery/maxParallelForks usedteSzczepan FaberResolvedFixed2012-10-032013-01-21
GRADLE-2507allSource broken with Java and Resources in same directory and using filterRonald BlaschkeResolvedWon't Fix2012-10-032017-02-10
GRADLE-2508Bounded message queues can deadlockRonald BlaschkeResolvedWon't Fix2012-10-032017-02-10
GRADLE-2509NPE in org.gradle.api.internal.CachingDirectedGraphWalkerJonathan ImperialResolvedWon't Fix2012-10-042017-02-10
GRADLE-2510Gradle writes --debug level log behind the hoodSzczepan FaberResolvedWon't Fix2012-10-052017-02-10
GRADLE-2511Generated POM does not include dependencies if POM is customized before applying Java pluginGradle ForumsResolvedWon't Fix2012-10-082017-02-10
GRADLE-2512Provide a better error message when trying to add an action to an already executing taskSzczepan FaberResolvedFixed2012-10-082013-05-07
GRADLE-2513GRADLE_USER_HOME doesn't resolve correctly running under cygwinKirk RasmussenResolvedWon't Fix2012-10-082017-02-10
GRADLE-2514afterEvaluate closure not executed when evaluationDependsOn is specifiedAlex LResolvedWon't Fix2012-10-092017-02-10
GRADLE-2515Possible bug on plugin task overrideSzczepan FaberAlexander JipaResolvedCannot Reproduce2012-10-092013-01-04
GRADLE-2516Using gradleApi() may lead to classpaths with conflicting jar versionsSzczepan FaberResolvedWon't Fix2012-10-102017-02-10
GRADLE-2517Eclipse plugin adds non exiting directories to classpathSergey KadanerResolvedWon't Fix2012-10-112017-02-10
GRADLE-2518import dependencies list from maven pom.xml fileVyacheslav SakhnoResolvedWon't Fix2012-10-122017-02-10
GRADLE-2519Builds run with testReport = false still prints out URL to non-existent HTML test report on test failures.Gradle ForumsResolvedFixed2012-10-122013-05-22
GRADLE-2520Javadoc options need some orderingRonald BlaschkeResolvedFixed2012-10-122013-01-04
GRADLE-2521SelfResolvingDependencies and builtBySzczepan FaberResolvedWon't Fix2012-10-152017-02-10
GRADLE-2522Announce plugin does not work with Growl 2.0Benjamin MuschkoResolvedFixed2012-10-162013-01-17
GRADLE-2523jettyRun fails to run with resources required to be in web-inf/lib directory such as taglibs, it does not build a fully exploded WARJayson MinardResolvedWon't Fix2012-10-182017-02-10
GRADLE-2524JAVA PLUGIN - test task - Setting of logger (using java.util.logging) is reset to defaults inside the test method (using TestNG) Pepper Lebeck-JobeFilip BrychtaResolvedFixed2012-10-192016-05-12
GRADLE-2525env vars configurable in Tooling API for build execution / model building.Gradle ForumsResolvedWon't Fix2012-10-222017-02-10
GRADLE-2526GenerateEclipseWtpComponent creates multiple entries for snapshot versionsPeter NiederwieserRené GröschkeResolvedFixed2012-10-232013-01-04
GRADLE-2527Test class detection not working for custom Test tasksRené GröschkeResolvedFixed2012-10-232013-01-04
GRADLE-2528NPE during dependency resolution related to missing configurationStephane GallèsResolvedWon't Fix2012-10-232017-02-10
GRADLE-2529Embedding Gradle (Tooling API) is inconvenient due to number of jarsSzczepan FaberResolvedFixed2012-10-232013-01-17
GRADLE-2530Add support for allowing child processes to inherit the parents stdio (or at least simulating this)Gradle ForumsResolvedWon't Fix2012-10-232017-02-10
GRADLE-2531Changes to buildSrc directory are not always detected.Gradle ForumsResolvedDuplicate2012-10-232016-09-21
GRADLE-2532make it possible to configure the working dir via the tooling APIGradle ForumsResolvedWon't Fix2012-10-232017-02-10
GRADLE-2533Add a property to the Sonar configuration to select which coverage tool to useErich OswaldResolvedWon't Fix2012-10-242017-02-10
GRADLE-2534latest.integration ignores versions published without a metadata file when there are older versions published with a metadata fileAdam MurdochResolvedFixed2012-10-242013-11-10
GRADLE-2535unnecessary http requests when resolving a dynamic revision from multiple repositoriesAdam MurdochResolvedFixed2012-10-252013-11-10
GRADLE-2536Setting an ext property should set the value of existing properties on the ownerGradle ForumsResolvedWon't Fix2012-10-252017-02-10
GRADLE-2537Allow to provide credentials for Wrapper distributionUrlEvgeny GoldinResolvedWon't Fix2012-10-252017-02-10
GRADLE-2538Able to compile Groovy BEFORE JavaWolfgang HäfelingerResolvedWon't Fix2012-10-272017-02-10
GRADLE-2539latest.release should consider the release information in maven-metadata.xml when resolving from a maven repositoryAdam MurdochResolvedWon't Fix2012-10-282017-02-10
GRADLE-2540TestNG test events contain TestDescriptors without correct parent Szczepan FaberResolvedNot A Bug2012-10-292013-01-04
GRADLE-2541\u is not allowed in commentsOliver KoppResolvedWon't Fix2012-10-302017-02-10
GRADLE-2542"Received unexpected module descriptor" exception if Ivy resolver returns different module than the one specified; e.g: foo#bar;default ==> foo#bar;1.2.3 Peter HorvathResolvedWon't Fix2012-10-312017-02-10
GRADLE-2543performance regression in dependency resolution when using local file repositoriesAdam MurdochResolvedFixed2012-11-012013-01-04
GRADLE-2544artifact cache can become corrupted on concurrent update by multiple processesAdam MurdochResolvedFixed2012-11-012013-01-04
GRADLE-2545Wrong JAVA_HOME settingVadymResolvedWon't Fix2012-11-032017-02-10
GRADLE-2546directory scanning is inefficient when all include patterns share a common prefixAdam MurdochResolvedFixed2012-11-042013-02-10
GRADLE-2547Temporary files are left behind under ~/.gradle/artifacts-*/filestoreAdam MurdochResolvedFixed2012-11-042013-01-04
GRADLE-2548scalaCompile task is not correctly incremental wrt javaCompileSzczepan FaberResolvedWon't Fix2012-11-062017-02-10
GRADLE-2549different behavior of scalaCompile 1.3 vs 1.2Szczepan FaberResolvedWon't Fix2012-11-062017-02-10
GRADLE-2550CopySpec eachFile does not visit child specs added with "with"Perryn FowlerMichael MeiselResolvedFixed2012-11-132014-03-26
GRADLE-2551 libjnidispatch.so of jna shipped with gradle does not work on FreeBSDZsolt KútiResolvedFixed2012-11-132014-04-18
GRADLE-2552Duplicate files in "gradle-1.3-rc-1-all.zip"Luke DaleyGradle ForumsResolvedFixed2012-11-132013-01-04
GRADLE-2553Native Libraries are in the wrong directoryStefan WagnerResolvedWon't Fix2012-11-142017-02-10
GRADLE-2554The name of repositories based on user supplied resolvers uses a hardcoded nameSzczepan FaberResolvedFixed2012-11-142013-01-04
GRADLE-2555NPE when resolving dependencies where a conflicted artifact introduces common dependentsSzczepan FaberSzczepan FaberResolvedCannot Reproduce2012-11-142013-11-25
GRADLE-2556Atributtes eclipse .classpath file generated from eclipse plugin are not ordered Zbigniew SokolowskiResolvedWon't Fix2012-11-152017-02-10
GRADLE-2557Gradle wrapper download/extract is not threadsafeGradle ForumsResolvedFixed2012-11-152013-03-27
GRADLE-2558Maven POMs are written with platform encoding, not always UTF-8.Luke DaleyLuke DaleyResolvedFixed2012-11-162013-01-04
GRADLE-2559maven2Gradle task creates invalid build.gradle file when EnforcerPlugin is defined in pom.xmlRené GröschkeRené GröschkeResolvedFixed2012-11-172013-01-04
GRADLE-2560maven2gradle should not convert enforcer plugin banned dependencies to exclude rulesAdam MurdochResolvedWon't Fix2012-11-192017-02-10
GRADLE-2561Cannot build 1.3 rc 2. Possible dependency or task input/output bug?Danny YatesResolvedDuplicate2012-11-192013-01-18
GRADLE-2562Empty error messages after import a Gradle project in EclipseGabor GutaResolvedWon't Fix2012-11-202017-02-10
GRADLE-2563Documentation for TestNGOptions parallel is incorrectRobert RyalsResolvedWon't Fix2012-11-202017-02-10
GRADLE-2564Gradle 1.3 wrapper java.io.UnsupportedEncodingExceptionGradle ForumsResolvedFixed2012-11-222013-03-01
GRADLE-2565Expose property in "Test" that allows setting JNI path for the forked JVMPeter HorvathResolvedWon't Fix2012-11-222017-02-10
GRADLE-2566Regression with file pattern matching: GStringImpl cannot be cast to StringSzczepan FaberResolvedFixed2012-11-222014-11-17
GRADLE-2567NoSuchElementException generating ivy.xml when project has no configurations definedAdam MurdochResolvedWon't Fix2012-11-222017-02-10
GRADLE-2568Cannot apply cpp-lib and cpp-exe plugins to the same projectAdam MurdochResolvedFixed2012-11-222013-07-17
GRADLE-2569Resolving dependencies results in a NPE Markus HaasResolvedWon't Fix2012-11-262017-02-10
GRADLE-2570it is possible to configure TestNG to write old and new HTML report to the same spotSzczepan FaberResolvedWon't Fix2012-11-262017-02-10
GRADLE-2571Configuring compileJava with options.debug = true not having expected effectJohn FergusonResolvedWon't Fix2012-11-262017-02-10
GRADLE-2572Newlines are not supported in JUnit test namesAdam MurdochResolvedFixed2012-11-262013-01-04
GRADLE-2573Gradle internal error Could not create JNA native librarySteve FordResolvedNot A Bug2012-11-272014-04-18
GRADLE-2574"Unable to resolve class" after moving a class from src/main/groovy to src/main/javaGradle ForumsResolvedWon't Fix2012-11-272017-02-10
GRADLE-2575Generated ivy.xml is incorrect for project with 'war' plugin appliedGradle ForumsResolvedWon't Fix2012-11-282017-02-10
GRADLE-2576User Guide glossary section is unfinishedDaz DeBoerResolvedWon't Fix2012-11-282017-02-10
GRADLE-2577Not able to run gradle samples - proxy errorM M ResolvedWon't Fix2012-11-292017-02-10
GRADLE-2578Ivy VfsResolver is missing org/apache/commons/vfs/FileSystemManager from commons-vfsAlexander SchadeResolvedWon't Fix2012-11-292017-02-10
GRADLE-2579SourceTask is always up-to-date after all source files are deletedLóránt PintérGradle ForumsResolvedFixed2012-11-302016-10-05
GRADLE-2580Init script's classpath dependencies are not accessible in the build scriptGradle ForumsResolvedWon't Fix2012-11-302017-02-10
GRADLE-2581When a file isn't recognised as file - copy{ .. } and delete{ .. } failEvgeny GoldinResolvedWon't Fix2012-12-022017-02-10
GRADLE-2582Parallel resolution of artifactsBen ManesResolvedDuplicate2012-12-022017-02-02
GRADLE-2583Unexpected internal initialization error running Gradle version 1.1 on Linux for IBM System zBalthasar NebelResolvedFixed2012-12-032013-05-27
GRADLE-2584Eclipse plugin does not filter libraries provided by the ScalaIDE plugin when they are included as transitive dependenciesAdam MurdochResolvedWon't Fix2012-12-032017-02-10
GRADLE-2585Too many requests for maven-metadata.xml when resolving a snapshot dependencyAdam MurdochResolvedFixed2012-12-032013-01-04
GRADLE-2586Provide --configuration parameter to dependencies taskBenjamin MuschkoResolvedFixed2012-12-042013-01-04
GRADLE-2587Provide option to fork Sonar analysisLuke DaleyGradle ForumsResolvedFixed2012-12-042014-09-02
GRADLE-2588Scala plugin eliminates javabuilder from eclipse .project filePeter NiederwieserAndrew DeclercqResolvedCannot Reproduce2012-12-042013-01-21
GRADLE-2589Provide mechanism to explicitly set authentication schemeDaz DeBoerResolvedWon't Fix2012-12-052017-02-10
GRADLE-2590Gradle tries to downloads artifactory metadata despite using artifact only notationDaniel BeckResolvedWon't Fix2012-12-062017-02-10
GRADLE-2591Daemon crashes when running on IBM JVM and LinuxAdam MurdochResolvedFixed2012-12-092013-01-04
GRADLE-2592Generated eclipse .classpath includes non-jar entries that lead to errors on importGradle ForumsResolvedWon't Fix2012-12-102017-02-10
GRADLE-2593Application plugin adds superfluous directory depth to archiveKirk StorkResolvedWon't Fix2012-12-102017-02-10
GRADLE-2594resolution of project dependency at configuration time does not evaluate projectSzczepan FaberHoward M. Lewis ShipResolvedFixed2012-12-112013-03-11
GRADLE-2595Provide "bin/gradleDebug"Evgeny GoldinResolvedWon't Fix2012-12-112017-02-10
GRADLE-2596API support for adding source directory setsGradle ForumsResolvedWon't Fix2012-12-122017-02-10
GRADLE-2597StartParameter.setGradleUserHomeDir does not take GRADLE_USER_HOME into accountJustin RyanResolvedFixed2012-12-122014-04-20
GRADLE-2598Multiple HttpClient instances initialised for a single http repositoryDaz DeBoerResolvedFixed2012-12-122013-01-04
GRADLE-2599Automatic clean tasks don't treat outputs.files correctlyStanford S. GuilloryResolvedWon't Fix2012-12-132017-02-10
GRADLE-2600JamVM + GNU Classpath 0.99 cannot run gradle -vAndrea GalbuseraResolvedWon't Fix2012-12-142017-02-10
GRADLE-2601Provide proper out of the box support for AspectJMarcel OverdijkResolvedWon't Fix2012-12-172017-02-10
GRADLE-2602Allow environmental override of wrapper.properties files.Luke DaleyResolvedWon't Fix2012-12-172017-02-10
GRADLE-2603war plugin builds war even if test failsJeff StoreyResolvedWon't Fix2012-12-172016-09-14
GRADLE-2604integ tests are affected by the content of local maven repoSzczepan FaberResolvedFixed2012-12-182013-02-10
GRADLE-2605Change of platform file encoding does not cause recompile when not using explicit encoding for JavaCompileLuke DaleyResolvedWon't Fix2012-12-192017-02-10
GRADLE-2606Deprecation warning about inferring extension from POM packaging, even though extension was specified by client Luke DaleyResolvedFixed2012-12-202014-06-04
GRADLE-2607Lifecycle tasks not calling overwritten tasksGradle ForumsResolvedWon't Fix2012-12-212017-02-10
GRADLE-2608Allow the location of the Gradle cache to be specified independent of the user home dirLuke DaleyResolvedDuplicate2012-12-212017-02-03
GRADLE-2609Build hangs forever when test JVM gets killedPeter NiederwieserResolvedFixed2012-12-222013-01-17
GRADLE-2610NamedDomainObjectContainer element configuration closure swallows MissingFieldExceptionLuke DaleyAdam MurdochResolvedCannot Reproduce2012-12-262013-01-07
GRADLE-2611'uploadArchives' succeeds on empty URLGradle ForumsResolvedWon't Fix2012-12-272017-02-10
GRADLE-2612Switching TestFramework in Test task leaves stale Test result xml is result directoryRené GröschkeResolvedWon't Fix2012-12-282017-02-10
GRADLE-2613EOFException when a cache open times out while the other process is releasing the lockAdam MurdochResolvedFixed2012-12-282013-01-04
GRADLE-2614POMs are written with the default line ending of the platformGradle ForumsResolvedWon't Fix2013-01-022017-02-10
GRADLE-2615Gradle cannot execute Cucumber-JVM tests (as JUnit) due to NPE in Gradle infrastructureGradle ForumsResolvedFixed2013-01-022013-11-10
GRADLE-2616Remove creating of named container elements via property read in container configuration closuresLuke DaleyResolvedWon't Fix2013-01-032017-02-10
GRADLE-2617Some exception during plugin.apply() cant be eaten and don't break the buildLuke DaleyXavier DucrohetResolvedDuplicate2013-01-032016-11-17
GRADLE-2618Provide a way to disable STANDARD_[OUT/ERR] banner when test logging standard streams are enabledmark petrovicResolvedWon't Fix2013-01-042017-02-10
GRADLE-2619Cannot update resolutionStrategy inside configurations blockGradle ForumsResolvedWon't Fix2013-01-082017-02-10
GRADLE-2620Eclipse classpath.file.whenMerged hook breaks confusingly for non-java projectsGradle ForumsResolvedWon't Fix2013-01-092017-02-10
GRADLE-2621eclipse plugin puts source jars as classpath entriesSzczepan FaberResolvedWon't Fix2013-01-092017-02-10
GRADLE-2622Gradle gets stuck if process executed spawns another processEvgeny GoldinResolvedWon't Fix2013-01-092017-02-10
GRADLE-2623testng xml package elements are ignoredDaniel ZapataResolvedWon't Fix2013-01-092017-02-10
GRADLE-2624settings.gradle (or file specified in --settings-file) not considered when using --build-file with argument other than "build.gradle"Sune KellerResolvedWon't Fix2013-01-102017-02-10
GRADLE-2625Some system properties (e.g. user.home) are not forwarded to the daemon (if they are part of the environment)Luke DaleyResolvedWon't Fix2013-01-102017-02-10
GRADLE-2626Obscure error message when one of arguments for Exec task is NULLVitaliy GarnashevichResolvedWon't Fix2013-01-112017-02-10
GRADLE-2627Add support for Eclipse PDERemon SinnemaResolvedWon't Fix2013-01-112016-11-22
GRADLE-2628Allow build script classpath to be adjusted in script loaded via "apply from" Peter HorvathResolvedWon't Fix2013-01-112017-02-10
GRADLE-2629Daemon cannot be started with -Dcom.sun.management.jmxremote in GRADLE/JAVA_OPTSRené GröschkeLuke DaleyResolvedFixed2013-01-112016-04-01
GRADLE-2630Single use daemon process should exit before the client process exitsLuke DaleyResolvedWon't Fix2013-01-112017-02-10
GRADLE-2631Gradle does not support builds using JDK8Russel WinderResolvedFixed2013-01-142017-01-23
GRADLE-2632Incorrect UP-TO-DATE for subproject taskVitaliy GarnashevichResolvedNot A Bug2013-01-142017-01-23
GRADLE-2633testClassesDir has wrong default value in docsShinResolvedFixed2013-01-142017-01-16
GRADLE-2634Gradle doesn't run on Debian if TERM is not setStefan WolfRussel WinderResolvedFixed2013-01-152016-08-26
GRADLE-2635Tooling API ignores logging command line parametersSzczepan FaberResolvedFixed2013-01-152013-01-21
GRADLE-2636ant.exec call failed randomly with message 'exec doesn't support the nested "xslt" element'Jem MawsonResolvedWon't Fix2013-01-162017-02-10
GRADLE-2637Daemon does not respect javax.net.ssl.* system properties that need to be specified on system startupRené GröschkeGradle ForumsResolvedFixed2013-01-172016-04-01
GRADLE-2638Parent directories are not created when task file outputs are declared using the API, but are when using annotationsGradle ForumsResolvedDuplicate2013-01-182017-02-03
GRADLE-2639NTLM Authentication fails when http.keepAlive is set to falseDaz DeBoerResolvedFixed2013-01-192015-12-10
GRADLE-2640Misleading log message when reusing cached resourceDaz DeBoerResolvedWon't Fix2013-01-192017-02-10
GRADLE-2641Cannot resolve parent POM with SNAPSHOT versionDaz DeBoerResolvedFixed2013-01-192013-01-24
GRADLE-2642ProjectBuilder test fixture cannot resolve remote dependenciesAdam MurdochResolvedFixed2013-01-192013-01-20
GRADLE-2643TestNG annotated Test method with attribute enabled=false are not reported as skippedRené GröschkeResolvedWon't Fix2013-01-212017-02-10
GRADLE-2644nexus repository gets .jar in a second step after .pomrupert thurnerResolvedWon't Fix2013-01-212017-01-24
GRADLE-2645conversion from maven yields xml parsing errorSzczepan FaberSzczepan FaberResolvedFixed2013-01-212013-01-21
GRADLE-2646Sonar task fails with java.lang.RuntimeExceptionLuke DaleyOliver KoppResolvedWon't Fix2013-01-212015-04-30
GRADLE-2647Annotations using the groovy plugin are unable to resolve classes passed to it. tomas linResolvedWon't Fix2013-01-212017-02-10
GRADLE-2648Known-issues section of release notes does not work for RC releasesDaz DeBoerResolvedWon't Fix2013-01-212017-02-10
GRADLE-2649Test report uses suite class name instead of implementation class name for tests run via @RunWith(Suite.class).Adam MurdochResolvedFixed2013-01-212014-02-24
GRADLE-2650HttpClient forces connection reset while attempting NTLM proxy authenticationDaz DeBoerResolvedFixed2013-01-232015-02-06
GRADLE-2651test worker process failures are hard to diagnoseSzczepan FaberResolvedWon't Fix2013-01-232017-02-10
GRADLE-2652IDEA and eclipse do not respect Gradle's conflict resolutionGradle ForumsResolvedWon't Fix2013-01-252017-02-10
GRADLE-2653Updating configurations causes problems with the eclipse wtp supportSzczepan FaberResolvedFixed2013-01-252013-01-29
GRADLE-2654gradle can run tests from jarsGradle ForumsResolvedDuplicate2013-01-252016-12-12
GRADLE-2655Gradle Daemon stays open after Eclipse shuts downGradle ForumsResolvedWon't Fix2013-01-252017-02-10
GRADLE-2656dependencies inherited from other configurations do not respect original resolution strategySzczepan FaberResolvedWon't Fix2013-01-262016-09-12
GRADLE-2657Gradle Sonar plugin broken with Sonar 3.4Gradle ForumsResolvedFixed2013-01-272013-03-15
GRADLE-2658Cannot set log level for a specific taskEtienne StuderResolvedDuplicate2013-01-282016-12-13
GRADLE-2659Support Scala Testing frameworksEtienne StuderResolvedWon't Fix2013-01-282017-02-10
GRADLE-2660Issue adding a dependent to a specific configuration, other than the default configurationsJohn SmithResolvedWon't Fix2013-01-282017-02-10
GRADLE-2661eclipse wtp plugin does not honor minusConfigurations for file dependenciesSzczepan FaberResolvedFixed2013-01-292013-01-29
GRADLE-2662ant:scalac using target jvm-1.5Peter NiederwieserGradle ForumsResolvedFixed2013-01-292013-04-23
GRADLE-2663Enabling configuration-on-demand causes ToolingAPI (IDE integration) to hang indefinitelyGradle ForumsResolvedFixed2013-01-292013-01-29
GRADLE-2664Respect custom gradle user home defined via env variable during tooling api processingDenis ZhdanovResolvedWon't Fix2013-01-302017-02-10
GRADLE-2665Can not run tasks like compile, war etcSanjay SharmaResolvedNot A Bug2013-01-302013-01-30
GRADLE-2666maven2Gradle runs into NullpointerRené GröschkeGradle ForumsResolvedFixed2013-01-312013-06-28
GRADLE-2667Juint tests break on JDK8 b74Danno FerrinResolvedFixed2013-02-012013-11-20
GRADLE-2668Strange behaviour of IdeaProject.languageLevelGradle ForumsResolvedWon't Fix2013-02-012017-02-02
GRADLE-2669Links to subsections of release notes don't behave correctly in Safari 6Peter NiederwieserResolvedWon't Fix2013-02-012017-02-10
GRADLE-2670ContentFilterable#filter(Closure) should append the line ending found in source, not the "line.separator" System property.Geoff GranumResolvedWon't Fix2013-02-022017-02-10
GRADLE-2671Project extensions cannot be dependency injectedLuke DaleyResolvedWon't Fix2013-02-042017-02-10
GRADLE-2672Gradle reports contain incorrect values for test case timesGradle ForumsResolvedNot A Bug2013-02-072013-02-16
GRADLE-2673Gradle shell script corrupts JAVA_HOME environment variable on Windows/CygwinGradle ForumsResolvedFixed2013-02-072015-07-30
GRADLE-2674Gradle excludes all transitive dependencies when ivy.xml uses exclude on 'type' or 'conf' attributesBenjamin MuschkoGradle ForumsResolvedFixed2013-02-072014-12-04
GRADLE-2675Add option to eagerly send HTTP authentication headersDaniel BeckResolvedFixed2013-02-112016-06-06
GRADLE-2676Tooling API: Correct 'gradle' project's intellij viewDenis ZhdanovResolvedFixed2013-02-122017-02-02
GRADLE-2677Tooling API: Expose information about buildSrc (if any)Denis ZhdanovResolvedFixed2013-02-122017-02-02
GRADLE-2678Gradle may resolve project module dependencies wronglyGradle ForumsResolvedWon't Fix2013-02-122017-02-10
GRADLE-2679UnsupportedOperationException in ExternalResourceResolverStephane GallèsResolvedFixed2013-02-122017-02-02
GRADLE-2680Tooling API: Expose information about custom source setsDenis ZhdanovResolvedWon't Fix2013-02-122017-02-10
GRADLE-2681Mirror definition in maven settings.xml overwrites mavenDeployer configurationGradle ForumsResolvedFixed2013-02-132015-01-25
GRADLE-2682Cross compilation of Groovy annotation on Java class does not workwujek srujekResolvedWon't Fix2013-02-132017-02-10
GRADLE-2683Documentation for ModuleDependency#exclude(Map) is not explicit about supported options.Luke DaleyResolvedWon't Fix2013-02-142017-02-10
GRADLE-2684Validate org.gradle propertiesPeter WalkerResolvedWon't Fix2013-02-142017-02-10
GRADLE-2685Tar task follows symbolic links and duplicates filesGradle ForumsResolvedWon't Fix2013-02-202017-02-10
GRADLE-2686codenarc plugin failsChristian LippResolvedWon't Fix2013-02-212017-01-24
GRADLE-2687Tooling API: Allow to completely suppress stdout and stderrRadim KubackiDenis ZhdanovResolvedFixed2013-02-212017-02-08
GRADLE-2688Gradle reports that "dynamic revision cache is expired" for static revisionGradle ForumsResolvedFixed2013-02-212013-03-11
GRADLE-2689Gradle fails extending configuration from parent projectJesper SkovResolvedWon't Fix2013-02-222016-11-22
GRADLE-2690Make Gradle artifact cache portable (make cache paths relative to cache base)William PriceResolvedDuplicate2013-02-222017-02-06
GRADLE-2691maven2gradle generates deprecated property assignmentGradle ForumsResolvedFixed2013-02-222013-03-28
GRADLE-2692Using an Ivy ChainResolver constructed from ivysettings.xml fails with StackOverflowErrorGradle ForumsResolvedWon't Fix2013-02-242017-02-10
GRADLE-2693When resolving Ivy modules, Gradle does not prevent access to private configurationsGradle ForumsResolvedWon't Fix2013-02-262017-02-10
GRADLE-2694Wrong setter used by DSLXavier DucrohetResolvedFixed2013-02-262017-01-16
GRADLE-2695java.lang.ClassFormatError: Duplicate method name&signature in custom task's class file after upgrading to Gradle 1.3Gradle ForumsResolvedFixed2013-02-272013-11-18
GRADLE-2696Please add "embedded" as part of GradleConnector APIAlex RuizResolvedWon't Fix2013-02-282017-02-10
GRADLE-2697UncheckedIOException when system property value added to test task is not serializableGradle ForumsResolvedWon't Fix2013-03-052017-02-10
GRADLE-2698Gradle copy task does not preserve file modification timesDaniel BeckResolvedDuplicate2013-03-062017-01-25
GRADLE-2699Gradle wrapper race condition when concurrently executingGradle ForumsResolvedFixed2013-03-072013-03-25
GRADLE-2700Task subclasses are inadequately documentedLuke DaleyResolvedWon't Fix2013-03-082017-02-10
GRADLE-2701"exclude" specified in the top-level build file using allprojects clause is not applied when generating eclipse files for a subprojectHemant GokhaleResolvedNot A Bug2013-03-082013-04-02
GRADLE-2702testRuntime/testCompile configuration resolved even if there are no testsSzczepan FaberSzczepan FaberResolvedFixed2013-03-102013-06-29
GRADLE-2703gradle-1.4 does not respect root directoryrupert thurnerResolvedWon't Fix2013-03-122017-01-16
GRADLE-2704webDist example not working correctlyBalázs MihályResolvedCannot Reproduce2013-03-122017-01-16
GRADLE-2705UnsatisfiedLinkError running Gradle with 64-bit JVM on Windows 2003 and earlierGradle ForumsResolvedFixed2013-03-122013-03-28
GRADLE-2706With Gradle 1.5 - PMD applying basic rules even when they are not included in our rule set filesGradle ForumsResolvedFixed2013-03-142013-05-07
GRADLE-2707logback and gradleMihai CAZACUResolvedWon't Fix2013-03-142017-02-10
GRADLE-2708Task properties are not in scope in Script copy methodSteinar HaugenResolvedWon't Fix2013-03-152017-02-10
GRADLE-2709Dependency in Maven local with POM and no JAR file results in dependency resolve failureGraeme RocherResolvedFixed2013-03-182013-09-09
GRADLE-2710Properties are not reapplied from local file on Windows Seven. This behavior is not observed on Ubuntu.Vadym YepishovResolvedWon't Fix2013-03-182017-02-03
GRADLE-2711uploadArchives installs artifacts with timestamp into .m2u sResolvedWon't Fix2013-03-192017-02-10
GRADLE-2712Diagnostic message should be more informativeDmitry DobryninResolvedWon't Fix2013-03-202017-02-10
GRADLE-2713Dependency pulled remotely with same name, group and version as a multiproject subproject results in mysterious hard to fix errorGraeme RocherResolvedWon't Fix2013-03-202017-02-10
GRADLE-2714CacheOpenException when building on NFS mountMarco VermeulenResolvedWon't Fix2013-03-202017-02-10
GRADLE-2715Cannot resolve an ivy module with custom ivy statusGradle ForumsResolvedFixed2013-03-202013-09-03
GRADLE-2716Provide support for resolving custom status values with defined rank using latest.[custom]Daz DeBoerResolvedFixed2013-03-212013-09-03
GRADLE-2717'Resource missing.' info logging for POM files when using Ivy.Thomas GlaeserResolvedNot A Bug2013-03-212013-03-21
GRADLE-2718NullPointerException in GUtil.addToCollection occurs when JavaExec args is NULLVenkatesh NannanResolvedWon't Fix2013-03-212017-02-10
GRADLE-2719In Maven POM, pom.project.developers*.developer.organization becomes org.apache.maven.model.Organization@...Hendy IrawanResolvedDuplicate2013-03-232017-01-16
GRADLE-2720JSCover - MessageIOException (gradle-1.5-rc-3)tntim96ResolvedWon't Fix2013-03-252017-02-10
GRADLE-2721Allow the definition of aliases in build.gradleNathan WellsResolvedWon't Fix2013-03-252017-02-10
GRADLE-2722binResultsDir is a required field in test task starting in 1.4William LichtenbergerResolvedFixed2013-03-252017-02-02
GRADLE-2723Gradle wrapper duplicates identical Gradle distributions in user homeGradle ForumsResolvedWon't Fix2013-03-252017-02-02
GRADLE-2724No way to off color output in a persistent wayGradle ForumsResolvedWon't Fix2013-03-262017-02-02
GRADLE-2725StackOverflowError when running unittests from gradleGradle ForumsResolvedWon't Fix2013-03-272017-02-10
GRADLE-2726Eclipse plugin adds only the last srcDir having the same leaf folder name of a sourceSet.Ertan DenizResolvedWon't Fix2013-03-272017-02-10
GRADLE-2727maven2gradle conversion fails when child module poms do not contain a elementAdam MurdochResolvedWon't Fix2013-03-282017-02-10
GRADLE-2728PermGen size increase every time when jetty auto-reloadedThink WuResolvedWon't Fix2013-04-012017-01-16
GRADLE-2729Success Rate in package overview of html test report is not displayed correctlyRené GröschkeRené GröschkeResolvedFixed2013-04-012013-04-01
GRADLE-2730JUnit test report testsuite timestamp is epoch Szczepan FaberAleWirResolvedFixed2013-04-022013-11-15
GRADLE-2731JUnit AssumptionViolationException is not described properly in XMLLuke DaleyAleWirResolvedFixed2013-04-022014-04-15
GRADLE-2732DSL generation does not handle methods inherited by an interface from one of its super-interfacesAdam MurdochResolvedWon't Fix2013-04-022017-02-10
GRADLE-2733Gradle should honour Ivy artifact type to determine sources and javadoc classificationAndreas NybergResolvedWon't Fix2013-04-022017-02-10
GRADLE-2734Test execution hangs when serialization of test failure exception throws some exception other than NotSerializableExceptionAdam MurdochResolvedFixed2013-04-022013-11-25
GRADLE-2735Cannot create configuration named 'container' using standard configurations syntaxPeter NiederwieserDaz DeBoerResolvedFixed2013-04-022013-04-03
GRADLE-2736Add the filename to an compilation exception in the CoffeeScript pluginMehdi HoushmandResolvedWon't Fix2013-04-052017-02-10
GRADLE-2737Improve exception messages by avoiding redundant "Failed to notify x listener"Szczepan FaberResolvedFixed2013-04-052013-09-21
GRADLE-2738conflict resolution with a mix of dynamic versions and static versions may downgrade a versionSzczepan FaberResolvedFixed2013-04-082013-06-28
GRADLE-2739Cucumber test report file formation is failing in Gradle 1.5Luke DaleyGradle ForumsResolvedFixed2013-04-082013-10-14
GRADLE-2740Project action methods (e.g. javaexec) do not support DSL enhancement methodsGradle ForumsResolvedWon't Fix2013-04-082017-02-10
GRADLE-2741maven install: Multiproject references not obeying jar baseName in pom filesTjad ClarkResolvedWon't Fix2013-04-092017-02-10
GRADLE-2742DependencyHandler support dependency notation list with a configure closureThink WuResolvedWon't Fix2013-04-092017-02-10
GRADLE-2743Cannot resolve module using that adds Ivy 2.3 specific content to ivy.xmlLuke DaleyDaz DeBoerResolvedFixed2013-04-102013-08-02
GRADLE-2744remapping subproject location in settings.gradle prevent working from inside its folderRené GröschkeXavier DucrohetResolvedFixed2013-04-102013-09-02
GRADLE-2745Setting correct 'type' in dependency does not mask deprecation warning for POM with non-jar packagingDaz DeBoerResolvedFixed2013-04-112014-06-04
GRADLE-2746UncheckedIOException when trying to copy to parent directory of root folderJonathan ImperialResolvedWon't Fix2013-04-112017-02-10
GRADLE-2747not-included intermediary projects in hierarchy are present in the tooling model.Xavier DucrohetResolvedWon't Fix2013-04-112017-02-10
GRADLE-2748JavaCompilerArgumentBuilder.java does not reflect default behavior javac debugOptionsravendra kumarResolvedWon't Fix2013-04-112017-02-10
GRADLE-2749sonarRunner test dependencyGradle ForumsResolvedWon't Fix2013-04-122017-01-24
GRADLE-2750Obtaining maven-style coordinates for published artifacts via tooling APIKris De VolderResolvedFixed2013-04-122014-10-02
GRADLE-2751Error in gradle/gradlew scripts with IBM JDK on AIXGradle ForumsResolvedWon't Fix2013-04-152017-02-10
GRADLE-2752Depending on an older version of "self" produces an NPELuke DaleyResolvedFixed2013-04-162013-06-28
GRADLE-2753CreateStartScripts task does not provide feedback that outputDir property is requiredBenjamin MuschkoGradle ForumsResolvedFixed2013-04-172015-04-02
GRADLE-2754Reading project.properties triggers configuration of any DeferredConfigurable extensionsGradle ForumsResolvedWon't Fix2013-04-182017-02-10
GRADLE-2755Typos in task creation arguments are ignoredRené GröschkeGradle ForumsResolvedFixed2013-04-212013-11-10
GRADLE-2756Not possible to specify the gradle user home to be used for all operations with the Tooling APIGradle ForumsResolvedFixed2013-04-222014-04-06
GRADLE-2757Conversion of strings to file URLs with windows paths produces wrong URLRené GröschkeGradle ForumsResolvedNot A Bug2013-04-222013-09-24
GRADLE-2758Transitive test jars are being included in dependent war project when deployed or exported in eclipseGradle ForumsResolvedWon't Fix2013-04-222017-02-10
GRADLE-2759Test execution infrastructure errors when a test throws a java.lang.Error Gradle ForumsResolvedNot A Bug2013-04-222016-09-13
GRADLE-2760--parallel-threads is internally capped at 4 with no notificationLuke DaleyLuke DaleyResolvedFixed2013-04-232013-04-23
GRADLE-2761Cannot handle working directories with absolute path length longer than MAX_PATH(260) on windowsRené GröschkeResolvedWon't Fix2013-04-292017-02-10
GRADLE-2762maven-publish plugin should not install unique snapshots to maven local repositoryGradle ForumsResolvedFixed2013-05-022013-10-09
GRADLE-2763Setting/changing classifier in dependency resolve ruleGradle ForumsResolvedDuplicate2013-05-062017-02-06
GRADLE-2764[1.6-rc-1] jacoco plugin does not show line numbersSzczepan FaberGradle ForumsResolvedFixed2013-05-062013-11-21
GRADLE-2765Support disabling of XML test reportPeter NiederwieserResolvedFixed2013-05-062013-09-03
GRADLE-2766Ivy defaultConfMapping never applied during resolutionLuke DaleyGradle ForumsResolvedFixed2013-05-072013-05-15
GRADLE-2767gradle 1.6 zip has 4 copies of gradle-1.6/src/META-INF/services/org.gradle.configuration.ProjectConfigureActionGradle ForumsResolvedFixed2013-05-072013-11-20
GRADLE-2768Eclipse tooling api client would like to know 'derived' directoriesGradle ForumsResolvedWon't Fix2013-05-072017-02-10
GRADLE-2769'projectsEvaluated' hook works differently in 'configure on demand' modeSzczepan FaberResolvedWon't Fix2013-05-072017-02-10
GRADLE-2770deprecation warnings should include file and line numbersGradle ForumsResolvedWon't Fix2013-05-072017-02-10
GRADLE-2771Custom types cannot be used as task @InputsGradle ForumsResolvedWon't Fix2013-05-072017-02-10
GRADLE-2772Gradle online documentation is difficult to read on windowsGradle ForumsResolvedCannot Reproduce2013-05-072016-09-14
GRADLE-2773Deprecation warning emitted when using a user-added configuration named "groovy"Luke DaleyResolvedFixed2013-05-092017-01-24
GRADLE-2774Task.actions allows insertion of Action instances, but internal protocol ContextAwareTaskAction is actually requiredRené GröschkeGradle ForumsResolvedFixed2013-05-102013-09-26
GRADLE-2775NPE when generating idea metadata for scala project with --parallel and --configure-on-demandSzczepan FaberResolvedWon't Fix2013-05-102017-02-10
GRADLE-2776Misleading output of `gradle -v` when Gradle Daemon is usedPeter NiederwieserResolvedWon't Fix2013-05-142017-02-10
GRADLE-2777Build comparison considers projects unequal if they both do not produce artifactsLuke DaleyGradle ForumsResolvedFixed2013-05-152014-11-04
GRADLE-2778Allow Javadoc sourcepath to be set directlyGradle ForumsResolvedWon't Fix2013-05-162017-02-10
GRADLE-2779JavaExec does not handle quotes consistently between Windows and other OSesGradle ForumsResolvedWon't Fix2013-05-162017-02-10
GRADLE-2780Performance degradation in build script compilation when using 1.6Gradle ForumsResolvedFixed2013-05-162013-05-17
GRADLE-2781NPE when artifact .sha1 is missing leading '0' charactersRené GröschkeAdam MurdochResolvedCannot Reproduce2013-05-212013-09-03
GRADLE-2782Native platform integration throws exception on OpenSuse.Gradle ForumsResolvedFixed2013-05-282016-12-30
GRADLE-2783JaCoCo plugin should provide a task to check that given code metrics are being metGradle ForumsResolvedDuplicate2013-05-292016-11-08
GRADLE-2784Using a specific snapshot version of an artifactGradle ForumsResolvedFixed2013-05-292015-03-07
GRADLE-2785Gradle Ear plugin generates wrong descriptor for JavaEE 1.4Gradle ForumsResolvedWon't Fix2013-05-292017-02-10
GRADLE-2786uploadArchives should be SKIPPED if there are no artifacts to uploadLuke DaleyResolvedWon't Fix2013-05-312017-02-10
GRADLE-2787Provide mechanism for conveying progress information for long running tasksGradle ForumsResolvedWon't Fix2013-06-032017-02-10
GRADLE-2788parallel build may download the same artifact twiceSzczepan FaberResolvedCannot Reproduce2013-06-062017-02-02
GRADLE-2789Dependencies report should show the origin location of the dependencyGradle ForumsResolvedWon't Fix2013-06-102017-02-10
GRADLE-2790Ivy dependency configuration mapping '*->@' includes all configurations from target moduleAdam MurdochResolvedFixed2013-06-122013-06-12
GRADLE-2791Ivy dependency configuration mapping with '%' on the left hand side is ignoredAdam MurdochResolvedFixed2013-06-122013-06-12
GRADLE-2792ivy dependency configuration mapping with '*,!A' on the left hand side is still included when resolving configuration AAdam MurdochResolvedFixed2013-06-122013-06-12
GRADLE-2793Ivy dependency configuration mapping with '#' on the right hand side is mapped to incorrect target configurationAdam MurdochResolvedFixed2013-06-122013-06-12
GRADLE-2794Incorrect module version in descriptor when combining dynamic version + POM-less moduleGradle ForumsResolvedFixed2013-06-132013-11-10
GRADLE-2795Gradle locks the global script cache during the entire build, causing subsequent builds to fail if scripts changeCédric ChampeauGradle ForumsResolvedFixed2013-06-172016-09-28
GRADLE-2796Gradle does not include transitive required compile dependencyGradle ForumsResolvedWon't Fix2013-06-202017-02-10
GRADLE-2797Enhance tooling api to ease debugging of tests run via gradleGradle ForumsResolvedWon't Fix2013-06-202017-02-10
GRADLE-2798SourceDirectorySet.srcDirs(Object...) does not flatten argsGradle ForumsResolvedWon't Fix2013-06-202017-02-10
GRADLE-2799Gradle does not start on AIXGradle ForumsResolvedFixed2013-06-202015-08-21
GRADLE-2800Checkstyle plugin does not support reading config file from classpath or via URLGradle ForumsResolvedWon't Fix2013-06-202017-02-10
GRADLE-2801Allow specifying global buildscript classpath repo from init script for script pluginsGradle ForumsResolvedDuplicate2013-06-202017-02-03
GRADLE-2802Wrapper install/download does not respect -g or --gradle-user-home command line flagsGradle ForumsResolvedFixed2013-06-212013-07-01
GRADLE-2803Cannot use daemon with JRE that is part of a JDK as JAVA_HOMEGradle ForumsResolvedWon't Fix2013-06-212017-02-10
GRADLE-2805gradle-base-services-groovy not published to repo or in dependency treeGradle ForumsResolvedDuplicate2013-06-222017-01-24
GRADLE-2806Update OSGi plugin to use the latest BND library versionLuke DaleyGradle ForumsResolvedFixed2013-06-242013-07-01
GRADLE-2807Gradle DSL reference cannot be viewed in IE9Peter NiederwieserResolvedWon't Fix2013-06-242017-02-10
GRADLE-2808NotSerializableException when joint compiling and setting options.forkOptions.executablePeter NiederwieserPeter NiederwieserResolvedFixed2013-06-262013-06-28
GRADLE-2809TestReport task is 'Discarding duplicate results for test'Radim KubackiGradle ForumsResolvedFixed2013-06-262014-02-19
GRADLE-2810when findbugs worker breaks badly, the task hangs foreverSzczepan FaberResolvedWon't Fix2013-06-262017-02-10
GRADLE-2811Messages logged in Ivy at ERROR and WARN levels are reported at DEBUG levelDaz DeBoerResolvedFixed2013-06-262013-07-15
GRADLE-2812Pom with relocation to a different version is not correctly handledDaz DeBoerResolvedWon't Fix2013-06-262017-02-10
GRADLE-2813ExecSpec exposed by project.exec() is not DSL enhanced.Luke DaleyGradle ForumsResolvedFixed2013-06-272013-07-01
GRADLE-2814Upgrade to Ant 1.9.René GröschkeGradle ForumsResolvedFixed2013-06-272013-07-25
GRADLE-2815@Input is not respected on boolean getters with the is* name styleLuke DaleyLuke DaleyResolvedFixed2013-07-012013-07-01
GRADLE-2816Customize location of buildSrcGradle ForumsResolvedWon't Fix2013-07-012017-02-10
GRADLE-2817Sonar-runner plugin printing passwordGradle ForumsResolvedWon't Fix2013-07-022017-01-16
GRADLE-2818Change logging level of a taskGradle ForumsResolvedDuplicate2013-07-022016-12-13
GRADLE-2819Latest setupBuild plugin fails with StackOverflowRené GröschkeGradle ForumsResolvedFixed2013-07-022013-09-15
GRADLE-2820setupBuild doesn't work when POM references external parent POMRené GröschkeGradle ForumsResolvedFixed2013-07-022013-09-08
GRADLE-2821TestReport task errors when reporting on test tasks that have no testsGradle ForumsResolvedFixed2013-07-032013-07-05
GRADLE-2822Ability to delete a subset of a file tree (including empty dirs)Gradle ForumsResolvedWon't Fix2013-07-032017-02-10
GRADLE-2823ProgressLogger does not work under CygwinLuke DaleyResolvedWon't Fix2013-07-032017-02-10
GRADLE-2824A report from TestReport task should be available in a build dashboardGradle ForumsResolvedWon't Fix2013-07-032017-02-10
GRADLE-2825Duplicate file deprecation warning issued even when strategy is set to includeLuke DaleyResolvedFixed2013-07-042013-07-24
GRADLE-2826pmd plugin: add showViolations propertyGradle ForumsResolvedWon't Fix2013-07-042017-02-10
GRADLE-2827Copy tasks incorrectly consider themselves up to date when a new empty directory is added to source and ignoreEmptyDirs = falseLari HotariGradle ForumsResolvedWon't Fix2013-07-052017-02-10
GRADLE-2828Changes to log level from build script code ignored when executing via daemonKris De VolderResolvedWon't Fix2013-07-052017-02-10
GRADLE-2829using JacocoMerge throws error "You can't map a property that does not exist: propertyName=destFile"Luke DaleyGradle ForumsResolvedFixed2013-07-082013-07-09
GRADLE-2830AbstractArchiveTask does not validate a destination has been setLuke DaleyResolvedWon't Fix2013-07-102017-02-10
GRADLE-2831Gradle's ant dependency needs to be updated to work with Java 8. Ant will report "Invalid Constant Pool entry Type 18" at some timesRené GröschkeGradle ForumsResolvedFixed2013-07-102013-07-25
GRADLE-2832IDEA plugin isn't downloading sources when mavenLocal() is usedGradle ForumsResolvedWon't Fix2013-07-102017-02-10
GRADLE-2833Copy tasks do not differentiate between equivalent FileTree and FileCollection objects WRT incremental buildLuke DaleyResolvedWon't Fix2013-07-112017-02-10
GRADLE-2834eclipse-wtp plugin only respects project dependencies on other projects with eclipse-wtp pluginLuke DaleyResolvedWon't Fix2013-07-112017-02-10
GRADLE-2835Concurrent Gradle runs intermittently failGradle ForumsResolvedWon't Fix2013-07-112017-02-10
GRADLE-2836Sporadic java.lang.LinkageError: duplicate class definition when using --parallelLuke DaleyLuke DaleyResolvedFixed2013-07-122013-07-16
GRADLE-2837External dependencies are not published when project is itself the target of a project dependencyDaz DeBoerDaz DeBoerResolvedFixed2013-07-152013-07-17
GRADLE-2838includeEmptyDirs is not respected when child copy specs are usedLuke DaleyResolvedWon't Fix2013-07-162017-02-10
GRADLE-2839Wildcard configuration mapping in Ivy dependency definition mapped to private configuration of target moduleSzczepan FaberResolvedFixed2013-07-162013-07-18
GRADLE-2840TestNG html reports don't contain standard output of the testsGradle ForumsResolvedWon't Fix2013-07-162017-02-10
GRADLE-2841Logging from tools like log4j is not captured by TestNG executionSzczepan FaberGradle ForumsResolvedFixed2013-07-162015-01-29
GRADLE-2842gradle.taskGraph.allTasks includes tasks that are not actually scheduled to be executedAdam MurdochResolvedFixed2013-07-182013-07-19
GRADLE-2843Enclosed JUnit tests are executed and reported twiceGradle ForumsResolvedWon't Fix2013-07-202017-02-10
GRADLE-2844Tar and untar losing symbolic linksGradle ForumsResolvedDuplicate2013-07-202017-02-03
GRADLE-2845Setting properties via ORG_GRADLE_PROJECT_ environment variables is impossible for names with `.` in them.Gradle ForumsResolvedWon't Fix2013-07-212017-02-10
GRADLE-28461.7-rc-1 fails to read classfile for test when using Java 8.0-ea-b99Gradle ForumsResolvedWon't Fix2013-07-222017-02-10
GRADLE-2847Make it easy to publish ivy descriptor with an "archives" or "master" configuration?Gradle ForumsResolvedWon't Fix2013-07-242017-02-10
GRADLE-2848Ability to specify TestNG parameters via build configGradle ForumsResolvedWon't Fix2013-07-262017-02-10
GRADLE-2849ExecAction and JavaExecAction should not be extensibleAdam MurdochResolvedFixed2013-07-292013-08-02
GRADLE-2850Deal with the case where the class defines both a `get` method and an `is` methodAdam MurdochResolvedWon't Fix2013-07-292017-02-10
GRADLE-2853How do I create a concrete instance of FileReference?Gradle ForumsResolvedWon't Fix2013-07-292017-02-10
GRADLE-2854Jacoco CheckBenjamin MuschkoGradle ForumsResolvedDuplicate2013-07-302017-01-16
GRADLE-2855How to replace scalaTools configuration?Gradle ForumsResolvedWon't Fix2013-08-012017-02-10
GRADLE-2856Input/Output annotations not respected on Java fieldsGradle ForumsResolvedWon't Fix2013-08-022017-02-10
GRADLE-2857Add table of contents to each multi-page documentation page, including examplesGradle ForumsResolvedWon't Fix2013-08-022017-02-10
GRADLE-2858codenarcMain appears to hang when I try to build GradleGradle ForumsResolvedWon't Fix2013-08-022017-02-10
GRADLE-2859JaCoCo agent path problem with multi-module projectGradle ForumsResolvedWon't Fix2013-08-022017-02-10
GRADLE-2860Test processes have -Duser.dir sys prop from build processLuke DaleyResolvedWon't Fix2013-08-022017-02-10
GRADLE-2861Could not resolve org.apache.hbase:hbase-client:0.95.1-hadoop1Benjamin MuschkoGradle ForumsResolvedFixed2013-08-052013-09-12
GRADLE-2862Cannot run multiple builds concurrently on a machine whose hostname cannot be resolved to an ip addressAdam MurdochResolvedFixed2013-08-062013-08-06
GRADLE-2863Private method calls of DSL enhanced objects may not work correctlyLuke DaleyResolvedFixed2013-08-082013-11-24
GRADLE-2864Maven `latest.` resolution doesn't work correctly if highest published module version is a snapshotPeter NiederwieserResolvedWon't Fix2013-08-082017-02-10
GRADLE-2865How to execute a single test method in both JUnit and TestNG?Gradle ForumsResolvedFixed2013-08-122014-05-28
GRADLE-2866Ivy configuration mapping *->@ is replaced with *->* when loaded from cacheAdam MurdochResolvedFixed2013-08-122014-02-25
GRADLE-2867Copy task extremely slowGradle ForumsResolvedWon't Fix2013-08-132017-02-10
GRADLE-2868Incremental compilation doesn't work for inputs of type java.util.regex.PatternGradle ForumsResolvedWon't Fix2013-08-142017-02-10
GRADLE-2869Maven plugin fails to resolve `${user.home}` in settings.xml, hence gets local Maven repo location wrong on `install`Gradle ForumsResolvedWon't Fix2013-08-142017-02-10
GRADLE-2870Is "storage" a reserved wordGradle ForumsResolvedWon't Fix2013-08-152017-02-10
GRADLE-2871Gradle 1.7 build fails because of java.net.BindException: Permission deniedLuke DaleyGradle ForumsResolvedFixed2013-08-152014-08-27
GRADLE-2872Conversion from Maven can't handle a variable in a system path.René GröschkeGradle ForumsResolvedFixed2013-08-152013-10-23
GRADLE-2873configuration.setExtendsFrom() may not clear all previous targetsSzczepan FaberSzczepan FaberResolvedFixed2013-08-212013-09-02
GRADLE-2874silently ignores attempt to define a duplicate publicationAdam MurdochResolvedWon't Fix2013-08-272017-02-10
GRADLE-2875Gradle profiler should provide summary of totals for each task by typeGradle ForumsResolvedWon't Fix2013-09-022017-02-10
GRADLE-2876Task "projectReport" fails with plugin "checkstyle"Gradle ForumsResolvedFixed2013-09-042016-12-07
GRADLE-2877Gradle upload caught by nexus mirror attempts to upload to public groups instead of snapshotGradle ForumsResolvedWon't Fix2013-09-042017-02-10
GRADLE-2878Maven2Gradle Converter should handle system scope betterRené GröschkeResolvedFixed2013-09-052013-09-08
GRADLE-2879SkipEmptySourceFilesTaskExecuter skips valid tasks for some CopySpecs.Gradle ForumsResolvedWon't Fix2013-09-052017-02-10
GRADLE-2880Groovy consoleGradle ForumsResolvedWon't Fix2013-09-082017-01-24
GRADLE-2881Exception thrown by failing unit tests but build marked as successfulGradle ForumsResolvedWon't Fix2013-09-082017-02-10
GRADLE-2882Maven2Gradle Converter does not handle environment properties in pom files René GröschkeResolvedWon't Fix2013-09-102017-02-10
GRADLE-2883Dependency resolution fails when there are multiple conflicting dependencies on a module and one fails to select a versionAdam MurdochResolvedWon't Fix2013-09-102017-02-10
GRADLE-2884Duplicate files in the Gradle 'all' distributionBenjamin MuschkoAdam MurdochResolvedFixed2013-09-102013-09-15
GRADLE-2885transitive dependency not resolvedGradle ForumsResolvedWon't Fix2013-09-122017-02-10
GRADLE-2886The war plugin in 1.7 now places WEB-INF ahead of META-INF, causing issues with OSGi containersBenjamin MuschkoGradle ForumsResolvedFixed2013-09-122013-10-28
GRADLE-2887Handle case where jar is not available in repository due to licensing constraintsGradle ForumsResolvedWon't Fix2013-09-152017-02-10
GRADLE-2888Fail build on Checkstyle Warning ViolationGradle ForumsResolvedDuplicate2013-09-162016-11-17
GRADLE-2889detached configuration contains results of different detached configurationGradle ForumsResolvedWon't Fix2013-09-162017-02-10
GRADLE-2890[Gradle 1.8-rc-1] Broken Eclipse integration (Gradle IDE)Gradle ForumsResolvedFixed2013-09-162013-09-19
GRADLE-2891Crash when copying files to build.gradle directory.Gradle ForumsResolvedWon't Fix2013-09-182017-02-10
GRADLE-2892Delete task type should support deleting symlinksPepper Lebeck-JobeBenjamin MuschkoResolvedFixed2013-09-202016-03-02
GRADLE-2893Chapter 1 of gradle userguide at the endGradle ForumsResolvedWon't Fix2013-09-212017-02-10
GRADLE-2894'resource' method on WtpComponent overwrites default wb-resource instead of addingGradle ForumsResolvedFixed2013-09-222015-03-10
GRADLE-2895Provide support for "per unit test coverage" reports in sonarqubeGradle ForumsResolvedWon't Fix2013-09-242017-02-10
GRADLE-2896Gradle hangs in project.exec when environment contains key as a GStringGradle ForumsResolvedWon't Fix2013-09-252017-02-10
GRADLE-2897Eclipse not handling absolute URL file in gradle.build when used to specify dependency.Gradle ForumsResolvedWon't Fix2013-09-252017-02-10
GRADLE-2898Copy task fails, erroneously claiming it is UP-TO-DATE with Gradle 1.8Gradle ForumsResolvedWon't Fix2013-09-252017-02-10
GRADLE-2899Configuration-specific project dependencies not working with anonymous artifactsSzczepan FaberGradle ForumsResolvedFixed2013-09-262013-10-07
GRADLE-2900FileTree.matching() may return unmatched filesBenjamin MuschkoGradle ForumsResolvedFixed2013-09-272013-10-06
GRADLE-2901Obtaining runtime classpath with conflict resolution via tooling apiGradle ForumsResolvedWon't Fix2013-09-272017-02-10
GRADLE-2902Possible stack overflow during file copy in Gradle 1.8Luke DaleyGradle ForumsResolvedFixed2013-09-292013-10-08
GRADLE-2903ComponentMetadataDetails from items in a resolved configurationPeter NiederwieserGradle ForumsResolvedFixed2013-09-302014-02-16
GRADLE-2904Build fails with: "Corrupted IndexBlock 619"Gradle ForumsResolvedDuplicate2013-09-302013-09-30
GRADLE-2905Build fails with: "Corrupted IndexBlock 619"Gradle ForumsResolvedWon't Fix2013-09-302017-02-10
GRADLE-2906Change to CopySpec#eachFile(Closure) behaviour in gradle 1.8Benjamin MuschkoGradle ForumsResolvedFixed2013-09-302013-10-06
GRADLE-2907"Failed to validate POM for project" in uploading artifacts taskGradle ForumsResolvedWon't Fix2013-09-302017-02-10
GRADLE-2908ResolvedArtifactFactory appears to retain references to Ivy's Artifact structure.Gradle ForumsResolvedWon't Fix2013-09-302017-02-10
GRADLE-2909Project dependencies have changed since 1.4 for providedCompile project('path' : ':project', 'configuration' : 'tomcatOnly')Gradle ForumsResolvedWon't Fix2013-10-012017-02-10
GRADLE-2910Uploading to an ivy repository via SSH has been deprecated in Gradle 1.8Gradle ForumsResolvedFixed2013-10-022015-04-01
GRADLE-2911Attaching source information to dependencies (eg: for use in the Eclipse plugin)Gradle ForumsResolvedWon't Fix2013-10-022017-02-10
GRADLE-2912Upgrading Gradle versions gives "loader constraint violation" errorsGradle ForumsResolvedCannot Reproduce2013-10-032017-02-02
GRADLE-2913Running a java compilation in forked mode on Windows 8 hangs.Gradle ForumsResolvedWon't Fix2013-10-032017-02-10
GRADLE-2914thirdparty plugins in settings.gradle cannot be applied by idGradle ForumsResolvedWon't Fix2013-10-042017-02-10
GRADLE-2915Standalone test report fails if no dataGradle ForumsResolvedFixed2013-10-042013-11-07
GRADLE-2916How do I place the POM generated from the maven-publish plugin inside the jar?Gradle ForumsResolvedWon't Fix2013-10-042017-02-01
GRADLE-2917jacoco plugin may cause "can't change resolved configuration"Szczepan FaberSzczepan FaberResolvedFixed2013-10-072013-11-19
GRADLE-2918Gradle 1.9 does not consider dependency management elements from imported pomBenjamin MuschkoGradle ForumsResolvedFixed2013-10-082013-10-16
GRADLE-2919Cannot publish to webdav repositories using the 'maven-publish' pluginGradle ForumsResolvedWon't Fix2013-10-092017-02-10
GRADLE-2920Unable to resolve configuration with dependency to later version of current projectGradle ForumsResolvedFixed2013-10-102016-05-18
GRADLE-2921Adding dependencies to extended configuration does not error if extending configuration has already been resolvedSzczepan FaberGradle ForumsResolvedFixed2013-10-142014-08-28
GRADLE-2922Test report generated by the test report task contains incorrect stdout and stderr for some testsAdam MurdochResolvedFixed2013-10-162013-10-16
GRADLE-2923Files with identical names in C/C++ source tree are silently excluded from compilation.René GröschkeGradle ForumsResolvedFixed2013-10-162014-03-13
GRADLE-2924Shared libraries without soname are linked into executable with absolute pathDaz DeBoerResolvedWon't Fix2013-10-222017-02-10
GRADLE-2925Headers for source set added to NativeBinary are not available for compilationDaz DeBoerResolvedFixed2013-10-222013-11-22
GRADLE-2926Generation of application.xml broken in ear task of Gradle 1.8Benjamin MuschkoGradle ForumsResolvedFixed2013-10-222013-10-22
GRADLE-2927Signing plugin unable to find subkeyGradle ForumsResolvedWon't Fix2013-10-222017-02-10
GRADLE-2928Gradle does not handle repositories where directory listings are XMLGradle ForumsResolvedWon't Fix2013-10-222017-02-10
GRADLE-2929Allow init scripts to apply plugins to Settings objectsGradle ForumsResolvedWon't Fix2013-10-232017-02-10
GRADLE-2931Dependencies declared in a POM with the same groupId and artifactId but different type or classifier are treated as duplicatesBenjamin MuschkoBenjamin MuschkoResolvedFixed2013-10-232013-10-24
GRADLE-2932Using Gradle 1.9-rc-1 after using 1.9 nightly produces error: "Unexpected lock protocol found in lock file"Adam MurdochLuke DaleyResolvedFixed2013-10-232013-10-23
GRADLE-2933Use case for custom ivy resolvers (marked as deprecated for 2.x)Gradle ForumsResolvedDuplicate2013-10-242013-11-10
GRADLE-2934Use case for custom ivy resolvers (marked as deprecated for 2.x)Gradle ForumsResolvedWon't Fix2013-10-242017-02-10
GRADLE-2935Ability to supress check consistency with bundled ivy reolutionGradle ForumsResolvedWon't Fix2013-10-242017-02-10
GRADLE-2936Gradle considers tasks up-to-date even if implementation of the task's type has changedLóránt PintérGradle ForumsResolvedFixed2013-10-272017-01-25
GRADLE-2937Named pipes in output file directories are treated as directoriesLuke DaleyResolvedWon't Fix2013-10-282017-02-10
GRADLE-2938Dependency management element fails to provide dependency element version if type attribute is not defined for one of themBenjamin MuschkoBenjamin MuschkoResolvedFixed2013-10-282013-11-06
GRADLE-2939Gradle daemon hangs after multiple runsGradle ForumsResolvedWon't Fix2013-10-292017-02-10
GRADLE-2940[1.9-rc-2] tasks.remove failureRené GröschkeGradle ForumsResolvedFixed2013-10-302013-11-10
GRADLE-2941Start gradle.bat from an UNC path in windowsGradle ForumsResolvedWon't Fix2013-10-312017-02-10
GRADLE-2942memory configuration based on local resourcesSzczepan FaberResolvedWon't Fix2013-10-312017-02-10
GRADLE-2943Incorrect quoting of linker arguments with spaces, single and double quotesDaz DeBoerGradle ForumsResolvedFixed2013-11-012014-02-24
GRADLE-2944Gradle can't handle broken symlinks as task outputLuke DaleyResolvedWon't Fix2013-11-012017-02-10
GRADLE-2945maven-publish plugin does not add excludes to generated pomGradle ForumsResolvedFixed2013-11-012014-07-03
GRADLE-2946resolve error when ivy.xml is incorrect due to unnamespaced elementsSzczepan FaberResolvedWon't Fix2013-11-042013-11-10
GRADLE-2947Attribute ' archiveName" of dependent-module nodes in wtp component descriptor not generatedRené GröschkeResolvedWon't Fix2013-11-052017-02-10
GRADLE-2948How can I force caching of dependencies from a file-based repo?Gradle ForumsResolvedWon't Fix2013-11-062017-02-10
GRADLE-2949FinalizedBy vs DependsOn, difference in "gradle tasks" outputGradle ForumsResolvedWon't Fix2013-11-062017-01-24
GRADLE-2950Include incremental build info in the profile reportGradle ForumsResolvedWon't Fix2013-11-072017-02-10
GRADLE-2951running gradle init on huge Multimodule maven builds can creates invalid settings.gradleRené GröschkeRené GröschkeResolvedFixed2013-11-102013-11-10
GRADLE-2952TestNG execution misses hierarchical tests that don't have any test methodsSzczepan FaberResolvedWon't Fix2013-11-122017-02-10
GRADLE-2953Tasks cannot be removed in after evaluate hookLuke DaleyGradle ForumsResolvedFixed2013-11-182013-11-18
GRADLE-2954gradle jacoco plugin shows excluded packages with 0% coverageGradle ForumsResolvedDuplicate2013-11-182014-02-24
GRADLE-2955gradle jacoco plugin shows excluded packages with 0% coverageGradle ForumsResolvedFixed2013-11-182017-01-16
GRADLE-2956native/jna dir creation does not honor {-g, --gradle-user-home} command line optionGradle ForumsResolvedFixed2013-11-192014-04-20
GRADLE-2957finalizedBy may cause IndexOutOfBundsExceptionMarcin ErdmannSzczepan FaberResolvedFixed2013-11-192014-10-03
GRADLE-2958ziptrees merging issue when one zip has file and the other dir with the same pathSzczepan FaberResolvedWon't Fix2013-11-192017-02-10
GRADLE-2959zipTree unable to overwrite temporary read-only filesLari HotariGradle ForumsResolvedFixed2013-11-202016-08-29
GRADLE-2960JacocoReport tasks don't have dependencies on tasks that produce coverage dataSzczepan FaberGradle ForumsResolvedWon't Fix2013-11-202014-05-09
GRADLE-2961Dynamic version ranges broken (or at least, different) in Gradle 1.9Gradle ForumsResolvedWon't Fix2013-11-252017-01-24
GRADLE-2962Test execution failure when duplicate Guava classes on test classpathLuke DaleyGradle ForumsResolvedFixed2013-11-262014-03-25
GRADLE-2963"org.apache.commons.io.FileUtils" class is available for compile, but isn't available in runtimeGradle ForumsResolvedFixed2013-11-262017-01-27
GRADLE-2964When Gradle makes very large JAR files, they're corruptLuke DaleyGradle ForumsResolvedFixed2013-11-262014-03-03
GRADLE-2965build breaks when task command line option contains ':' and configure on demand is onSzczepan FaberResolvedFixed2013-11-262014-10-05
GRADLE-2966Publishing is not yet able to resolve a dependency on a project with multiple different publicationsGradle ForumsResolvedDuplicate2013-11-262016-12-23
GRADLE-2967Task artifact cache file locking issue when using Asciidoctor plugin on windowsGradle ForumsResolvedWon't Fix2013-11-272017-02-10
GRADLE-2968Gradle 1.9 cannot access artifactory repository that is protected by Basic AuthenticationGradle ForumsResolvedDuplicate2013-11-282016-06-06
GRADLE-2969Unobvious NPE thrown when using null as a dependency notationLuke DaleyGradle ForumsResolvedFixed2013-11-282013-11-28
GRADLE-2970Define range of port used to create Can we define range of ports that should be used by gradlewhile using ephemeral ports?Gradle ForumsResolvedWon't Fix2013-11-292017-02-10
GRADLE-2971idea task fails with unable to find scala librarySzczepan FaberSzczepan FaberResolvedFixed2013-12-042014-02-04
GRADLE-2972"--tests" doesn't work from the Tooling API Szczepan FaberBenjamin MuschkoResolvedNot A Bug2013-12-052014-02-15
GRADLE-2973Incremental compile cache remains locked when C++ compile fails with --daemon --parallelDaz DeBoerDaz DeBoerResolvedFixed2013-12-082013-12-09
GRADLE-2974--exclude-task does not work with multiple dependent tasks.Luke DaleyGradle ForumsResolvedFixed2013-12-092014-02-25
GRADLE-2975IDEA plugin produces invalid .iml file WRT source sets for IDEA 13Gradle ForumsResolvedWon't Fix2013-12-092017-02-10
GRADLE-2976Show count of skipped tests on html test report front pagePerryn FowlerGradle ForumsResolvedFixed2013-12-092014-01-01
GRADLE-2977UncheckedIOException when C++ header file is renamedDaz DeBoerDaz DeBoerResolvedFixed2013-12-122013-12-12
GRADLE-2978Groovy 'indy' version is not reported when the 'dependencies' help task is run.Gradle ForumsResolvedWon't Fix2013-12-182017-02-10
GRADLE-2979Task for generating HTML dependency report failsBenjamin MuschkoGradle ForumsResolvedFixed2013-12-192013-12-19
GRADLE-2980publishToMavenLocal does not respect custom maven local home since 1.9Luke DaleyGradle ForumsResolvedWon't Fix2013-12-232017-02-10
GRADLE-2981NullPointerException when accessing property of Extensions super classGradle ForumsResolvedWon't Fix2013-12-302017-02-10
GRADLE-2982POM dependency management declarations with import scope shouldn't be overwritten by declaration of element group/artifactId/version with different scopeBenjamin MuschkoGradle ForumsResolvedFixed2014-01-082014-03-04
GRADLE-2983finalizer tasks may incur IndexOutOfBoundsException during task graph constructionSzczepan FaberSzczepan FaberResolvedFixed2014-01-092014-09-17
GRADLE-2984Custom packaging in POM is not respected for entries in maven local repositoryLuke DaleyLuke DaleyResolvedFixed2014-01-102014-01-10
GRADLE-2985Using `each` makes include global on `jar` taskGradle ForumsResolvedWon't Fix2014-01-102017-02-10
GRADLE-2986Using `each` makes include global on `jar` taskGradle ForumsResolvedWon't Fix2014-01-102017-02-10
GRADLE-2987ivy xml parsing issues related to change of the xml schema to 1.1Szczepan FaberSzczepan FaberResolvedFixed2014-01-132014-01-24
GRADLE-2988Tooling API ignores JVM property -Dgradle.user.home. Kris De VolderResolvedWon't Fix2014-01-132017-02-10
GRADLE-2989'classFolders' of EclipseClasspath model is not respected when using the Gradle plugin for EclipseLuke DaleyResolvedWon't Fix2014-01-142017-02-10
GRADLE-2990--tests command line option should report error when no tests matchSzczepan FaberSzczepan FaberResolvedFixed2014-01-172014-01-17
GRADLE-2991Application plugin's CreateStartScripts assumes all classpath files are present in lib dirGradle ForumsResolvedWon't Fix2014-01-202017-01-24
GRADLE-2992Application plugin should reduce risk of producing a script that exceeds Windows command length limitGradle ForumsResolvedWon't Fix2014-01-202017-02-10
GRADLE-2993Add an option to pass "-quiet" to Findbugs pluginGradle ForumsResolvedDuplicate2014-01-202017-02-02
GRADLE-2994Add additional reports to FindBugsGradle ForumsResolvedWon't Fix2014-01-202017-02-10
GRADLE-2995Gradle Exec task hangs when setting the environment propertyGradle ForumsResolvedWon't Fix2014-01-202017-02-10
GRADLE-2996Exec task hangs when an environment variable name contains an '='.Gradle ForumsResolvedWon't Fix2014-01-202017-02-10
GRADLE-2997zinc compileScala does not work with scala 2.10.3Szczepan FaberSzczepan FaberResolvedFixed2014-01-202014-03-26
GRADLE-2998Test names should be truncated in reportingGradle ForumsResolvedWon't Fix2014-01-212017-02-10
GRADLE-2999Cannot use maven-publish to publish multiple artifacts without a classifierGradle ForumsResolvedFixed2014-01-212014-12-11
GRADLE-3000logging.captureStandardOutput does not capture all stdout when running in parallelGradle ForumsResolvedWon't Fix2014-01-212017-02-06
GRADLE-3001applying jacoco plugin may lead to test failuresSzczepan FaberResolvedWon't Fix2014-01-222017-02-10
GRADLE-3002File locking issues when copy to the rootProject's directory (Windows)Gradle ForumsResolvedWon't Fix2014-01-232017-02-03
GRADLE-3003Single use daemons do not immediately die on FreeBSDGradle ForumsResolvedWon't Fix2014-01-232017-02-10
GRADLE-3004uploadArchives creates incorrect pom.xml on jdk8 ?Gradle ForumsResolvedWon't Fix2014-01-232017-02-10
GRADLE-3005SonarRunner doesn't report tests to SonarQube instances using Java Ecosystem 1.5+Gradle ForumsResolvedFixed2014-01-232016-09-14
GRADLE-3006"--tests" does not support test names with spacesSzczepan FaberSzczepan FaberResolvedCannot Reproduce2014-01-242014-01-24
GRADLE-3007Gradle could not resolve dependency with multiple versions declared in pom.xmlGradle ForumsResolvedWon't Fix2014-01-242017-02-10
GRADLE-3008Wrapper install mechanism should recover from faulty/partial downloadsGradle ForumsResolvedWon't Fix2014-01-252017-02-10
GRADLE-3009File handle leaks when using AntBuilder (daemon)Luke DaleyLuke DaleyResolvedFixed2014-01-292014-02-18
GRADLE-3010UnsatisfiedLinkError in NativeServices.createSystemInfo on OSX Snow LeopardDaz DeBoerResolvedFixed2014-01-292014-01-30
GRADLE-3011Gradle could not parse POM for com/rackspace/papi/commons/utilities/2.3.6/utilities-2.3.6.pomGradle ForumsResolvedFixed2014-01-302014-08-28
GRADLE-3012Ear Plugin's ear task generating ear file with compiled classes when java plugin is applied (plain classes/resources instead of the jar)Gradle ForumsResolvedWon't Fix2014-01-312017-02-10
GRADLE-3013Avoid throwing an exception if encountering Ivy mediatorsBenjamin MuschkoGradle ForumsResolvedFixed2014-02-032014-02-03
GRADLE-3014NPE when declared artifact uses file without extensionSzczepan FaberSzczepan FaberResolvedFixed2014-02-042014-03-05
GRADLE-3015Incorrect artifact file resolved from cache for buildscript classpathGradle ForumsResolvedWon't Fix2014-02-042017-02-10
GRADLE-3016Incorrect Dependency Resolution on binary artifact - Gradle forcing project dependency?Gradle ForumsResolvedWon't Fix2014-02-062017-02-10
GRADLE-3017Internal Ivy Dependency descriptor is not updated when dependencies have changedGradle ForumsResolvedWon't Fix2014-02-072017-02-10
GRADLE-3018The same enum values as task inputs are considered differentMichael BarnathanGradle ForumsResolvedFixed2014-02-102016-08-08
GRADLE-3019Gradle 1.10 cannot resolve org.jboss.arquillian.container:arquillian-weld-se-embedded-1.1:1.0.0.CR7Gradle ForumsResolvedFixed2014-02-112014-04-06
GRADLE-3020Using TestNGOptions.suites may yield GradleScriptExceptionSzczepan FaberSzczepan FaberResolvedFixed2014-02-122014-02-17
GRADLE-3021'latest.release' version results with improper POM for uploadArchives taskRené GröschkeGradle ForumsResolvedFixed2014-02-122015-01-13
GRADLE-3022filesMatching matches destination path instead of source pathGradle ForumsResolvedFixed2014-02-122014-08-28
GRADLE-3023Scala plugin does not work in Java 8 RCGradle ForumsResolvedDuplicate2014-02-132014-06-04
GRADLE-3024Does Gradle support like Maven range for version with inclusion/exclusion and others?Gradle ForumsResolvedWon't Fix2014-02-142017-01-24
GRADLE-3025How can I expand only a particular subdirectory of a zip(Tree)?Gradle ForumsResolvedDuplicate2014-02-142017-01-05
GRADLE-3026--tests command line option is not available using Tooling APIGradle ForumsResolvedWon't Fix2014-02-172017-02-10
GRADLE-3027Gradle may hang due to synchronization issue inside ivy's code related to WeakHashMap cacheSzczepan FaberResolvedFixed2014-02-172015-11-25
GRADLE-3028Not assigning a destination to an enabled Report produces an NPELuke DaleyResolvedWon't Fix2014-02-182017-02-10
GRADLE-3029Jdk6JavaCompiler.findCompiler() causes concurrency issues by setting "java.home" system propertyGradle ForumsResolvedFixed2014-02-182015-12-10
GRADLE-3030Classifier missing in generated pom.xml based on project dependenciesPepper Lebeck-JobeGradle ForumsResolvedFixed2014-02-212016-04-26
GRADLE-3031Regression in task dependency graph in 1.7+ that breaks -x flag.Luke DaleyGradle ForumsResolvedFixed2014-02-242014-02-25
GRADLE-3032Directory pattern **/* doesn't work in Gradle 1.11Adam MurdochGradle ForumsResolvedFixed2014-02-242014-03-05
GRADLE-3033Cannot use dependencyInsight report when resolution fails on a dependency version conflictGradle ForumsResolvedWon't Fix2014-02-252017-02-10
GRADLE-3034UnsatisfiedLinkError starting Gradle 1.11 on windows7 amd64Gradle ForumsResolvedWon't Fix2014-02-252017-02-10
GRADLE-3035Confusing error messages regarding the configuration name when there is a version conflictGradle ForumsResolvedWon't Fix2014-02-252017-02-10
GRADLE-3036certain resolve exceptions may be lost during the resolutionSzczepan FaberResolvedWon't Fix2014-03-042017-02-10
GRADLE-3037gradle >= 1.8: copy task fails when source file contains colonGradle ForumsResolvedDuplicate2014-03-042016-11-17
GRADLE-3038The "ant.properties" map incorrectly acquires a "size" entry after inserting any property.Gradle ForumsResolvedWon't Fix2014-03-042017-02-10
GRADLE-3039Init-script specified at command (-I/--init-script) should be executed last, so command line trumps default.Gradle ForumsResolvedWon't Fix2014-03-042017-02-10
GRADLE-3040Adding a custom artifact file without an extension and without 'ext' property causes internal NPELuke DaleyGradle ForumsResolvedDuplicate2014-03-052014-03-26
GRADLE-3041Request is issued for jar artifact when Maven dependency has packaging of type POMLuke DaleyResolvedFixed2014-03-052014-04-06
GRADLE-3042GCC and Clang tool chains expects all language compilers to be available even when they are not all requiredAdam MurdochResolvedFixed2014-03-082014-04-15
GRADLE-3043Tasks with public fields can't be annotated with @InputFile/@OutputFile/...Gradle ForumsResolvedWon't Fix2014-03-122017-01-24
GRADLE-3044Compilation fails if the archive name is changedGradle ForumsResolvedWon't Fix2014-03-122017-02-10
GRADLE-3045Gradle does not consider Maven profiles that are active when a property is not definedBenjamin MuschkoGradle ForumsResolvedFixed2014-03-132014-04-18
GRADLE-3046NoClassDefFoundError on a JavaFX class in compileGroovy task on Java 8Daz DeBoerGradle ForumsResolvedFixed2014-03-132015-07-15
GRADLE-3047Process execution hangs on Windows if children processes are still aliveGradle ForumsResolvedWon't Fix2014-03-172017-02-10
GRADLE-3048Gradle fails attempting to resolve jar for parent POMGradle ForumsResolvedFixed2014-03-182014-03-18
GRADLE-3049Resolution of maven module with packaging='pom' fails with private Artifactory repositoryDaz DeBoerResolvedWon't Fix2014-03-182017-02-10
GRADLE-3050No Scala bytecode produced when building mixed Scala/Java project with clashing filenamesGradle ForumsResolvedWon't Fix2014-03-182017-02-10
GRADLE-3051How to specify multiple input directories in a task?Gradle ForumsResolvedWon't Fix2014-03-192017-02-10
GRADLE-3052Use of GradleBuild task and GradleLauncher can cause 'IllegalStateException: Operation stack is empty'Luke DaleyGradle ForumsResolvedFixed2014-03-252014-03-26
GRADLE-3053Setting testLogging.showStandardStreams property always results in "true"Gradle ForumsResolvedWon't Fix2014-03-262017-02-10
GRADLE-3054log level command line options may be ignored when short options are combinedSzczepan FaberResolvedWon't Fix2014-03-272017-02-10
GRADLE-3055C native binaries are linked to C++ runtime.Gradle ForumsResolvedWon't Fix2014-03-302017-02-10
GRADLE-3056Gradle fails to start when running on linux with the gcj jvmGradle ForumsResolvedWon't Fix2014-03-312017-02-10
GRADLE-3057Ability to specify a CompilerConfiguration instance for GroovyCompile task?Gradle ForumsResolvedFixed2014-03-312014-08-05
GRADLE-3058Superfluous HTTP requests resolving dynamic version across multiple repositoriesDaz DeBoerResolvedWon't Fix2014-03-312017-02-10
GRADLE-3059Many code examples in Gradle User Guide PDF are truncated on right side.Gradle ForumsResolvedDuplicate2014-04-012017-01-19
GRADLE-3060Cannot resolve artifacts from an ivy repository using ivy extra attributesDaz DeBoerResolvedWon't Fix2014-04-022017-02-10
GRADLE-3061Exclude on direct dependency not honored if the dependency is also a transitive dependencyPeter NiederwieserResolvedNot A Bug2014-04-022014-04-29
GRADLE-3062Update Sonar Runner to 2.3Luke DaleyPeter NiederwieserResolvedFixed2014-04-042015-01-05
GRADLE-3063Unexpected C/C++ private header handling behaviorGradle ForumsResolvedWon't Fix2014-04-072017-02-10
GRADLE-3064gradle-1-11 eclipse plugin not generating the project dependencies correctlyGradle ForumsResolvedWon't Fix2014-04-082017-02-10
GRADLE-3065Syntactically incorrect task declaration is silently ignoredPeter NiederwieserResolvedWon't Fix2014-04-112017-02-10
GRADLE-3066Sync task does not clean output directory when all input files removedAdam MurdochResolvedWon't Fix2014-04-142017-02-10
GRADLE-3067buildNeeded and buildDependents problems with configure-on-demandSzczepan FaberSzczepan FaberResolvedFixed2014-04-162014-05-16
GRADLE-3068Can't call evaluate() on Project instances returned from ProjectBuilder with gradle-1.12-rc-1Radim KubackiGradle ForumsResolvedFixed2014-04-172014-04-21
GRADLE-3069Gradle 1.12-rc-1 Script Plugin classpath issuesLuke DaleyGradle ForumsResolvedFixed2014-04-172014-04-17
GRADLE-3070dependency resolution fails when http server or proxy returns 200 response with html error pageAdam MurdochResolvedWon't Fix2014-04-202017-02-10
GRADLE-3071Remove warning log if SSHD client session throws exceptionBenjamin MuschkoBenjamin MuschkoResolvedFixed2014-04-212014-04-28
GRADLE-3072improve the behavior with not-serializable task input propertiesSzczepan FaberSzczepan FaberResolvedFixed2014-04-222014-05-16
GRADLE-3073improve the behavior with not-serializable task input propertiesSzczepan FaberSzczepan FaberResolvedDuplicate2014-04-222014-04-22
GRADLE-3074Gradle fails to parse a org.hornetq:hornetq-native:2.4.0.Final pomBenjamin MuschkoGradle ForumsResolvedFixed2014-04-242014-07-03
GRADLE-3075Client Module dependencies breakage in Gradle 1.10Gradle ForumsResolvedWon't Fix2014-04-262017-02-10
GRADLE-3076Gradle 1.12-rc-2 fails with UnsatisfiedLinkError on some Linux versions.Gradle ForumsResolvedFixed2014-04-262015-02-12
GRADLE-3077gcc toolchain does not detect whether the objective-c compiler is installedAdam MurdochResolvedWon't Fix2014-04-282017-02-10
GRADLE-3078Gradle does not start on linux machines with glibc older than 2.4Adam MurdochResolvedWon't Fix2014-04-282017-02-10
GRADLE-3079Method in build.gradle not available in imported scripts (regression in 1.12)Luke DaleyRené GröschkeResolvedFixed2014-04-292014-06-03
GRADLE-3080gradle 1.12 now downloads snapshots when I apply a version rangeGradle ForumsResolvedWon't Fix2014-05-022017-02-10
GRADLE-3081gradle 1.12 tries to resolve custom packaging with .jar extensionGradle ForumsResolvedFixed2014-05-052014-05-15
GRADLE-3082"class loader scope is locked" error when building GroovyFX with Gradle 1.12Luke DaleyGradle ForumsResolvedFixed2014-05-052014-05-08
GRADLE-3083Application plugin - Stopping a running application kills the Gradle daemonGradle ForumsResolvedWon't Fix2014-05-082017-02-10
GRADLE-3084CreateStartScripts in Application plugin escapes $ whether you want it to or notGradle ForumsResolvedWon't Fix2014-05-082017-02-10
GRADLE-3085Using Google Error_prone compiler with GradleGradle ForumsResolvedWon't Fix2014-05-082017-02-10
GRADLE-3086Changing rootProject projectDir from settings.gradle does not workLuke DaleyGradle ForumsResolvedFixed2014-05-112014-07-15
GRADLE-3087JAR URL in Ivy repository pattern not possibleGradle ForumsResolvedWon't Fix2014-05-132017-02-10
GRADLE-3088Up to date check not working when task contains object with equals method checking for class equalityGradle ForumsResolvedWon't Fix2014-05-142017-02-10
GRADLE-30891.12 fails with NullPointerException on missing dependencyGradle ForumsResolvedFixed2014-05-142014-08-05
GRADLE-3090Copy actions should provide info logging about what they are doing (e.g. files copied)Gradle ForumsResolvedWon't Fix2014-05-152017-02-10
GRADLE-3091HTTP dependency resolvers should support preemptive authenticationMark VieiraGradle ForumsResolvedFixed2014-05-182015-08-03
GRADLE-3092ModuleDependency.artifact() not working with 2.0 nightlyGradle ForumsResolvedWon't Fix2014-05-202017-02-10
GRADLE-3093Enable to setup a simple scala buildGradle ForumsResolvedFixed2014-05-272014-08-05
GRADLE-3094Scala plugin doesn't work when Gradle is run with Java 8Peter NiederwieserGradle ForumsResolvedFixed2014-05-272014-06-04
GRADLE-3095eclipse classpath - project root as srcDirGradle ForumsResolvedWon't Fix2014-05-292017-02-10
GRADLE-3096eclipse classpath - project root as srcDirGradle ForumsResolvedWon't Fix2014-05-292017-02-10
GRADLE-3097Dynamic dependency resolves to a snapshot instead of the latest releaseGradle ForumsResolvedWon't Fix2014-05-312017-02-10
GRADLE-3098Weird line number reported when there is an unclosed brace syntax error in build.gradleGradle ForumsResolvedWon't Fix2014-06-022017-02-10
GRADLE-3099Newline characters are filtered out from JavaDoc -header.Szczepan FaberGradle ForumsResolvedFixed2014-06-032014-08-04
GRADLE-3100eclipse plugin always uses default JRE container rather than the one for appropriate execution environmentKris De VolderResolvedWon't Fix2014-06-042017-02-10
GRADLE-3101Changes to IDEA scopes mapping can trigger dependency resolvingRadim KubackiRadim KubackiResolvedWon't Fix2014-06-062014-06-23
GRADLE-3102Performance regression with Java 8Radim KubackiResolvedWon't Fix2014-06-062017-01-24
GRADLE-3103Nonsensical error message when something goes wrong inside `idea.module.iml`Peter NiederwieserResolvedWon't Fix2014-06-102017-02-10
GRADLE-3104Current version of JNA out of date and doesn't support various optionsGradle ForumsResolvedFixed2014-06-112016-09-14
GRADLE-3105JacocoTestReport not working in 2.0-rc-1Gradle ForumsResolvedFixed2014-06-172014-06-17
GRADLE-3106Timeout waiting to lock artifact cacheGradle ForumsResolvedWon't Fix2014-06-172017-02-10
GRADLE-3107Gradle re-checks earlier repositories for static version when found in a later repositoryGradle ForumsResolvedFixed2014-06-192014-08-05
GRADLE-3108`ideaModule` task should translate Gradle resource dirs to IntelliJ resource (rather than source) dirsPeter NiederwieserResolvedWon't Fix2014-06-192017-02-10
GRADLE-3109Header included on the first line of a C++ source file is ignored in incremental compilationDaz DeBoerResolvedFixed2014-06-222014-07-04
GRADLE-3110All SelfResolvingDependency's have the same toString() representationPeter NiederwieserResolvedWon't Fix2014-06-232017-02-10
GRADLE-3111Copy w/DuplicatesStrategy.EXCLUDE overwrites filesGradle ForumsResolvedWon't Fix2014-06-232017-02-10
GRADLE-3112Filtered test task does not run tests that use the JUnit parameterized test runnerPepper Lebeck-JobeGradle ForumsResolvedFixed2014-06-252016-02-08
GRADLE-3113Maven uploading is not updating 'release' information in maven-metadata.xmlGradle ForumsResolvedFixed2014-06-262016-01-14
GRADLE-3114JUnit integration unnecessarily eagerly initializes classesLuke DaleyGradle ForumsResolvedFixed2014-06-302014-08-05
GRADLE-3115POM exclusions not used for dependenciesGradle ForumsResolvedWon't Fix2014-07-012017-02-10
GRADLE-3116Groovydoc fails with java.lang.NoClassDefFoundError: groovy/util/AntBuilder when not using groovy-allRené GröschkeGradle ForumsResolvedFixed2014-07-012014-07-15
GRADLE-3117Version selector 'x.y.+' should match version 'x.y'Gradle ForumsResolvedWon't Fix2014-07-022017-02-10
GRADLE-3118Defined dependency artifact not used when resolving a module with no metadata fileDaz DeBoerGradle ForumsResolvedFixed2014-07-022014-07-07
GRADLE-3119Dynamic version resolution does not consider the `latest` element of maven-metadata.xmlGradle ForumsResolvedWon't Fix2014-07-022017-02-10
GRADLE-3120maven-publish doesn't take resolutionStrategy into accountGradle ForumsResolvedWon't Fix2014-07-022017-02-10
GRADLE-3121Gradle 1.12 on FreeBSD fails with "Cannot accept connection from remote address"Stefan WolfGradle ForumsResolvedFixed2014-07-022016-06-21
GRADLE-3122Copy spec expand() fails on files bigger than 64KGradle ForumsResolvedWon't Fix2014-07-022017-01-24
GRADLE-3123Gradle incorrectly sets the Eclipse compiler compliance.Radim KubackiGradle ForumsResolvedWon't Fix2014-07-032017-02-10
GRADLE-3124typo in configuration exclude rule excludes all dependenciesSzczepan FaberSzczepan FaberResolvedFixed2014-07-042014-07-04
GRADLE-3125Expose an environment method similar to that found on exec for nativebinary toolchain components.Gradle ForumsResolvedWon't Fix2014-07-072017-02-10
GRADLE-3126Cannot create container element using '«name» {}' when scope owner contains `«name»(Closure)` methodLuke DaleyGradle ForumsResolvedFixed2014-07-072014-07-08
GRADLE-3127shouldRunAfter can lead to EmptyStackException in DefaultTaskExecutionPlan in specific casesStefan WolfGradle ForumsResolvedFixed2014-07-082016-08-02
GRADLE-3128Gradle 2.0 Ivy repository URL Windows UNC: "URI has an authority component"René GröschkeGradle ForumsResolvedFixed2014-07-082014-07-10
GRADLE-3129Cannot build Gradle plugin with older version of itself if group is set in gradle.propertiesPeter NiederwieserResolvedWon't Fix2014-07-092017-02-10
GRADLE-3130System properties not isolated between subsequent runs of embedded daemonPeter NiederwieserResolvedWon't Fix2014-07-092017-02-10
GRADLE-3131Weird Java compile errors when build is run with --parallel on Apple JDK 6Peter NiederwieserResolvedWon't Fix2014-07-092017-02-10
GRADLE-3132Gradle tooling api ignores configuration transitivity settingsGradle ForumsResolvedWon't Fix2014-07-092017-02-10
GRADLE-3133SFTP resolution fails with 'Auth cancel'Gradle ForumsResolvedFixed2014-07-102017-01-27
GRADLE-3134Gradle DefaultTestLogging.setShowStandardStreams(bool) does not use the flagGradle ForumsResolvedWon't Fix2014-07-112017-02-10
GRADLE-3135Groovy plugin fails when using grooid groovy versionRené GröschkeRené GröschkeResolvedWon't Fix2014-07-152017-02-10
GRADLE-3136AbstractProject.getTasksByName(String, boolean) explicitly calls evaluate()Gradle ForumsResolvedWon't Fix2014-07-162017-02-10
GRADLE-3137Copy/Sync task from or into a Samba/CIFS network share does not work on a Linux maschine?Gradle ForumsResolvedWon't Fix2014-07-202017-02-10
GRADLE-3138addToAntBuilder chokes with files that have double dollar in the nameSzczepan FaberResolvedDuplicate2014-07-222017-01-24
GRADLE-3139Eclipse plugin doesn't honour cache timeouts for snapshot source/javadoc artifactsGradle ForumsResolvedWon't Fix2014-07-242017-02-10
GRADLE-3140Gradle doesn't correctly resolve POM dependency declarations with type ejb-clientBenjamin MuschkoGradle ForumsResolvedFixed2014-07-252014-07-25
GRADLE-3141ivy file not correctly translated into gradle cacheSzczepan FaberSzczepan FaberResolvedFixed2014-07-302014-08-28
GRADLE-3142Daemon doesn't support custom localeLuke DaleyLuke DaleyResolvedFixed2014-07-302014-08-01
GRADLE-3144IllegalAccessError from Javac classes when running testsRadim KubackiRadim KubackiResolvedWon't Fix2014-07-312017-02-10
GRADLE-3145Immutable system properties (file.encoding) specified on the command line are not respected Luke DaleyLuke DaleyResolvedFixed2014-07-312014-08-01
GRADLE-3146Checkstyle task hangs during the parallel buildLari HotariSzczepan FaberResolvedWon't Fix2014-08-012017-01-24
GRADLE-3147Ivy global exclude that provides "artifact" attribute doesn't exclude artifact correctlyBenjamin MuschkoResolvedFixed2014-08-042015-01-27
GRADLE-3148Exclude performance tests from the full buildEtienne StuderResolvedFixed2014-08-052015-07-26
GRADLE-3149Support for 'configfailurepolicy' for TestNGMarcin ErdmannGradle ForumsResolvedFixed2014-08-072015-01-27
GRADLE-3150Gradle 2.0 ear plugin: Error when existing application.xml contains a Gradle ForumsResolvedWon't Fix2014-08-072017-02-10
GRADLE-3151filtering files added to WEB-INFGradle ForumsResolvedWon't Fix2014-08-212017-02-10
GRADLE-3152Regression: NullPointerException in Gradle 2.1-rc-1Marcin ErdmannGradle ForumsResolvedFixed2014-08-212014-08-27
GRADLE-3153problems loading ivy metadata from dependency cacheAdam MurdochSzczepan FaberResolvedFixed2014-08-212014-09-01
GRADLE-3154Gradle 2.1 RC1 Failed to apply plugin [id 'ear']Marcin ErdmannGradle ForumsResolvedFixed2014-08-212014-08-26
GRADLE-3155changes to configuration hierarchy after resolution are not detectedSzczepan FaberSzczepan FaberResolvedDuplicate2014-08-222014-08-25
GRADLE-3156Tooling api cannot handle openjdkRadim KubackiGradle ForumsResolvedFixed2014-08-252014-09-02
GRADLE-3157Test class detection fails when using jdk8 '-parameters' compiler optionGradle ForumsResolvedFixed2014-08-252015-01-13
GRADLE-3158Cannot copy between different mount points with Gradle 2.0 on UbuntuLuke DaleyResolvedWon't Fix2014-08-252017-02-10
GRADLE-3159Gcc and Clang tool chains use incorrect file names when cross compilingAdam MurdochResolvedFixed2014-08-252014-08-26
GRADLE-3160gradle dependencies with maven packaging bundle FAILED,can't down load the jar.Gradle ForumsResolvedWon't Fix2014-08-282017-02-10
GRADLE-3161Failure in caching when a dependency references a classifier for a Maven module with no POMAdam MurdochMarcin ErdmannResolvedFixed2014-09-012014-09-03
GRADLE-3162IvyPublication.configurations{} does not create configurationsGradle ForumsResolvedWon't Fix2014-09-052017-02-10
GRADLE-3163prevent calling dependsOn() in the taskGraph.whenReadySzczepan FaberResolvedWon't Fix2014-09-052017-01-24
GRADLE-3164Support resolving unique Maven snapshot versionPeter NiederwieserResolvedWon't Fix2014-09-072017-02-10
GRADLE-3165temporary folder (/tmp) filled up with gradle_uploadXXXSHA1 filesGradle ForumsResolvedFixed2014-09-082014-09-08
GRADLE-3166ConcurrentModificationException importing an ant build.xmlRené GröschkeGradle ForumsResolvedFixed2014-09-112015-01-27
GRADLE-3167log4j-over-slf4j version upgradeRené GröschkeGradle ForumsResolvedFixed2014-09-112014-09-14
GRADLE-3168sonar-runner plugin doesn't work on large projects due to invoking the Sonar Runner process with too long of a command lineLuke DaleyGradle ForumsResolvedFixed2014-09-152014-09-18
GRADLE-3169Javadoc task "broken" in 2.1?Gary HaleGradle ForumsResolvedNot A Bug2014-09-152014-11-26
GRADLE-3170Gradle 'idea' task generates wrong sources jar for multi artifact dependenciesRené GröschkeGradle ForumsResolvedFixed2014-09-172014-12-10
GRADLE-3171Import library not generated when cross-compiling DLL with MinGWDaz DeBoerResolvedWon't Fix2014-09-182017-02-10
GRADLE-3172Build is reported as successful even if some tests fail before calling System.exit(0) in a subsequent testGradle ForumsResolvedWon't Fix2014-09-182017-02-10
GRADLE-3173Gradle 1.12: sourceCompatibility not handled correctly in IDEA project generation for multi-project buildsGradle ForumsResolvedWon't Fix2014-09-252017-02-10
GRADLE-3174Gradle task groovyDoc failing with NoClassDefFoundErrorStefan WolfGradle ForumsResolvedFixed2014-09-262016-06-02
GRADLE-3175Disabling stderr generated by MavenDeployerGradle ForumsResolvedWon't Fix2014-09-282017-02-10
GRADLE-3176eclipseClasspath chokes on Javadoc in archive with platform: in URIGradle ForumsResolvedWon't Fix2014-09-302017-02-10
GRADLE-3177ToolingAPI broken in Eclipse 4.4Radim KubackiRadim KubackiResolvedFixed2014-10-022014-10-02
GRADLE-3178Bad check if dependency exists in mavenLocal()Gradle ForumsResolvedWon't Fix2014-10-032017-02-10
GRADLE-3179having multiple equal subproject names can cause StackOverFlowRené GröschkeResolvedWon't Fix2014-10-062017-02-10
GRADLE-3180Cannot run tests with OpenShift: cannot open outgoing connectionGradle ForumsResolvedFixed2014-10-072015-02-12
GRADLE-3181Gradle wrapper fails with NullPointer ExceptionGradle ForumsResolvedWon't Fix2014-10-142017-02-10
GRADLE-3182exclude ('*') in FileCollection excludes too muchPepper Lebeck-JobeGradle ForumsResolvedDuplicate2014-10-162016-11-18
GRADLE-3183Cannot sign artifacts when using maven-publish pluginGradle ForumsResolvedWon't Fix2014-10-202017-02-10
GRADLE-3184Gradle 2.2-rc-1 regression: codenarcTest fails with NoClassDefFoundErrorGradle ForumsResolvedFixed2014-10-202017-01-24
GRADLE-3185gradle-2.2-rc-1 regression: OneJar plugin fails with NullPointerExceptionGradle ForumsResolvedFixed2014-10-222014-10-26
GRADLE-3186IllegalArgumentException after upgrading to PMD 5.2.0René GröschkeGradle ForumsResolvedWon't Fix2014-10-232015-03-29
GRADLE-3187Gradle commands are executed relative to the root project instead of the current directory project if -c switch is used to explicitly set config file locationGradle ForumsResolvedWon't Fix2014-10-282017-02-10
GRADLE-3188Gradle ignores transitive dependencies when specifying a classifierGradle ForumsResolvedWon't Fix2014-10-292017-02-10
GRADLE-3189TestNGListenerAdapterFactory equality is flawed -- makes testing unusably slowPaul MerlinGradle ForumsResolvedFixed2014-10-292017-01-25
GRADLE-3190TestNG suites multi-threaded execution may cause the build to hangSzczepan FaberSzczepan FaberResolvedFixed2014-10-302014-11-06
GRADLE-3191Gradle messaging infrastructure may cause hanging buildSzczepan FaberResolvedWon't Fix2014-10-302017-02-10
GRADLE-3192incremental java compilation long paths on windowsSzczepan FaberResolvedWon't Fix2014-11-122017-02-10
GRADLE-3193Component selection rules should not apply to parent pom resolutionDaz DeBoerResolvedFixed2014-11-122014-11-12
GRADLE-3194Cannot start Gradle daemon on OS X and Java 7 when offlineSzczepan FaberResolvedFixed2014-11-132014-11-16
GRADLE-3195SonarRunner in gradle 2.2 doesn't take sonar.host.url parameterRené GröschkeGradle ForumsResolvedNot A Bug2014-11-132014-12-14
GRADLE-3196Why Gradle download wrapper multiple times for the same version?Gradle ForumsResolvedWon't Fix2014-11-182017-02-10
GRADLE-3197Applying an init script to a project with buildSrc from the command lineBenjamin MuschkoResolvedWon't Fix2014-11-192017-02-10
GRADLE-3198The gradle copy task is not honouring the caseSensitive property.Gradle ForumsResolvedWon't Fix2014-11-202017-02-10
GRADLE-3199Easy way / command line option to exclude a project from multi-project buildsGradle ForumsResolvedWon't Fix2014-11-202017-02-10
GRADLE-3200NullPointerException in ProfileEventAdapter.completed(ProfileEventAdapter.java:72)Gradle ForumsResolvedDuplicate2014-11-202017-01-25
GRADLE-3201Cannot run clean task for a task that starts with an upper case letterPeter NiederwieserResolvedWon't Fix2014-11-212017-01-24
GRADLE-3202Project dependencies are cross-linked when project name's match, but project paths differ.Gradle ForumsResolvedWon't Fix2014-11-212017-02-10
GRADLE-3204After upgrade gradle to 2.0 version, the maven pom not support build propertyGradle ForumsResolvedWon't Fix2014-11-242017-02-10
GRADLE-3205Parallel execution is horribly broken after upgrading to 2.0+.Pepper Lebeck-JobeGradle ForumsResolvedDuplicate2014-11-262017-02-02
GRADLE-3206Concurrency issue when accessing task execution history storeMarcin ErdmannGradle ForumsResolvedFixed2014-11-262014-12-04
GRADLE-3207Task extending 'jar' compiled with Gradle 2.0 fails to run in Gradle 2.2Gradle ForumsResolvedFixed2014-12-052015-01-27
GRADLE-3208Tooling API IdeaContentRoot generated source and test directories properties are always emptyAdam MurdochResolvedFixed2014-12-062014-12-06
GRADLE-3209SonarRunner should respect sources in root project in Multi-Project HierarchiesGradle ForumsResolvedWon't Fix2014-12-082017-01-16
GRADLE-3210IDEA model in Tooling API does not allow multiple source artifacts for libraryDaz DeBoerResolvedWon't Fix2014-12-102017-02-10
GRADLE-3211maven-publish creates additional files when packaging does not match artifact extensionDaz DeBoerResolvedWon't Fix2014-12-112017-02-10
GRADLE-3212FindBugs plugin should expose property for setting baseline bugs fileBenjamin MuschkoBenjamin MuschkoResolvedFixed2014-12-112015-01-18
GRADLE-3213Not mapping ‘+’ version range selectors for generated pom filesRené GröschkeResolvedDuplicate2014-12-112016-11-28
GRADLE-3214Build hangs when FindBugs crashesSzczepan FaberSzczepan FaberResolvedFixed2014-12-122015-01-18
GRADLE-3215GradleProjectBuilder does not populate isPublic fieldEtienne StuderEtienne StuderResolvedFixed2014-12-122015-01-13
GRADLE-3216Using changing provided by component metadata rule for latest.release fails to resolve moduleBenjamin MuschkoBenjamin MuschkoResolvedFixed2014-12-162015-03-19
GRADLE-3218'test.testLogging.setShowStandardStreams(false)' enables standard streamsDaz DeBoerResolvedFixed2014-12-182014-12-18
GRADLE-3219~/.m2/settings.xml is parsed for every project in a multi-project Gradle buildGradle ForumsResolvedWon't Fix2014-12-282017-02-10
GRADLE-3220Out of process compilation does not isolate classpath from Gradle infrastructureGradle ForumsResolvedFixed2015-01-042017-01-27
GRADLE-3221DSL Reference error: testReportDirName is not relative to buildDir, but to reportsDir.René GröschkeGradle ForumsResolvedFixed2015-01-042015-01-13
GRADLE-3222Gradle does not locate the correct library include path with Windows SDK 8.0Sterling GreeneResolvedFixed2015-01-142015-03-31
GRADLE-3223DefaultProcessForkOptions should handle environment variables on windows caseinsensitiveRené GröschkeResolvedWon't Fix2015-01-162017-02-10
GRADLE-3224Maven plugin POM generation fails to translate "+" version selector into actual versionBenjamin MuschkoResolvedDuplicate2015-01-162017-01-23
GRADLE-3225Native unit test plug-ins cause problems with multiple native languagesSterling GreeneResolvedFixed2015-01-192015-06-03
GRADLE-3226S3 Maven backed repositories should support AWS Signature Version 4René GröschkeResolvedWon't Fix2015-01-202017-02-10
GRADLE-3227Gradle creates additional pom file with incorrect extension when publishing to maven repository with no main artifactDaz DeBoerResolvedFixed2015-01-252015-01-25
GRADLE-3228Gradle does not upload POM file when publishing with no main artifactDaz DeBoerResolvedFixed2015-01-252015-01-25
GRADLE-3229JavaVersion check will not work for Java 2.xLuke DaleyResolvedWon't Fix2015-01-252017-02-10
GRADLE-3230The purpose of an input file is not considered for incremental buildLóránt PintérLuke DaleyResolvedFixed2015-01-252017-01-27
GRADLE-3231Calling Project.afterEvaluate() on already evaluated project has no effectDaz DeBoerResolvedWon't Fix2015-01-262017-02-10
GRADLE-3232Need to handle I/O errors more gracefully when using File.listFiles()Gary HaleResolvedWon't Fix2015-01-282017-02-10
GRADLE-3233Nullpointer exception in uploadArchivesRené GröschkeGradle ForumsResolvedFixed2015-01-302015-02-06
GRADLE-3234invalid pom generated when dependency with null version is declaredRené GröschkeResolvedFixed2015-01-302015-03-19
GRADLE-3235Compilation bug with Gradle building Groovy project. java.lang.NoClassDefFoundError: Unable to load class groovy.servlet.ServletCategorySterling GreeneSterling GreeneResolvedFixed2015-01-312015-03-03
GRADLE-3236Multiple Component Selection Rules for same module fail to resolve metadata Gary HaleGary HaleResolvedFixed2015-02-042015-03-19
GRADLE-3237Exceptions thrown from Exception.getMessage() should be handled consistently when using ignoreFailures = trueMarcin ErdmannResolvedWon't Fix2015-02-082017-02-10
GRADLE-3238Gradle throws exception when test classes use type annotationsMark VieiraResolvedWon't Fix2015-02-102017-02-10
GRADLE-3239Maven plugin produces an ivy moduleAdam MurdochResolvedWon't Fix2015-02-102017-02-10
GRADLE-3240Dependency excludes for group/module apply to dependency itselfDaz DeBoerResolvedFixed2015-02-102015-02-10
GRADLE-3241PosixFileFunctions.chmod fails with UnsatisfiedLinkError in some environments for Gradle 1.12+Gary HaleGary HaleResolvedWon't Fix2015-02-112017-02-10
GRADLE-3242visual studio SDK's include path is getting added multiple times to option.txtSterling GreeneSterling GreeneResolvedFixed2015-02-132015-07-15
GRADLE-3243Wildcard exclude of groupId and artifactId in Maven POM dependency declaration excludes itselfBenjamin MuschkoResolvedFixed2015-02-172015-04-01
GRADLE-3244Ivy modules with negative dependency configuration mappings fail to resolveGary HaleResolvedWon't Fix2015-02-172017-02-10
GRADLE-3245Netbeans Tooling API failures with 2.3 projectsGary HaleGary HaleResolvedFixed2015-02-172015-03-19
GRADLE-3246Problem building native code samples with 2.3, reports 'Invalid NativePlatform: linux_i686'Sterling GreeneResolvedFixed2015-02-192015-04-08
GRADLE-3247Gradle JUnit report plugin does calculate and show time spent in BeforeClass and AfterClass.Gradle ForumsResolvedWon't Fix2015-02-242017-02-10
GRADLE-3248[cpp plugin] 2.3 reports UP-TO-DATE after compilation errorGradle ForumsResolvedWon't Fix2015-02-252017-02-10
GRADLE-3249pluginManager.withPlugin fires before the plugin is actually appliedLuke DaleyGradle ForumsResolvedFixed2015-03-012015-03-03
GRADLE-3250Gradle using old HTTPClient lib that doesn't support SNIGradle ForumsResolvedFixed2015-03-022015-12-10
GRADLE-3251htmlDependencyReport generates blank page if slash is used in project pathGradle ForumsResolvedWon't Fix2015-03-022017-02-10
GRADLE-3252AbstractFileResolver produces org.gradle.api.UncheckedIOException when path is too long on Mac OSXGradle ForumsResolvedWon't Fix2015-03-022017-02-10
GRADLE-3253multiple GradleBuild-typed tasks combined with parallel execution leads to concurrency errors in referred projectGradle ForumsResolvedWon't Fix2015-03-022017-02-10
GRADLE-3254FileTree excludes all files when Ant DirectoryScanner.defaultExcludes are clearedDaz DeBoerResolvedWon't Fix2015-03-032017-02-10
GRADLE-3255Gradle does not honour `https.proxy` settingsDaz DeBoerResolvedWon't Fix2015-03-042017-02-10
GRADLE-3256Gradle daemon does not support JDK 9 by defaultGradle ForumsResolvedFixed2015-03-052015-08-22
GRADLE-3257IntelliJ project generation for Scala projects doesn't support IntelliJ 14Gradle ForumsResolvedWon't Fix2015-03-052017-02-10
GRADLE-3258Gradle doesn't report abbreviated task name as ambiguous when task name has numbersSterling GreeneResolvedDuplicate2015-03-062017-01-16
GRADLE-3259Incremental Java compiler does not work with annotation processorsGradle ForumsResolvedDuplicate2015-03-102017-02-03
GRADLE-3260Gradle/Grails run-app causes error in Windows with many dependenciesGradle ForumsResolvedWon't Fix2015-03-112016-02-29
GRADLE-3261Project should have Action overloads for applicable Closure taking methods.Gradle ForumsResolvedWon't Fix2015-03-112017-02-10
GRADLE-3262Gradle 2.3: Antlr fails with ANTLR Panic: Cannot find importVocab file 'ConfigurationTokenTypes.txt'René GröschkeGradle ForumsResolvedFixed2015-03-122015-03-16
GRADLE-3263incremental compilation fails when project does not produce jar fileGradle ForumsResolvedWon't Fix2015-03-122017-02-10
GRADLE-3264Gradle fails to resolve latest.status versions for some transitive dependenciesSterling GreeneResolvedFixed2015-03-172015-07-15
GRADLE-3265New Gradle Daemon process holding up the buildbot CI step on WindowsGradle ForumsResolvedWon't Fix2015-03-202016-05-23
GRADLE-3267Test Issue exported from new forumRené GröschkeResolvedWon't Fix2015-03-202017-01-24
GRADLE-3268Clarify user guide regarding running of finalizer tasks when finalized task is not runGradle ForumsResolvedWon't Fix2015-03-242017-02-10
GRADLE-3269Cannot expand archive with read only entries on non clean buildGradle ForumsResolvedWon't Fix2015-03-242017-02-10
GRADLE-3270Cannot define more than one custom tag when generating JavadocGradle ForumsResolvedWon't Fix2015-03-312017-02-10
GRADLE-3271It is not practical to detect the presence of the `gradleApi()` dependency as part of a configurationLuke DaleyLuke DaleyResolvedFixed2015-04-052015-04-05
GRADLE-3272System property 'maven.repo.local' is ignored by 'maven' plugin 'install' taskMark VieiraResolvedFixed2015-04-072017-01-27
GRADLE-3273Add ability to specify publish api key and secret via plugin bundle DSLTom DunstanTom DunstanResolvedDuplicate2015-04-072017-01-24
GRADLE-3274Excludes not recognized by maven-publish when injected at configuration level Mark VieiraResolvedWon't Fix2015-04-082017-02-10
GRADLE-3275UnsupportedOperationException when resolving ivy modules containing particular excludesMichael BarnathanDaz DeBoerResolvedFixed2015-04-082016-05-09
GRADLE-3276Intellij 14 removed facets for Scala projects from project filesSterling GreeneResolvedFixed2015-04-082016-01-13
GRADLE-3277NPE when extending a configuration defined in another projectMark VieiraResolvedWon't Fix2015-04-092017-02-10
GRADLE-3278Applying distribution plugin should add assembleDist task instead of assembleMainDist for main distributionRené GröschkeRené GröschkeResolvedFixed2015-04-132015-04-13
GRADLE-3279Incremental build does not scale well with very large input directoriesDaz DeBoerResolvedWon't Fix2015-04-132017-02-10
GRADLE-3280Cannot resolve recursive copy of configuration with cyclic project dependenciesDaz DeBoerResolvedWon't Fix2015-04-142017-02-10
GRADLE-3281Plugin publishing plugin ignores publishing keys set in ~/.gradle/gradle.properties when there's a project-local gradle.propertiesAdrian KellyTom DunstanResolvedFixed2015-04-142016-01-14
GRADLE-3282Java.net.URISyntaxException thrown on Linux with VisualCpp installDir configuredSterling GreeneResolvedDuplicate2015-04-162017-02-02
GRADLE-3283Finalizer tasks can take a very long timeSterling GreeneResolvedFixed2015-04-162017-01-27
GRADLE-3284Copy file to UNIX group writable (664) files fails if not the ownerGary HaleResolvedDuplicate2015-04-172017-01-24
GRADLE-3285Publish plugin should either allow uploading of signature files or downgrade error to a warningTom DunstanResolvedWon't Fix2015-04-192017-02-10
GRADLE-3286[JDK9] Remove unsupported command line options from daemon argsSterling GreeneResolvedFixed2015-04-192015-09-02
GRADLE-3287[JDK9] ClassCastException from org.gradle.process.internal.child.BootstrapSecurityManagerSterling GreeneResolvedFixed2015-04-192016-01-25
GRADLE-3288Regression: JNA path conflicts in test execution JVMGary HaleSterling GreeneResolvedFixed2015-04-242015-04-28
GRADLE-3289Gradle 2.4-rc-1 application plugin has doubled start scripts in binary distributionRené GröschkeRené GröschkeResolvedFixed2015-04-242015-04-24
GRADLE-3290Test task and '-XstartOnFirstThread' makes gradle hangSterling GreeneResolvedDuplicate2015-04-242016-11-15
GRADLE-3291Discrepancy in handling `source` between Checkstyle and FindBugsSterling GreeneResolvedWon't Fix2015-04-242017-01-24
GRADLE-3292Exec tasks/actions do not allow inheriting the standard streamsLuke DaleyResolvedWon't Fix2015-04-262017-02-10
GRADLE-3293Calling tasks.findByName("dependencyInsight") during configuration causes build to failLuke DaleyLuke DaleyResolvedFixed2015-04-272015-04-29
GRADLE-3294Some default values for Locale properties are not set for Java processes forked by GradleLuke DaleyResolvedWon't Fix2015-05-032017-02-10
GRADLE-3296Some test bug for testing autolinkingRené GröschkeResolvedWon't Fix2015-05-042017-02-10
GRADLE-3297Deprecation warning when using ’–offline'René GröschkeResolvedWon't Fix2015-05-082017-02-10
GRADLE-3298Worker processes are not cleaned up when daemon crashes or is killedLari HotariResolvedWon't Fix2015-05-112017-02-10
GRADLE-3299Maven POM property replacement for project.parent.artifactId is not workingBenjamin MuschkoResolvedFixed2015-05-122015-07-26
GRADLE-3300Disable annotation processing of Java stubs by default on Groovy sourcesCédric ChampeauCédric ChampeauResolvedFixed2015-05-132015-05-28
GRADLE-3301Originating module with relocation assignment parsed from Maven POM is added to dependency graphBenjamin MuschkoResolvedDuplicate2015-05-142017-01-25
GRADLE-3302Test tasks defined by rules aren’t visible to teamcityAdrian KellyResolvedWon't Fix2015-05-142017-02-10
GRADLE-3303Incorrect checksums generated for artefacts published to S3Adrian KellyAdrian KellyResolvedFixed2015-05-252015-06-23
GRADLE-3304Error when using tarTree() on archives that contain entries with null permissionsMark VieiraResolvedFixed2015-05-282015-06-23
GRADLE-3305Daemon does not respect changes to OS proxy config during its lifetimeLuke DaleyResolvedWon't Fix2015-06-012017-02-10
GRADLE-3306Dependency Substitution does not replace project with external module that has the same versionDaz DeBoerResolvedWon't Fix2015-06-092017-02-10
GRADLE-3307Gradle produces java.io.NotSerializableException for dependency resolve errors using the Tooling APILari HotariSterling GreeneResolvedFixed2015-06-222016-10-12
GRADLE-3308Cannot reference GeneratePom task by task instanceRené GröschkeResolvedWon't Fix2015-06-222017-02-10
GRADLE-3309Excessive downloads during resolutionMark VieiraResolvedWon't Fix2015-06-232017-02-10
GRADLE-3310Gradle 2.5 RC 1 broke .tar.gzSterling GreeneResolvedWon't Fix2015-06-252017-02-10
GRADLE-3311Ctrl+d does not exit continous build with Gradle 2.5 RC1 under WindowsLuke DaleySterling GreeneResolvedFixed2015-06-252015-07-01
GRADLE-3312Error Code 301 when publishing with maven-publish and Gradle 2.4Adrian KellySterling GreeneResolvedFixed2015-06-252015-07-02
GRADLE-3313Automatic detection of Visual Studio Community 2015 RC not working properlySterling GreeneResolvedFixed2015-06-262017-01-16
GRADLE-3314Checkstyle plugin does not work with Checkstyle 6.8Luke DaleyResolvedFixed2015-06-302015-08-11
GRADLE-3315Gradle daemon holds lock on jar file on Windows when using TestNGMark VieiraResolvedWon't Fix2015-07-012017-01-24
GRADLE-3316Cannot use native unit-test plugins to test sources for a native executableDaz DeBoerResolvedWon't Fix2015-07-022017-02-10
GRADLE-3317Class generation is not generating dependency injection annotations for some custom tasks.Adrian KellyAdrian KellyResolvedWon't Fix2015-07-112017-02-10
GRADLE-3318tasks.withType(SomeType) does not realise tasks defined via model rulesAdrian KellyLuke DaleyResolvedFixed2015-07-122015-09-15
GRADLE-3319PlatformScalaCompile fails when building classes using Java 8 featuresGary HaleGary HaleResolvedFixed2015-07-132015-07-20
GRADLE-3320Gradle produces JARs that are not compatible with Oracle WebCenter ContentLuke DaleyResolvedWon't Fix2015-07-132017-02-10
GRADLE-3321Task created by rules cannot be configured by legacy code then mutated by further rulesMark VieiraResolvedDuplicate2015-07-132017-01-24
GRADLE-3322Changed behaviour of Dependency Resolve Rules when replacing a project dependency with a dependency on the same module versionDaz DeBoerResolvedWon't Fix2015-07-152017-02-10
GRADLE-3323Antlr plugin should preserve package structureRené GröschkeRené GröschkeResolvedFixed2015-07-212015-08-18
GRADLE-3324Publishing on IBM's 1.6 windows JDK causes a NPE.Adrian KellyAdrian KellyResolvedFixed2015-07-232015-08-05
GRADLE-3325Antlr plugin adds antlr to compile classpathLuke DaleyResolvedWon't Fix2015-07-232017-02-10
GRADLE-3326Test filters are ignored for JUnit tests with Runner that is not FilterableAdam MurdochResolvedFixed2015-07-262015-07-26
GRADLE-3327Plugin google-test causes failure when plugin java is applied Sterling GreeneResolvedWon't Fix2015-07-312017-02-10
GRADLE-3328ArtifactResolutionQuery does not use repository pattern to locate ivy filesDaz DeBoerResolvedFixed2015-08-032015-08-04
GRADLE-3329Exec output with long lines containing multibyte UTF-8 brokenLari HotariLóránt PintérResolvedFixed2015-08-042016-10-01
GRADLE-3330Fails to resolve multiple configurations of the same project when 'archiveName' is specifiedSterling GreeneResolvedFixed2015-08-042015-11-15
GRADLE-3331Changed ordering of resolved dependency artifactsDaz DeBoerResolvedFixed2015-08-102015-08-10
GRADLE-3332Referencing tasks.install on Native binary fails with 2.6Sterling GreeneResolvedWon't Fix2015-08-122017-02-10
GRADLE-3333Maven-publish plugin does not release file locks after publishingDaz DeBoerResolvedFixed2015-08-142015-08-15
GRADLE-3334Gradle fails to resolve maven-style version range syntax for single versionDaz DeBoerResolvedFixed2015-08-152015-08-15
GRADLE-3335eclipse plugin incorrectly excludes java sources for resource excludeRené GröschkeRené GröschkeResolvedFixed2015-08-152015-08-15
GRADLE-3336"No connector available" when publishing to maven with a specified wagon jarAdrian KellyAdrian KellyResolvedFixed2015-08-192015-08-31
GRADLE-3337Gradle Wrapper verifies distribution checksum on every executionSterling GreeneResolvedFixed2015-08-222015-09-14
GRADLE-3338Fetching artifacts from s3 backed repository fails with jdk8u60Adrian KellySterling GreeneResolvedFixed2015-08-232015-09-04
GRADLE-3339Ivy-publish fails when gradle dependency does not specify a versionDaz DeBoerResolvedWon't Fix2015-09-062017-02-10
GRADLE-3340Jar task is UP_TO_DATE altough manifest attribute was changedLari HotariDaz DeBoerResolvedFixed2015-09-162015-09-28
GRADLE-3341Gradle Build environment not visible from subproject when using 'includeFlat'Mark VieiraResolvedWon't Fix2015-09-182017-02-10
GRADLE-3342Non-versioned maven dependencies causing continuous remote resolution.Adrian KellyResolvedWon't Fix2015-09-242017-02-10
GRADLE-3343Groovy Compiler always uses the same version of Java as the Gradle buildSterling GreeneResolvedWon't Fix2015-09-302017-02-10
GRADLE-3344eclipse-wtp plugin does not honor dependency substitutionDonát CsikósRené GröschkeResolvedFixed2015-10-012017-01-25
GRADLE-3345antlr task fails if tokenVocab references package declarationRené GröschkeResolvedDuplicate2015-10-022017-01-24
GRADLE-3346Cannot resolve all dependencies for Play 2.3.7 when executing runPlayBinarySterling GreeneResolvedWon't Fix2015-10-072017-01-24
GRADLE-3347Adding a project as default configuration dependency does not trigger building of projectSterling GreeneResolvedWon't Fix2015-10-092017-02-10
GRADLE-3348Error during subsequent builds when unpacking an archive containing read-only filesLari HotariMark VieiraResolvedDuplicate2015-10-132015-11-02
GRADLE-3349GroovyDoc task does not mark all properties that affect the output of the task as inputsPepper Lebeck-JobeSterling GreeneResolvedFixed2015-10-152016-03-29
GRADLE-3350Dependencies with version of 'SNAPSHOT' should be treated as changingMark VieiraResolvedWon't Fix2015-10-212017-02-10
GRADLE-3351StackOverflowError when calling super() from subclass of JarMark VieiraResolvedWon't Fix2015-10-262017-02-10
GRADLE-3352Setting "org.gradle.debug" system property no longer worksMark VieiraResolvedFixed2015-10-282015-10-28
GRADLE-3353copy task fails with Circular dependency errorRené GröschkeResolvedWon't Fix2015-10-292017-02-10
GRADLE-3354Continuous build's file watching keeps file locks on directories on WindowsLari HotariLari HotariResolvedFixed2015-11-042015-11-04
GRADLE-3355Gradle play plugin uses deprecated class play.core.server.NettyServer for Play 2.4+Sterling GreeneResolvedWon't Fix2015-11-042017-02-10
GRADLE-3356Cannot apply both java and play plugins Sterling GreeneResolvedWon't Fix2015-11-042017-02-10
GRADLE-3357Native not recompiling when header changes gradle 2.8Sterling GreeneResolvedFixed2015-11-052015-12-08
GRADLE-3358Plugin Portal does not allow updating plugin description and tagsTom DunstanTom DunstanResolvedWon't Fix2015-11-102017-02-10
GRADLE-3359Plugin publishing plugin does not generate correct POM for project dependenciesMarco VermeulenDaz DeBoerResolvedFixed2015-11-102016-07-28
GRADLE-3360Gradle creates `.gradle` directory whenever executed outside of project directoryDaz DeBoerResolvedWon't Fix2015-11-102017-02-10
GRADLE-3361Versions from dependencyManagement element of POM are not honoured for dependencies with a classifierDaz DeBoerResolvedNot A Bug2015-11-102015-11-26
GRADLE-3362Missing artifacts for project dependency when `archiveName` is usedDaz DeBoerResolvedFixed2015-11-152015-11-15
GRADLE-3363Clang argument list to long error when linking many object filesSterling GreeneResolvedWon't Fix2015-11-152017-02-10
GRADLE-3364Provide way to configure Visual C++ tool chain like GCCSterling GreeneResolvedWon't Fix2015-11-162017-02-10
GRADLE-3365Play resources do not honor nested directoriesGary HaleGary HaleResolvedFixed2015-11-182015-11-18
GRADLE-3366Exclusions added to project dependencies do not show up in generated POMMark VieiraResolvedFixed2015-12-012015-12-02
GRADLE-3367Gradle build hangs when tests task is executed with --parallel Lari HotariSterling GreeneResolvedFixed2015-12-012016-05-17
GRADLE-3368CachingPatternSpecFactory uses a lot of memoryLari HotariSterling GreeneResolvedFixed2015-12-032015-12-03
GRADLE-3369Inconsistent behavior of FileTreeElement getSize/getLastModified methodsLari HotariSterling GreeneResolvedFixed2015-12-052016-02-17
GRADLE-3370Continuous build crashes the JVM of the Gradle Scala Zinc compiler daemonLari HotariLari HotariResolvedFixed2015-12-092015-12-09
GRADLE-3371Gradle Scala Zinc compiler daemon sporadically fails to startGary HaleLari HotariResolvedFixed2015-12-092015-12-23
GRADLE-3372Support native Windows credentials when using SPNEGO (NTLM/Kerberos)Mark VieiraResolvedWon't Fix2015-12-152017-02-10
GRADLE-3373Cannot use model DSL `$.path` expressions for method parameters when the last method parameter is a closureAdam MurdochResolvedFixed2015-12-172015-12-17
GRADLE-3374Jar manifests content should be encoded using UTF-8Paul MerlinMark VieiraResolvedFixed2015-12-292016-05-23
GRADLE-3375Provide better error reporting when failing to resolve project dependenciesMark VieiraResolvedWon't Fix2015-12-302017-02-10
GRADLE-3376Misleading error when defining a creation rule for an unknown type on a ModelMap using model DSLLóránt PintérMark VieiraResolvedFixed2015-12-302016-01-25
GRADLE-3377Inferred compile task dependency with classifier cannot be resolvedBenjamin MuschkoResolvedWon't Fix2016-01-052017-02-10
GRADLE-3378StackOverflowError in DefaultResolvedDependency.getAllModuleArtifacts when the project depends on itselfDaz DeBoerResolvedDuplicate2016-01-102016-12-05
GRADLE-3379InstallExecutable task should use target platform OSStefan OehmeStefan OehmeResolvedFixed2016-01-112016-01-11
GRADLE-3380Inherited properties in multi-level multi-project builds Sterling GreeneResolvedWon't Fix2016-01-112017-02-10
GRADLE-3381Cannot create static libraries for very large projects Sterling GreeneResolvedWon't Fix2016-01-122017-02-10
GRADLE-3382StringIndexOutOfBoundsException thrown when compiling scriptMark VieiraResolvedFixed2016-01-122016-01-13
GRADLE-3383Detecting new header files earlier in the include search pathSterling GreeneResolvedFixed2016-01-132016-01-13
GRADLE-3384Maven uploading is not updating 'latest' information in maven-metadata.xmlMark VieiraResolvedWon't Fix2016-01-142017-02-10
GRADLE-3385Unable to extract self extracting zip fileSterling GreeneResolvedWon't Fix2016-01-152017-02-10
GRADLE-3386Play distribution does not include jars from dependent projects with same nameDaz DeBoerResolvedFixed2016-01-172016-01-17
GRADLE-3387Using 'uniqueVersion = false' is brokenMark VieiraResolvedWon't Fix2016-01-212017-02-10
GRADLE-3388Cannot declare a client module dependency with a dynamic versionMark VieiraResolvedWon't Fix2016-01-272017-02-10
GRADLE-3389mustRunAfter not honored when used with finalizedByGary HaleResolvedDuplicate2016-02-012017-01-16
GRADLE-3390 Module replacement not reflected in publication metadataBenjamin MuschkoResolvedWon't Fix2016-02-022017-02-10
GRADLE-3391Output per test case in HTML test report Piotr JagielskiResolvedWon't Fix2016-02-052017-02-10
GRADLE-3392Gradle does not recognize pom version range (e.g., [1.52,]) Sterling GreeneResolvedWon't Fix2016-02-072017-02-10
GRADLE-3393Duplicate source folders created when using eclipse.classpath.whenMergedStefan OehmeResolvedWon't Fix2016-02-082017-02-10
GRADLE-3394zinc compiler does not honor "force" optionPepper Lebeck-JobePepper Lebeck-JobeResolvedFixed2016-02-092016-02-25
GRADLE-3395scaladoc does not correctly set ant additional parameters propertyPepper Lebeck-JobePepper Lebeck-JobeResolvedFixed2016-02-092016-02-12
GRADLE-3396Eclipse classpath contains duplicates when version number is unparseableLari HotariResolvedWon't Fix2016-02-092017-02-10
GRADLE-3397Copy spec source order not preserved when mixing root and child specsMark VieiraResolvedWon't Fix2016-02-102017-02-10
GRADLE-3398Add support for macros and include files in assembler sourcesSterling GreeneResolvedWon't Fix2016-02-112017-02-10
GRADLE-3399Allow declaration of compile only dependenciesMark VieiraResolvedFixed2016-02-142016-02-14
GRADLE-3400Error when attempting to walk file tree including a symlink pointing to non-existent locationLari HotariMark VieiraResolvedFixed2016-02-162016-02-17
GRADLE-3401Exception thrown from eachDependency resolutionStrategy hook not properly propagatedRené GröschkeResolvedWon't Fix2016-02-162017-02-10
GRADLE-3402Plugin publication plugin does not support numeric charactersRené GröschkeResolvedWon't Fix2016-02-182017-02-10
GRADLE-3403Error "failed to abort Gradle Compiler Daemon 2" gets printed to console when build is terminated with CTRL-CLari HotariResolvedWon't Fix2016-02-182017-02-10
GRADLE-3404Consider args, working directory and executable/main as inputs for JavaExec/ExecSterling GreeneResolvedWon't Fix2016-02-202017-02-10
GRADLE-3405Maven publishing incorrectly adds a 'timestamp' to maven-metadata.xml when uniqueVersions=falseDaz DeBoerResolvedWon't Fix2016-02-212017-02-10
GRADLE-3406Provide better error message when CopySpec has no destination directoryStefan OehmeResolvedWon't Fix2016-02-222017-02-10
GRADLE-3407Continuous build doesn't log the first few changes made during the buildLari HotariLari HotariResolvedFixed2016-02-222016-02-22
GRADLE-3408Nullpointer when declaring artifact for dependency with no name providedRené GröschkeResolvedWon't Fix2016-02-262017-02-10
GRADLE-3409includeFlat does not allow nested projects, but does not tell the user soStefan OehmeResolvedWon't Fix2016-02-262017-02-10
GRADLE-3410Compile only dependency conflict handlingPiotr JagielskiResolvedDuplicate2016-03-042016-12-09
GRADLE-3411o.j.r.nRunListener.testRunFinished event not triggered when executing in JUnit testsRené GröschkeResolvedDuplicate2016-03-082016-11-11
GRADLE-3412Duplicate module bytecodeversion entries in generated idea *.ipr fileRené GröschkeRené GröschkeResolvedFixed2016-03-142016-03-14
GRADLE-3413settings.gradle is ignored when using custom build file name passed via -b flagRené GröschkeResolvedWon't Fix2016-03-152017-02-10
GRADLE-3414Confusing task input validation error messages when property name exercise JavaBean spec corner casesPaul MerlinPaul MerlinResolvedFixed2016-03-152016-04-01
GRADLE-3415Continuous build doesn't watch for changes when some task has a single input file in the parent directory of another task's input directoryLari HotariLari HotariResolvedFixed2016-03-172016-03-18
GRADLE-3416Compile only dependencies added to incorrect scope in IDEA when conflicting with runtime dependenciesMark VieiraResolvedFixed2016-03-172016-03-17
GRADLE-3417Misleading dependency report when using module excludeRené GröschkeResolvedWon't Fix2016-03-222017-02-10
GRADLE-3418Copy action skips ‘#’ or '%' directory on copyPepper Lebeck-JobeSterling GreeneResolvedFixed2016-03-232016-03-25
GRADLE-3419Ignored TestClass Missing from Gradle Test ReportPepper Lebeck-JobeResolvedDuplicate2016-03-242016-11-18
GRADLE-3420uploadArchives task is not parallel safePepper Lebeck-JobeResolvedDuplicate2016-03-252017-01-24
GRADLE-3421Filenames of JUnit test results with non-ASCII characters get too longPaul MerlinResolvedDuplicate2016-03-302017-01-20
GRADLE-3422@ComponentBinaries rule can be executed twiceCédric ChampeauCédric ChampeauResolvedWon't Fix2016-03-302017-02-10
GRADLE-3423Gradle fails to resolve inner classes in build.gradleCédric ChampeauSterling GreeneResolvedWon't Fix2016-03-302017-02-10
GRADLE-3424HTTP requests fail due to reuse of stale connectionsMark VieiraMark VieiraResolvedFixed2016-03-312016-08-01
GRADLE-3425Continuous build triggers a re-build when the user hasn't done changes. Changes in intermediate directories should be ignoredLari HotariResolvedWon't Fix2016-03-312017-02-10
GRADLE-3426Incremental Java compilation does not work when dependencies use Java 1.2 bytecodeSterling GreeneResolvedDuplicate2016-04-012017-02-02
GRADLE-3427Expose CompilerDaemon functionality to Plugin AuthorsPepper Lebeck-JobeResolvedDuplicate2016-04-052017-01-24
GRADLE-3428Incremental Java compilation changing static final field does not always trigger re-compilation of dependent classesEric WendelinEric WendelinResolvedFixed2016-04-052016-05-10
GRADLE-3429"Build Setup" group should be lower caseStefan OehmeResolvedWon't Fix2016-04-062017-02-10
GRADLE-3430Add Project.findProperty(String) to for lookup property or return null if not setRené GröschkeRené GröschkeResolvedFixed2016-04-062016-04-06
GRADLE-3431Gradle should warn user given sourceSets and source trees that don't matchEric WendelinResolvedWon't Fix2016-04-072017-02-10
GRADLE-3432Allow Checkstyle to also check resource filesSterling GreeneResolvedWon't Fix2016-04-072017-02-10
GRADLE-3433 NoSuchMethodError in TestKit when using GradleRunnerBenjamin MuschkoResolvedFixed2016-04-112016-05-04
GRADLE-3434An exclusion rule containing an exact match rule as well as another type will only process the exact match ruleMichael BarnathanMichael BarnathanResolvedFixed2016-04-122016-05-13
GRADLE-3435Task is UP-TO-DATE after moving files between @InputFiles propertiesLóránt PintérLóránt PintérResolvedFixed2016-04-132017-01-25
GRADLE-3436Build init plugin should convert provided dependencies to compileOnlyMark VieiraResolvedWon't Fix2016-04-142017-02-10
GRADLE-3437gradle tasks shows misleading task description for aggregated tasksRené GröschkeResolvedWon't Fix2016-04-162017-02-10
GRADLE-3438Running gradle init from different working directory does not run maven conversionRené GröschkeRené GröschkeResolvedFixed2016-04-182016-05-13
GRADLE-3439Regression: Task output directory/file existence isn't tracked in task up-to-date checkingLari HotariLari HotariResolvedFixed2016-04-182016-04-18
GRADLE-3440Publishing with the legacy Ivy support doesn't add excludes to generated metadataBenjamin MuschkoBenjamin MuschkoResolvedFixed2016-04-182016-07-22
GRADLE-3441BZIP2 compression extremely slowSterling GreeneResolvedFixed2016-04-182016-04-19
GRADLE-3442Interim dependency substitutions are not reported in dependencies reportLuke DaleyResolvedWon't Fix2016-04-222017-02-10
GRADLE-3443Default Scala Compiler Doesn’t Work in Gradle 2.12 & Scala 2.11Gary HaleSterling GreeneResolvedNot A Bug2016-04-252016-07-28
GRADLE-3444NPE when configuring FileTree's builtBy by mapPaul MerlinPaul MerlinResolvedFixed2016-04-292016-05-04
GRADLE-3445Cannot create a rule for specifying generatedBy for native source sets due to cyclic rule dependenciesSterling GreeneResolvedWon't Fix2016-04-302017-02-10
GRADLE-3446Console.readline() prompt text is overwritten by status lineSterling GreeneResolvedDuplicate2016-05-022016-11-17
GRADLE-3447Produce better error messages when a plugin is applied to the wrong typeSterling GreeneResolvedWon't Fix2016-05-032017-02-10
GRADLE-3448Thread leaked using BuildLauncherAdam MurdochEric WendelinResolvedFixed2016-05-042016-05-16
GRADLE-3449Ear plugin generates wrong descriptor for JEE 7Paul MerlinPaul MerlinResolvedFixed2016-05-112016-05-12
GRADLE-3450Test progress logging not working properly when parallel test execution Gary HaleGary HaleResolvedFixed2016-05-112016-05-11
GRADLE-3451Latest TLS provider is not used when running with IBM JDKMark VieiraResolvedWon't Fix2016-05-112017-02-10
GRADLE-3452Non-abstract getters of managed types are not directly accessible via model input DSLMark VieiraResolvedWon't Fix2016-05-112017-02-10
GRADLE-3453Unable to use dynamic versions with an S3-based ivy respositoryStefan WolfStefan WolfResolvedFixed2016-05-122017-01-25
GRADLE-3454Idea task fails when there is no module tag in the idea module fileStefan WolfStefan WolfResolvedFixed2016-05-172017-01-25
GRADLE-3455Gradle 2.14-rc-1 breaks binary compatibility for some pluginsCédric ChampeauCédric ChampeauResolvedFixed2016-05-182016-05-27
GRADLE-3456ClassNotFoundException thrown when using ProjectBuilderCédric ChampeauCédric ChampeauResolvedFixed2016-05-202016-05-25
GRADLE-3457Findbugs version cannot be determined when multiple libraries starting with findbugs are on the classpathStefan WolfStefan WolfResolvedFixed2016-05-232017-01-25
GRADLE-3458Incorrect artifact file parsed as POM, resulting in "Content is not allowed in prolog"Daz DeBoerResolvedWon't Fix2016-05-242017-02-10
GRADLE-3459Use newer agentlib:jdwp JVM TI interface in default debugger options instead of old pre 5.0 JVMDI interfaceLari HotariLari HotariResolvedFixed2016-05-272017-01-25
GRADLE-3460Gradle does not configure extension when an extra property with the same name existsSterling GreeneResolvedFixed2016-05-272016-05-28
GRADLE-3461Cannot use static properties and methods from configuration closure defined in a static methodAdam MurdochResolvedFixed2016-05-302016-05-31
GRADLE-3462Cannot use curried closure to configure tasksAdam MurdochResolvedFixed2016-05-312016-05-31
GRADLE-3463Groovydoc fails with NoClassDefFoundError: org/fusesource/jansi/AnsiRenderWriterStefan WolfStefan WolfResolvedFixed2016-05-312016-06-02
GRADLE-3464Dependency resolution fails when used from a plugin that depends on Apache Xerces when build is running from TestKit in debug modeAdam MurdochAdam MurdochResolvedFixed2016-05-312016-06-10
GRADLE-3466Cannot use custom Closure implementation as a project methodAdam MurdochAdam MurdochResolvedFixed2016-06-012016-06-01
GRADLE-3467Generated Gradle API library incompatible with JNAStefan WolfStefan OehmeResolvedFixed2016-06-012016-06-03
GRADLE-3468Plugin cannot parse XML using JAXP when run on java 6 from testkit in debug modeSterling GreeneResolvedWon't Fix2016-06-022016-06-02
GRADLE-3469Plugin dependencies from plugin portal ignores super-configurationsSterling GreeneResolvedWon't Fix2016-06-022017-02-10
GRADLE-3470Non-english Locale can affect command-line arguments to Gradle and JavadocSterling GreeneResolvedWon't Fix2016-06-032017-02-10
GRADLE-3471NullPointerException for ear pluginStefan WolfStefan WolfResolvedFixed2016-06-062016-06-07
GRADLE-3472Support authenticating to SFTP repositories via private keyMark VieiraResolvedDuplicate2016-06-062017-01-26
GRADLE-3473Support authenticating to HTTPS repositories via client certificateMark VieiraResolvedWon't Fix2016-06-062017-02-10
GRADLE-3474Could not initialize XercesBridge when using ProjectBuilderCédric ChampeauStefan WolfResolvedFixed2016-06-072016-06-07
GRADLE-3475Gradle forks a process to determine environment variables on first build and when publishingSterling GreeneResolvedWon't Fix2016-06-072017-02-10
GRADLE-3476Incorrect command line arguments parsing in gradlew under TCC/4NTMarco VermeulenSterling GreeneResolvedFixed2016-06-072017-01-25
GRADLE-3477Cannot download flac file with gradle - Invalid cookie headerSterling GreeneResolvedWon't Fix2016-06-072017-02-10
GRADLE-3478Non-free dependency in pulled in by S3 supportAdrian KellyStefan OehmeResolvedFixed2016-06-082017-01-25
GRADLE-3479Handle MissingMethodExceptions better within a PrebuiltLibraries blockSterling GreeneResolvedFixed2016-06-082017-01-25
GRADLE-3480eclipseProject throws NPE for existing .project file with linked resourcesPaul MerlinPaul MerlinResolvedFixed2016-06-092016-06-10
GRADLE-3481Incremental daemon builds crash sporadically with a NullPointerExceptionEric WendelinResolvedWon't Fix2016-06-092017-02-10
GRADLE-3482Could not create task of type 'DependencyManagementReportTask'Eric WendelinResolvedNot A Bug2016-06-102016-08-01
GRADLE-3483Handling of exported Annotations in new Java Software Model fails for primitive Array valuesStefan WolfStefan WolfResolvedFixed2016-06-142017-01-25
GRADLE-3484War plugin causes continuous to run continuouslySterling GreeneResolvedDuplicate2016-06-152016-06-16
GRADLE-3485Maven POM resolution leads to StackOverflowError if parent GAVs reference resolved POM GAVsBenjamin MuschkoResolvedDuplicate2016-06-162017-01-04
GRADLE-3486Ear plugin fails with NPE when provided with an existing descriptor without a version attributePaul MerlinPaul MerlinResolvedFixed2016-06-162016-06-29
GRADLE-3487OSGI plugin does not generate import package attributes when the package is available in multiple bundlesBenjamin MuschkoBenjamin MuschkoResolvedFixed2016-06-162017-01-25
GRADLE-3488Add sourceSet.output to PMD classpathMarco VermeulenMarco VermeulenResolvedFixed2016-06-162017-01-25
GRADLE-3489Cannot build from REL_2.14 tagSterling GreeneResolvedFixed2016-06-162016-06-29
GRADLE-3490Checkstyle should not output XML report when only the HTML report is enabledBenjamin MuschkoPaul MerlinResolvedFixed2016-06-172016-07-28
GRADLE-3491Some tasks don't execute when inputs or outputs are out of dateLari HotariLóránt PintérResolvedFixed2016-06-172016-07-14
GRADLE-3492Codenarc doesn't honor excludesSterling GreenePaul MerlinResolvedFixed2016-06-212016-06-29
GRADLE-3493Existing plugins broken by leakage of org/gradle/api/internal/DynamicObject into bytecodeStefan WolfEric WendelinResolvedNot A Bug2016-06-292016-07-26
GRADLE-3494NPE in DefaultPomDependenciesConverter when dependency version is nullPaul MerlinPaul MerlinResolvedFixed2016-06-292016-07-07
GRADLE-3495Incremental Java compilation does not work when dependencies use Java 1.1 bytecodeStefan WolfStefan WolfResolvedFixed2016-07-042016-07-04
GRADLE-3496Maven POM conversion dependency de-duplication should choose the higher version when multiple versions have the same priorityPaul MerlinPaul MerlinResolvedFixed2016-07-052016-07-07
GRADLE-3497Ear plugin fails with NPE when provided with an existing descriptor with missing nodesPaul MerlinPaul MerlinResolvedFixed2016-07-072017-01-27
GRADLE-3498JacocoTaskExtension cannot be configuredStefan WolfStefan WolfResolvedFixed2016-07-072016-07-07
GRADLE-3499Cannot create a native component which name contains dotsCédric ChampeauCédric ChampeauResolvedFixed2016-07-082016-07-08
GRADLE-3500Gradle 2.14 timeout connecting to daemon on IBM JDK 8Gary HaleEric WendelinResolvedFixed2016-07-082016-07-15
GRADLE-3501Artifacts with extension fail to resolve if spread across repositoriesMark VieiraResolvedWon't Fix2016-07-132017-02-10
GRADLE-3502Plugin portal does not provide transitive dependencies for plugins from custom repositoriesStefan OehmeStefan OehmeResolvedFixed2016-07-142016-07-15
GRADLE-3503Context classloader not set when using plugins DSLStefan OehmeStefan OehmeResolvedFixed2016-07-152016-07-15
GRADLE-3504Gradle logger does not log exceptions when using parameterized format string Mark VieiraMark VieiraResolvedFixed2016-07-152016-08-02
GRADLE-3505Cannot access properties in pluginRepositories blockStefan OehmeStefan OehmeResolvedFixed2016-07-182016-07-18
GRADLE-3506Could not set unknown property ‘testSrcDirs’ for Test taskStefan WolfEric WendelinResolvedNot A Bug2016-07-202016-07-25
GRADLE-3507Unable to add task inputs and outputs for inline tasksLóránt PintérEric WendelinResolvedFixed2016-07-202016-07-27
GRADLE-3508UP-TO-DATE check ignores changes in the order of files on Java compile classpathLóránt PintérLóránt PintérResolvedFixed2016-07-202016-07-21
GRADLE-3509Publish plugin generates incorrect pom for shadow jar dependenciesMarco VermeulenMarco VermeulenResolvedFixed2016-07-232016-07-28
GRADLE-3510Imported Ant build does not respect depends orderMark VieiraResolvedWon't Fix2016-07-252017-02-10
GRADLE-3511Filenames are not masked when a FileCollection is added to an Ant taskStefan WolfStefan WolfResolvedFixed2016-07-262016-07-27
GRADLE-3512Gradle daemon corrupts resources in snapshot jarsGary HaleEric WendelinResolvedFixed2016-07-262016-08-24
GRADLE-3513Maven plugin does not reflect dependency exclusions for group or module in generated POMBenjamin MuschkoBenjamin MuschkoResolvedFixed2016-07-272016-07-27
GRADLE-3514Ivy Publish plugin does not reflect transitive = false for a dependency in generated metadataBenjamin MuschkoBenjamin MuschkoResolvedFixed2016-07-272016-07-27
GRADLE-3515Plugin publishing doesn’t include super-configuration dependenciesMarco VermeulenMarco VermeulenResolvedFixed2016-07-282016-07-28
GRADLE-3516Publishing plugin breaks when combined with maven-publishMarco VermeulenMarco VermeulenResolvedFixed2016-07-282016-07-28
GRADLE-3517ConnectionPoolTimeoutException when using S3 backed repositoriesRené GröschkeResolvedFixed2016-07-292016-09-16
GRADLE-3518HTTP requests block forever because of leaking pooled connectionsStefan WolfLari HotariResolvedFixed2016-08-012016-08-29
GRADLE-3519Gradle may hang when executing multiple Test tasks in parallelSterling GreeneResolvedFixed2016-08-062016-08-06
GRADLE-3520Incremental Java compile does not rebuild when upstream classes are deletedSterling GreeneResolvedWon't Fix2016-08-062017-02-10
GRADLE-3521Incremental Java compilation of tests fails when a main source file is deletedEric WendelinEric WendelinResolvedFixed2016-08-082016-08-08
GRADLE-3522WAR task eagerly triggers dependency resolutionMark VieiraMark VieiraResolvedFixed2016-08-162016-08-16
GRADLE-3523Native binaries plugins prevent from registering root nodes of type FilePaul MerlinCédric ChampeauResolvedFixed2016-08-172016-08-18
GRADLE-3524configurations.compile.resolutionStrategy ignoredDonát CsikósResolvedWon't Fix2016-08-172016-09-13
GRADLE-3525Servlet API should be shadedStefan WolfCédric ChampeauResolvedFixed2016-08-172016-08-23
GRADLE-3526Sporadic NoClassDefFoundErrorEric WendelinGary HaleResolvedFixed2016-08-172016-09-12
GRADLE-3527Daemon builds successfully but command line reports a failed buildJendrik JohannesPaul MerlinResolvedDuplicate2016-08-172016-12-19
GRADLE-3528Exec tasks never up-to-date due to changing environment variablesStefan WolfSterling GreeneResolvedFixed2016-08-182016-08-25
GRADLE-3529Gradle compares versions differently to mavenStefan WolfResolvedDuplicate2016-08-192017-01-20
GRADLE-3530Extra properties do not inherit to grand childrenStefan WolfStefan WolfResolvedFixed2016-08-192016-08-25
GRADLE-3531Warn users when they manually call Task.executeStefan OehmeResolvedWon't Fix2016-08-192017-02-10
GRADLE-3532Plugin publish plugin fails with NPE if dependency doesn't have versionMarco VermeulenMarco VermeulenResolvedFixed2016-08-222016-09-16
GRADLE-3533Gradle fails with NPE when parsing a POM file with missing attributesDaz DeBoerDaz DeBoerResolvedFixed2016-08-222016-08-24
GRADLE-3534Applying the eclipse or idea plugin breaks configure on demandStefan WolfBenjamin MuschkoResolvedFixed2016-08-242016-08-24
GRADLE-3535nohup output of gradle command contains an IOException about bad file descriptorLari HotariResolvedWon't Fix2016-08-252017-02-10
GRADLE-3536GStrings in BuildCommands don't work via the TAPIStefan OehmeStefan OehmeResolvedFixed2016-08-262016-08-29
GRADLE-3537Classloading issue for Enum as task input propertyLari HotariBenjamin MuschkoResolvedFixed2016-08-262016-09-12
GRADLE-3538Up-to-date checks info log doesn't show proper name of @OutputDirectories propertyLóránt PintérStefan OehmeResolvedFixed2016-08-292016-08-29
GRADLE-3539NullPointerException from gradle --status or gradle --stop on SolarisJendrik JohannesEric WendelinResolvedFixed2016-08-292016-09-07
GRADLE-3540@OutputDirectories are treated as order-sensitiveLóránt PintérStefan OehmeResolvedFixed2016-08-292016-08-31
GRADLE-3541Improve warning on un-annotated propertiesLóránt PintérStefan OehmeResolvedFixed2016-08-292016-08-31
GRADLE-3542 Substitution of transitive dependency pulls in all artifacts of substituting projectRené GröschkeResolvedFixed2016-08-302016-09-23
GRADLE-3543Provide a public API for the instantiatorStefan OehmeResolvedWon't Fix2016-08-302017-02-10
GRADLE-3544Provide public API to create polymorphic containersStefan OehmeResolvedWon't Fix2016-08-302017-02-10
GRADLE-3545NullPointerException when running two instances of Gradle in parallelStefan WolfResolvedFixed2016-08-312016-09-05
GRADLE-3546Null value in entry: dependencyCacheDir=nullStefan WolfResolvedCannot Reproduce2016-08-312016-09-21
GRADLE-3547Error opening jacocoagent.jarStefan WolfResolvedDuplicate2016-08-312016-11-30
GRADLE-3548Gradle init should read source encoding from Maven projectsStefan WolfStefan OehmeResolvedFixed2016-09-012016-09-02
GRADLE-3549Copy task up-to-date after rename clause changedLóránt PintérResolvedWon't Fix2016-09-052017-02-10
GRADLE-3550User Guide: Windows cmd for daemon disabling breaks existing gradle.properties if not ending with a newlineJendrik JohannesResolvedFixed2016-09-062016-09-06
GRADLE-3551Composite builds IDEA integration with duplicate submodule names - only one is marked as a Java moduleEric WendelinResolvedDuplicate2016-09-062017-01-20
GRADLE-3552Plugins portal repository does not behave like a maven repositoryMarco VermeulenMarco VermeulenResolvedFixed2016-09-072016-09-15
GRADLE-3553NoClassDefFoundError when plugins shared with included buildEric WendelinResolvedFixed2016-09-072017-01-26
GRADLE-3554Copy task doesn't follow dependencies of CopySpec taskLóránt PintérLóránt PintérResolvedFixed2016-09-122016-09-12
GRADLE-3555ClassNotFoundException when resolving external dependencyBenjamin MuschkoResolvedFixed2016-09-122016-12-20
GRADLE-3556Mocked exception type can cause unexpected behavior in the junit test runnerLari HotariResolvedWon't Fix2016-09-132017-02-10
GRADLE-3557Dependency resolution fails with NPE when repository returns 304Stefan WolfStefan WolfResolvedFixed2016-09-142016-09-14
GRADLE-3558Applying a plugin built with Gradle 2.x through ProjectBuilder can't find internal classesBenjamin MuschkoResolvedFixed2016-09-152016-09-30
GRADLE-3559NullPointerException when accessing artifact in cacheBenjamin MuschkoResolvedWon't Fix2016-09-152017-01-25
GRADLE-3560Testing: Using highlighting formatting in console output can lead to additional newlinesJendrik JohannesResolvedWon't Fix2016-09-192017-02-10
GRADLE-3561Remove 'logger.setLevel(java.util.logging.Level.FINE)' from 'JavaUtilLoggingSystem'Jendrik JohannesResolvedWon't Fix2016-09-202017-02-10
GRADLE-3562Console output is not readable (Windows, Eclipse, Local Terminal)Jendrik JohannesJendrik JohannesResolvedWon't Fix2016-09-202017-01-19
GRADLE-3563Cannot enable parallel execution via system property in TestKit testLóránt PintérResolvedWon't Fix2016-09-202017-02-10
GRADLE-3564Gradle does not handle include files included via macroSterling GreeneResolvedWon't Fix2016-09-202017-02-10
GRADLE-3565Java9 / Jigsaw (b136) issuesJendrik JohannesResolvedDuplicate2016-09-212017-01-18
GRADLE-3566Changing Java package name case requires a clean buildLari HotariResolvedWon't Fix2016-09-262017-02-10
GRADLE-3567Passing custom java.io.File class argument to GradleConnector.forProjectDirectory makes daemon unusableLari HotariResolvedWon't Fix2016-09-262017-02-10
GRADLE-3568NPE in AbstractCopyTask.rename()Jendrik JohannesJendrik JohannesResolvedFixed2016-09-282016-09-29
GRADLE-3569Copy/Tar/Zip-like tasks: rename(Closure) no longer honors contractSterling GreeneResolvedDuplicate2016-09-282016-09-28
GRADLE-3570Model reference $. syntax does not work in project scopePaul MerlinResolvedDuplicate2016-09-292016-12-12
GRADLE-3572dependentComponents report shows api-linkage dependents as shared lib dependentsSterling GreeneResolvedWon't Fix2016-10-122017-02-10
GRADLE-3573JANSI can't initialize if java.io.tmpdir is mounted with noexecJendrik JohannesBenjamin MuschkoResolvedFixed2016-10-142016-10-31
GRADLE-3574Make org.gradle.internal.resource.transport.http.HttpResourceAccessor thread safeDaniel LacasseDaniel LacasseResolvedFixed2016-10-202016-10-31
GRADLE-3575IndexOutOfBoundsException is thrown when building task execution graphDaniel LacasseBenjamin MuschkoResolvedFixed2016-10-252016-10-31
GRADLE-3576Child specs in Copy tasks cannot be modified when the Copy task is already runningStefan WolfStefan WolfResolvedFixed2016-10-262016-10-26
GRADLE-3577REPLACED file change type breaks compatibility with existing pluginLóránt PintérLóránt PintérResolvedFixed2016-10-262016-10-31
GRADLE-3578Daemon JVM crashes if Java compiler uses different Jansi version than bundled with GradleBenjamin MuschkoBenjamin MuschkoResolvedDuplicate2016-11-022017-01-24
GRADLE-3579Generated scripts in Gradle 3.2 spawn child processesJendrik JohannesJendrik JohannesResolvedFixed2016-11-022016-11-07
GRADLE-3580IntelliJ Gradle import does not resolve sources for dependenciesEric WendelinEric WendelinResolvedFixed2016-11-072016-11-07
GRADLE-3581Build fails for Kotlin project with multi-level project dependenciesDaz DeBoerEric WendelinResolvedFixed2016-11-072016-11-07
GRADLE-3582Gradle wrapper fails to escape arguments with nested quotesEric WendelinResolvedFixed2016-11-182016-11-23
GRADLE-3583Newlines in JAVA_OPTS breaks application plugin shell script in Gradle 3.2Eric WendelinResolvedFixed2016-11-182016-11-23