This is a static copy of the JIRA issue tracker for Gradle. Open new issues on GitHub.
Key | Summary | Assignee | Reporter | Status | Resolution | Created | Updated |
---|---|---|---|---|---|---|---|
GRADLEREV-1 | Can you add a mention in the 'contributions' section of the release notes for... | Luke Daley | Luke Daley | Resolved | Fixed | 2013-05-18 | 2013-06-24 |
GRADLEREV-7 | Rename 'empty' build type | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-06-24 | 2013-06-24 |
GRADLEREV-8 | Needs a mention in the release notes. | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-06-24 | 2013-06-24 |
GRADLEREV-9 | Store test case output by id instead of name | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-06-24 | 2013-07-04 |
GRADLEREV-10 | Add test coverage for output-per-testcase where JUnit runs a test with the same name multiple times | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-06-24 | 2013-07-24 |
GRADLEREV-11 | Mention Test implements Reporting in release notes | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-06-24 | 2013-06-24 |
GRADLEREV-12 | Include output not associated with test case in junit xml when association is with_testcase | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-06-24 | 2013-07-04 |
GRADLEREV-13 | Track relevant regions in binary test result files for each test case | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-06-24 | 2013-07-04 |
GRADLEREV-15 | Add an 'outputDirectory' property to TestNGOptions and use it for TestNG's output | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-07-24 | 2013-12-16 |
GRADLEREV-16 | Review name of `TestReports` interface | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-07-24 | 2013-07-26 |
GRADLEREV-17 | Move JavaMethod to live with JavaReflectionUtil | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-24 | 2016-07-25 |
GRADLEREV-18 | Tests should go and live with the tests for JavaReflectionUtil. | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-24 | 2016-07-25 |
GRADLEREV-19 | Separate copy details for files and directories | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-24 | 2016-07-25 |
GRADLEREV-20 | Autotest samples on RepositoryHandler | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-24 | 2016-07-25 |
GRADLEREV-21 | Remove new constants from RepositoryHandler | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-07-24 | 2013-07-26 |
GRADLEREV-22 | User guide sometimes uses `JCenter` and sometimes uses `jcenter`. | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-07-24 | 2013-07-26 |
GRADLEREV-23 | `#maven()` or `#jcenter()` ? | Luke Daley | Adam Murdoch | Resolved | Not A Bug | 2013-07-24 | 2013-07-26 |
GRADLEREV-24 | artifactUrls = [...] | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-07-24 | 2013-07-26 |
GRADLEREV-25 | @Incubating should not be @Inherited | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-07-24 | 2013-07-26 |
GRADLEREV-26 | Mention string -> enum coercion in release notes | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-07-24 | 2013-07-26 |
GRADLEREV-27 | Add some explicit int test coverage for string -> enum coercion | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-24 | 2016-07-25 |
GRADLEREV-28 | Cache meta-data used to decide which methods to coerce string -> enum | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-24 | 2016-07-25 |
GRADLEREV-29 | Add something to the DSL spec to improve error handling when method param cannot be coerced | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-24 | 2016-07-25 |
GRADLEREV-30 | try to change JavaReflectiionUtil.method() to take care of mapping from primitive and wrapper types | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-29 | 2016-07-25 |
GRADLEREV-31 | Introduce a `NotationParser` that can convert CharSequence to enum type and use in DSL coercion | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-29 | 2016-07-25 |
GRADLEREV-32 | fail if the string can be coerced to multiple enum values. | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-29 | 2016-07-25 |
GRADLEREV-33 | share string -> enum conversion code with `DefaultTestLogging.toEnum()` | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-29 | 2016-07-25 |
GRADLEREV-34 | Reuse MethodArgumentsTransformer instances | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-29 | 2016-07-25 |
GRADLEREV-35 | Need a unit test case for two methods with same name that accept different enum types | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-29 | 2016-07-25 |
GRADLEREV-36 | clean up finder methods on JavaReflectionUtil | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-29 | 2016-07-25 |
GRADLEREV-37 | Reuse JavaReflectionUtil.findMethod() for JavaMethod.findMethod(). | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-29 | 2016-07-25 |
GRADLEREV-38 | should probably consider static methods, possibly ignore them. | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-29 | 2016-07-25 |
GRADLEREV-39 | add some unit test coverage to JavaReflectionUtil | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-29 | 2016-07-25 |
GRADLEREV-40 | Use Guava MultiMap | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-29 | 2016-07-25 |
GRADLEREV-41 | Type coercion should deal with multiple overloads that can accept the original argument | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-29 | 2016-07-25 |
GRADLEREV-42 | Consider how type coercion deals with inherited method that accepts original parameter | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-29 | 2016-07-25 |
GRADLEREV-43 | Consistent coverage that core domain objects are decorated | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-29 | 2016-07-25 |
GRADLEREV-44 | inject a FileOperations instead creating copy spec directly | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-07-29 | 2013-08-09 |
GRADLEREV-45 | Use a `FileOperations` instead of the file actions and visitors | Luke Daley | Adam Murdoch | Resolved | Done | 2013-07-29 | 2016-07-25 |
GRADLEREV-46 | Need to close the index file in a finally { ... } block. | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-07-29 | 2013-08-02 |
GRADLEREV-47 | Stricter error handling opening test output index | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-07-29 | 2013-08-02 |
GRADLEREV-48 | RandomAccessFile backed test output read | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-07-29 | 2013-08-02 |
GRADLEREV-49 | Use simple ids for serialized test results and output | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-07-29 | 2013-08-02 |
GRADLEREV-50 | Can you also add to IncrementalTaskInputs? And maybe GradleBuildInvocationSp... | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-07-29 | 2013-07-29 |
GRADLEREV-51 | Replace usages of ReflectionUtil | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-07-29 | 2013-08-05 |
GRADLEREV-52 | Deprecate one of the `get` or `is` methods for the `CompileOptions` properties | Luke Daley | Adam Murdoch | Resolved | Fixed | 2013-07-29 | 2013-11-24 |
GRADLEREV-53 | name should end with 'Exception' | Luke Daley | Luke Daley | Resolved | Fixed | 2014-01-02 | 2014-01-02 |
GRADLEREV-54 | Let's add some int test coverage for this (so that the delegate doesn't accid... | Luke Daley | Luke Daley | Resolved | Fixed | 2014-01-02 | 2014-01-02 |
GRADLEREV-55 | Let's stick with the map based method. | Luke Daley | Luke Daley | Resolved | Fixed | 2014-01-02 | 2014-01-02 |
GRADLEREV-56 | It should be an error to not provide a version for the android plugin | Luke Daley | Luke Daley | Resolved | Fixed | 2014-01-02 | 2014-01-02 |
GRADLEREV-57 | Remove PluginHandlerInternal | Luke Daley | Luke Daley | Resolved | Fixed | 2014-01-02 | 2014-01-02 |
GRADLEREV-58 | We shouldn't even bother executing the `plugins { ... }` closure when the tar... | Luke Daley | Luke Daley | Reopened | 2014-01-02 | 2014-01-02 | |
GRADLEREV-59 | Use a build scoped service for resolving plugin requests | Luke Daley | Luke Daley | Resolved | Fixed | 2014-01-02 | 2014-01-02 |
GRADLEREV-60 | PluginResolver doesn't need to be named | Luke Daley | Luke Daley | Resolved | Fixed | 2014-01-02 | 2014-01-02 |
GRADLEREV-61 | Unit test coverage for DefaultPluginHandler | Luke Daley | Luke Daley | Resolved | Fixed | 2014-01-02 | 2014-01-02 |
GRADLEREV-62 | Remove cpp-exe and cpp-lib plugins | Luke Daley | Luke Daley | Resolved | Fixed | 2014-01-02 | 2014-01-21 |
GRADLEREV-63 | Prevent anything (besides buildscript {}) appearing before plugins {} block | Luke Daley | Luke Daley | Resolved | Done | 2014-01-02 | 2016-07-25 |
GRADLEREV-64 | Javadoc for PluginHandler | Luke Daley | Luke Daley | Resolved | Done | 2014-01-02 | 2016-07-25 |
GRADLEREV-65 | Add a pull request validation build type | Luke Daley | Luke Daley | Resolved | Fixed | 2014-01-02 | 2014-01-02 |
GRADLEREV-66 | Use a constant set of plugin resolvers for all scripts | Luke Daley | Luke Daley | Resolved | Fixed | 2014-01-03 | 2014-01-03 |
GRADLE-1 | Support for dependency snapshot functionality | Hans Dockter | Resolved | Fixed | 2008-02-13 | 2017-01-24 | |
GRADLE-2 | The root project path should be '/' not '/name' | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-02-13 | 2013-01-04 |
GRADLE-3 | Add Visitor or Listener interfaces to the core domain model where it makes sense | Hans Dockter | Steven Devijver | Resolved | Fixed | 2008-02-13 | 2013-01-04 |
GRADLE-4 | The project.createTask dependsOn argument should accept also a String, not just a list. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-02-13 | 2013-01-04 |
GRADLE-5 | Depend on projects that are not Gradle projects | Steven Devijver | Resolved | Won't Fix | 2008-02-14 | 2017-02-10 | |
GRADLE-6 | The JDepends target of our build throws an exception on some platforms | Hans Dockter | Hans Dockter | Resolved | Won't Fix | 2008-02-14 | 2013-01-04 |
GRADLE-7 | Our startup script is not production ready | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-02-14 | 2013-01-04 |
GRADLE-8 | The dependsOn paths shall be resolved at execution time not configuration time | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-02-14 | 2013-01-04 |
GRADLE-9 | Add Gradle dress to Ant, Maven, Buildr, Gant, ... projects | Steven Devijver | Resolved | Incomplete | 2008-02-15 | 2013-08-02 | |
GRADLE-10 | Create hierachy of non-Gradle projects | Steven Devijver | Resolved | Won't Fix | 2008-02-15 | 2017-02-10 | |
GRADLE-11 | Allow depended upon tasks to be executed if the depending task fails (test, compile, ...) | Steven Devijver | Resolved | Incomplete | 2008-02-15 | 2013-01-23 | |
GRADLE-12 | Allow depended upon tasks to be executed only if the depending task fails | Steven Devijver | Resolved | Fixed | 2008-02-15 | 2017-01-24 | |
GRADLE-13 | Allow tasks to depend on Maven lifecycles or Ant tasks in other projects | Steven Devijver | Resolved | Won't Fix | 2008-02-15 | 2017-02-10 | |
GRADLE-14 | Allow concurrent execution of sibling tasks if possible | Steven Devijver | Resolved | Won't Fix | 2008-02-15 | 2017-02-10 | |
GRADLE-15 | Create Swing GUI that shows project or task hierarchy and allows per project execution and supports concurrent execution | Hans Dockter | Steven Devijver | Resolved | Fixed | 2008-02-15 | 2013-01-04 |
GRADLE-16 | Write Gradle NetBeans plugin based on MevenIDE | Steven Devijver | Resolved | Won't Fix | 2008-02-15 | 2013-01-04 | |
GRADLE-17 | Add virtual directory support to gradlesettings.xml | Steven Devijver | Resolved | Won't Fix | 2008-02-15 | 2013-05-01 | |
GRADLE-18 | Make compile target and source a property settable via a convention object. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-02-18 | 2013-01-04 |
GRADLE-19 | childrenDependsOnMe() should be childrenDependOnMe() | Hans Dockter | Steven Devijver | Resolved | Fixed | 2008-02-19 | 2013-01-04 |
GRADLE-20 | Limit JARs that are loaded by the class path, add Ant to Ivy | Hans Dockter | Steven Devijver | Resolved | Fixed | 2008-02-19 | 2013-01-04 |
GRADLE-21 | Ant Exceptions are not properly catched | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-02-22 | 2013-01-04 |
GRADLE-22 | Fix warning during the test compile of the Gradle build | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-02-22 | 2013-01-04 |
GRADLE-23 | Make the DepencencyManager convention aware | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-02-23 | 2013-01-04 |
GRADLE-24 | Add merge feature to run a number of tasknames as one build | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2008-04-09 | 2013-01-04 |
GRADLE-25 | Add JDepends Coverage reports | Hans Dockter | Resolved | Fixed | 2008-04-09 | 2013-01-04 | |
GRADLE-26 | Add reporting | Hans Dockter | Resolved | Fixed | 2008-04-09 | 2017-01-24 | |
GRADLE-27 | Add testNG support | Tom Eyckmans | Hans Dockter | Resolved | Fixed | 2008-04-09 | 2013-01-04 |
GRADLE-28 | Add tasks for generating Eclipse files | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-09 | 2013-01-04 |
GRADLE-29 | Introduce optional gradle_before and gradle_after groovy files in the gradle user dir, which get applied to the root project. | Hans Dockter | Hans Dockter | Resolved | Won't Fix | 2008-04-10 | 2013-01-04 |
GRADLE-30 | skip.TASKNAME equals should skip a task. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-10 | 2013-01-04 |
GRADLE-31 | Split the tutorial creator into single files | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-11 | 2013-01-04 |
GRADLE-32 | Discuss: Do we need plugin.properties any longer, now that we have default imports? | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-11 | 2013-01-04 |
GRADLE-33 | Avoid ivy error messages when the buildSrc installes dependencies to the build resolver. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-17 | 2013-01-04 |
GRADLE-34 | Offer a mechanism that let the user specify dependencies for the buildSrc without providing a complete gradlefile | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2008-04-17 | 2013-01-04 |
GRADLE-35 | Allow Client Modules to be uploaded to remote repositories | Hans Dockter | Resolved | Won't Fix | 2008-04-17 | 2017-02-10 | |
GRADLE-36 | Add additional modifier for archive names (e.g. src) | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-18 | 2013-01-04 |
GRADLE-37 | Add support for EAR archives | Szczepan Faber | Hans Dockter | Resolved | Fixed | 2008-04-18 | 2013-01-04 |
GRADLE-38 | Refactor for ConventionTasks the mechanisms how convention values are used. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-18 | 2013-01-04 |
GRADLE-39 | Discuss: the package hierarchy | Hans Dockter | Resolved | Fixed | 2008-04-18 | 2017-01-24 | |
GRADLE-40 | Check why the gradle wrapper build does not run on all windows agents of teamcity | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-18 | 2013-01-04 |
GRADLE-41 | Offer a flag to control whether the build should stop when Ivy can't find a dependency. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-19 | 2013-01-04 |
GRADLE-42 | Discuss: Should we use Maven or Ivy terminology for group/organization? | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-19 | 2013-01-04 |
GRADLE-43 | Discuss: Should we say in our ubiqitous language the build scripts get evaluated or executed? | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-19 | 2013-01-04 |
GRADLE-44 | Discuss: Is is important to run under JDK 1.4 and what do we have to do to achieve this. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-19 | 2013-01-04 |
GRADLE-45 | Add proper handling for path with spaces under windows for all relevant env variables | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-19 | 2013-01-04 |
GRADLE-46 | Add integration test for javadoc and groovydoc | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2008-04-19 | 2013-01-04 |
GRADLE-47 | Discuss: Should we use one flat folder for the dependencies or multiple ones (e.g. runtime, build, test) | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-19 | 2013-01-04 |
GRADLE-48 | Failing integ test under windows leads to consol exit if started via gradlew | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-20 | 2013-01-04 |
GRADLE-49 | Configuration Injection for methods (via closures) | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2008-04-20 | 2013-01-04 |
GRADLE-50 | The Java plugin must be checked if all its tasks have proper conditions for non-execution. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-21 | 2013-01-04 |
GRADLE-51 | The Java plugin must add a StopExecution condition to its Jar task. | Hans Dockter | Hans Dockter | Resolved | Cannot Reproduce | 2008-04-21 | 2013-01-04 |
GRADLE-52 | Check why logger.warn statements are not printed out when used in a gradefile (logger.error works) | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-21 | 2013-01-04 |
GRADLE-53 | Properly decorate error and warn logging statements. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-21 | 2013-01-04 |
GRADLE-54 | Discuss: Should it be enough for skip properties to be just set? | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-21 | 2013-01-04 |
GRADLE-55 | Try to bundle the different release commits into one transaction | Hans Dockter | Resolved | Won't Fix | 2008-04-21 | 2013-01-04 | |
GRADLE-56 | The gradle.bat quits with an error, if the JAVA_HOME path has a space in it. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-23 | 2013-01-04 |
GRADLE-57 | The gradle.bat has *nix line separators when build on *nix. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-23 | 2013-01-04 |
GRADLE-58 | Windows console closed on build failure | Hans Dockter | Adam Pohorecki | Resolved | Fixed | 2008-04-23 | 2013-01-04 |
GRADLE-59 | Allow classifiers to be added to a dependency notation (e.g. testng-5.8-jdk14) | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-23 | 2013-01-04 |
GRADLE-60 | Not all linenumbers are read from the stacktrace in casw of an GradleScriptException | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-23 | 2013-01-04 |
GRADLE-61 | Rename addIBiblio to addMavenRepo | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-23 | 2013-01-04 |
GRADLE-62 | Move website from gradle-core trunk to an own top level folder in svn | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-24 | 2013-01-04 |
GRADLE-63 | Modify header of *nix gradle script | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-24 | 2013-01-04 |
GRADLE-64 | Windows Start script returns 0 also in the case of an error | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-24 | 2013-01-04 |
GRADLE-65 | Make ivy info log level the default | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-24 | 2013-01-04 |
GRADLE-66 | Source file dependency analysis for incremental builds | Dave Copeland | Resolved | Won't Fix | 2008-04-24 | 2017-02-10 | |
GRADLE-67 | Classifiers not supported | Hans Dockter | Russel Winder | Resolved | Duplicate | 2008-04-25 | 2017-01-21 |
GRADLE-68 | Functionality to update gradle from svn trunk. | Hans Dockter | Resolved | Won't Fix | 2008-04-25 | 2013-01-04 | |
GRADLE-69 | Problem with VersionTest on Ubuntu 7.10 | Russel Winder | Russel Winder | Resolved | Fixed | 2008-04-25 | 2013-01-04 |
GRADLE-70 | Avoid unnecessary Ivy resolves | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-25 | 2013-01-04 |
GRADLE-71 | Make default logging less verbose | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-25 | 2013-01-04 |
GRADLE-72 | report the actual JRE version (1.6.0_5) , not the version of the hotspot VM. (10.0) | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-28 | 2013-01-04 |
GRADLE-73 | Make specifiying the group and version attribute optional. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-04-28 | 2013-01-04 |
GRADLE-74 | Add upload functionality for reports | Hans Dockter | Resolved | Won't Fix | 2008-04-29 | 2017-02-10 | |
GRADLE-75 | Section 11.5.4 Flat Folder Resolver, Point out what the first parameter is for. | Hans Dockter | Peter Voss | Resolved | Fixed | 2008-04-29 | 2013-01-04 |
GRADLE-76 | Documentation sometimes uses test "..." instead of testCompile | Hans Dockter | Peter Voss | Resolved | Fixed | 2008-04-29 | 2013-01-04 |
GRADLE-77 | Groovy Plugin does not remove Java compile action from compile task | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-05-01 | 2013-01-04 |
GRADLE-78 | Groovy source folders are sometimes not found when Groovy projects are used in a multi-project build. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-05-01 | 2013-01-04 |
GRADLE-79 | Source folder can't be chosen for a location which is not under src. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-05-01 | 2013-01-04 |
GRADLE-80 | The groovy plugin should use the groovy ant tasks from the groovy provided by the user not from the groovy that ships with Gradle. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-05-01 | 2013-01-04 |
GRADLE-81 | Add convenience methods for classpath resolving | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-05-03 | 2013-01-04 |
GRADLE-82 | Gradle startup script does not work with cygwin when using parameters | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-05-05 | 2013-01-04 |
GRADLE-83 | Split the distribution into a pure binary and binary+src+samples. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-05-05 | 2013-01-04 |
GRADLE-84 | Add command line option to use current directory as root and include all sub directories | Sixpack none the richer | Resolved | Won't Fix | 2008-05-05 | 2017-02-10 | |
GRADLE-85 | Add command line option to add all jars in a local directory to all projects | Sixpack none the richer | Resolved | Won't Fix | 2008-05-05 | 2017-02-10 | |
GRADLE-86 | Add command line option to add plugin to all projects | Sixpack none the richer | Resolved | Won't Fix | 2008-05-05 | 2017-02-10 | |
GRADLE-87 | Add alternative interface to Plugin that only works in single-project mode, otherwise causes build to fail | Sixpack none the richer | Resolved | Won't Fix | 2008-05-05 | 2017-01-24 | |
GRADLE-88 | Adding to the manifest within an archive add also to the base manifest used by all archives. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-05-07 | 2013-01-04 |
GRADLE-89 | Compile task should offer includes/excludes functionality for the files in the srcDirs | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-05-11 | 2013-01-04 |
GRADLE-90 | usePlugin(Class) is missing from org.grade.api.Project | Hans Dockter | Sixpack none the richer | Resolved | Fixed | 2008-05-12 | 2013-01-04 |
GRADLE-91 | Allow to add URL's to the MavenRepo resolver for retrieving jars. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-05-13 | 2013-01-04 |
GRADLE-92 | The docs are not part of the gradle distribution | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-01 | 2013-01-04 |
GRADLE-93 | The gradle default cache (.gradle/cache) is not always used for downloading dependencies. Sometimes .ivy2/cache is used. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-01 | 2013-01-04 |
GRADLE-94 | An artifact dependency is not reckognized if the user description is of type GString. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-01 | 2013-01-04 |
GRADLE-95 | Allow string descriptions of paths for DependencyManager.addFlatDirResolver arguments. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-01 | 2013-01-04 |
GRADLE-96 | Add merge functionality for archives | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-01 | 2013-01-04 |
GRADLE-98 | Bundle Gradle with ant-nodeps | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-04 | 2013-01-04 |
GRADLE-99 | Provide build-in Proxy support (also via gradle user home properties) | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-04 | 2013-01-04 |
GRADLE-100 | Set a default for the bundle childrenDependsOn property | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-04 | 2013-01-04 |
GRADLE-101 | Setting a skip property is enough to skip the task. Only setting it to false or not setting it does not skip a task. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-04 | 2013-01-04 |
GRADLE-102 | Add debug timing information to log | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-04 | 2013-01-04 |
GRADLE-103 | Improve default archive usability by not using late creation via type and by introducing a war plugin. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-04 | 2013-01-04 |
GRADLE-104 | Use only one convention object which can be dynamically enhanced by any plugin and which preserves a plugin namespace. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-05 | 2013-01-04 |
GRADLE-105 | Add disable/enable flag to task | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-05 | 2013-01-04 |
GRADLE-106 | Rewrite the documentation about archive and plugin handling. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-05 | 2013-01-04 |
GRADLE-107 | Add an optional parameter to the usePlugin method, to overwrite default values of the plugin convention object before the plugin manipulates the project. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-05 | 2013-01-04 |
GRADLE-108 | Set system props via the gradle.properties files | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-05 | 2013-01-04 |
GRADLE-109 | Resolve from flatDirResolver takes very long if there are other remote resolvers in the chain. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-09 | 2013-01-04 |
GRADLE-110 | Make gradle properties conveniently accessible to gradlesettings | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-09 | 2013-01-04 |
GRADLE-111 | Make the internal chain resolver properties configurable | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-10 | 2013-01-04 |
GRADLE-112 | Generate a Netbeans project for a gradle project | Haug Bürger | Resolved | Fixed | 2008-06-10 | 2017-01-24 | |
GRADLE-113 | Rename gradlefile to build.gradle and gradlesettings to settings.gradle | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-10 | 2013-01-04 |
GRADLE-114 | Improve the speed of the build script evaluation | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-11 | 2013-01-04 |
GRADLE-115 | Make userguide generation independent of the execution of the integration tests (rely on the expected out files only). | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-11 | 2013-01-04 |
GRADLE-116 | The new classifiers for archives don't work together with Ivy uploads. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-11 | 2013-01-04 |
GRADLE-117 | Cache the compiled build scripts. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-17 | 2013-01-04 |
GRADLE-118 | Cache the DAG | Hans Dockter | Hans Dockter | Resolved | Won't Fix | 2008-06-17 | 2013-01-04 |
GRADLE-119 | In case of a release from the release branch, the gradle.properties file must also be updated in trunk. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-17 | 2013-01-04 |
GRADLE-120 | Remove Junit jar from distribution bundle | Hans Dockter | Resolved | Won't Fix | 2008-06-17 | 2013-01-04 | |
GRADLE-121 | Offer option to print out the DAG for executing a particular task. This should also be printed out in debug mode. | Hans Dockter | Hans Dockter | Resolved | Duplicate | 2008-06-17 | 2013-01-04 |
GRADLE-122 | Make the install target of the Gradle build work on windows. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-18 | 2013-01-04 |
GRADLE-123 | Errormessage for circular project dependencies should be improved | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-24 | 2013-01-04 |
GRADLE-124 | gradle.bat reports "No modern compiler." | Hans Dockter | Dominick More | Resolved | Fixed | 2008-06-24 | 2013-01-04 |
GRADLE-125 | dir property of fileset method should be optionally of type String | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-26 | 2013-01-04 |
GRADLE-127 | Add Project. hasProperty coverage to userguide. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-26 | 2013-01-04 |
GRADLE-128 | Enhance skip framework map with project properties -> 'skip message' | Hans Dockter | Resolved | Won't Fix | 2008-06-26 | 2013-01-04 | |
GRADLE-129 | Provide actions access to dag | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-26 | 2013-01-04 |
GRADLE-130 | setting dependsOn in the configure closure of a bundle archive method is overwritten by the bundle. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-27 | 2013-01-04 |
GRADLE-131 | Destination directory should be created by the archive task if it does not exists. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-27 | 2013-01-04 |
GRADLE-132 | Gradle wrapper does not remove old zip when upgrading to new version | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-06-27 | 2013-01-04 |
GRADLE-133 | support executing only a single junit task instead all junit tests | Hans Dockter | Marko Bauhardt | Resolved | Fixed | 2008-07-03 | 2013-01-04 |
GRADLE-134 | Can't add depedencies to be used by Gradle's default dependencies | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-04 | 2013-01-04 |
GRADLE-135 | Migrate from commons-cli to JOpt simple for command line processing. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-04 | 2013-01-04 |
GRADLE-136 | Declaring a classpath project dependencies does not trigger an evaluate of the depends-on project | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-04 | 2013-01-04 |
GRADLE-137 | Child dependsOn settings of bunldes are not properly established. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-04 | 2013-01-04 |
GRADLE-138 | Add method to add to a webInf/classes/additionalLib FileSet of a War task. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-04 | 2013-01-04 |
GRADLE-139 | web.xml from webapp folder is not added to the war. | Hans Dockter | Hans Dockter | Resolved | Not A Bug | 2008-07-04 | 2013-01-04 |
GRADLE-140 | Offer a possibility to not to bundle certain compile and runtime dependencies in a war. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-04 | 2013-01-04 |
GRADLE-141 | Make the path of the build source directroy configurable and set the default to src/build | Hans Dockter | Resolved | Fixed | 2008-07-04 | 2017-01-24 | |
GRADLE-142 | Change the default naming schema for archives. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-06 | 2013-01-04 |
GRADLE-143 | Introduce a flag that allows a task to declare that it does not modify the project tree. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-06 | 2013-01-04 |
GRADLE-144 | Offer hints which projects are needs to be evaluated when executing a partial build. | Hans Dockter | Resolved | Won't Fix | 2008-07-06 | 2017-02-10 | |
GRADLE-145 | Cache the build source jar. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-06 | 2013-01-04 |
GRADLE-146 | Allow the definition of default tasks | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-06 | 2013-01-04 |
GRADLE-147 | Make the wrapper task configurable to where the gradle-wrapper jar and the distribution should be located. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-06 | 2013-01-04 |
GRADLE-148 | Add configure method to project API to configure any object in builder fashion. | Hans Dockter | Resolved | Won't Fix | 2008-07-06 | 2017-02-10 | |
GRADLE-149 | Add addConfiguration method to dependency manager which takes a map to set only certain values and which takes another configuration object as default. | Hans Dockter | Hans Dockter | Resolved | Won't Fix | 2008-07-06 | 2013-01-04 |
GRADLE-150 | Make gradle user home configurable via an environment variable | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-07 | 2013-01-04 |
GRADLE-151 | Offer rootDir accessor in settings.gradle | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-08 | 2013-01-04 |
GRADLE-152 | Zip dependencies are not resolved | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-09 | 2013-01-04 |
GRADLE-153 | Enable easy setting of jvm opts in the start and wrapper scripts. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-09 | 2013-01-04 |
GRADLE-154 | Create a utility to easily translate Maven dependency lists to Gradle dependency lists - XSLT? | Antony Stubbs | Resolved | Fixed | 2008-07-09 | 2013-01-04 | |
GRADLE-155 | global exclude of transitive deps | Hans Dockter | jaco | Resolved | Fixed | 2008-07-11 | 2013-01-04 |
GRADLE-156 | Add afterEvaluateListener | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-14 | 2013-01-04 |
GRADLE-157 | Make the name of settings.gradle customizable | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-15 | 2013-01-04 |
GRADLE-158 | Allow an arbitray layout for a multi-project build. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-15 | 2013-01-04 |
GRADLE-159 | Allow method org.gradle.api.tasks.bundling.AbstractArchiveTask.merge and mergeGroup to take files with jar extension) to be passed as argument | Hans Dockter | Dominick More | Resolved | Not A Bug | 2008-07-16 | 2013-01-04 |
GRADLE-160 | transitive maven-style dependencies are only checked for against the resolver associated with the compile dependency | Hans Dockter | Jerod Lass | Resolved | Not A Bug | 2008-07-17 | 2013-01-04 |
GRADLE-161 | Allow to assign multiple lib configurations for a war task. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-17 | 2013-01-04 |
GRADLE-163 | Offer afterDagCreated listener | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2008-07-17 | 2013-01-04 |
GRADLE-164 | Artifact dependency unresolved when custom destinationDir is used. | Hans Dockter | Pieter Smit | Resolved | Fixed | 2008-07-21 | 2013-01-04 |
GRADLE-165 | Allow a fully qualified task path to be specified on the command-line | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2008-07-22 | 2013-01-04 |
GRADLE-166 | Add junit reporting | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2008-07-23 | 2013-01-04 |
GRADLE-167 | npe if tests failed | Hans Dockter | Marko Bauhardt | Resolved | Fixed | 2008-07-28 | 2013-01-04 |
GRADLE-168 | Improve javadoc generation for groovy projects | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-28 | 2013-01-04 |
GRADLE-169 | Remove build resolver dir after the build is finished. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-29 | 2013-01-04 |
GRADLE-170 | Allow n:n mapping between tasks and configurations | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-29 | 2013-01-04 |
GRADLE-171 | Introduce Configuration object to our domain | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2008-07-30 | 2013-01-04 |
GRADLE-172 | Create a distinct JDK 1.4 compatible Gradle distribution | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-30 | 2013-01-04 |
GRADLE-173 | Add excludeConfigurations to War task | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-07-31 | 2013-01-04 |
GRADLE-174 | Add javadocs to the public API. | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2008-08-02 | 2013-01-04 |
GRADLE-175 | Allow to specify a project name. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-08-07 | 2013-01-04 |
GRADLE-176 | A Bundle should offer a propery for its archive tasks instead of the archive tasks names | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-08-09 | 2013-01-04 |
GRADLE-177 | Change the location of the build-resolver dir from the top level root-project to the tmp dir of the root-project. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-08-09 | 2013-01-04 |
GRADLE-178 | Add Google Analytics snippet to the javadocs. | Luke Daley | Hans Dockter | Resolved | Fixed | 2008-08-09 | 2015-03-25 |
GRADLE-179 | Add ability to generate and deploy a POM from a gradle project | Hans Dockter | Phil Messenger | Resolved | Fixed | 2008-08-15 | 2013-01-04 |
GRADLE-180 | Script loading fails when script file name contains characters which are not valid java identifier characters | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2008-08-15 | 2013-01-04 |
GRADLE-181 | Create a SCM plugin framework | Phil Messenger | Resolved | Won't Fix | 2008-08-18 | 2017-02-08 | |
GRADLE-182 | Make Junit reporting optional | Tom Eyckmans | Hans Dockter | Resolved | Fixed | 2008-08-20 | 2013-01-04 |
GRADLE-183 | Dependency Layer Refactoring | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-08-20 | 2013-01-04 |
GRADLE-185 | Add test for correctness of line number in case of a build script error | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-08-20 | 2013-01-04 |
GRADLE-186 | Invalidate cache if a new version of Gradle is used. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-08-20 | 2013-01-04 |
GRADLE-187 | unsupported operation when adding to project archive | Hans Dockter | jaco | Resolved | Fixed | 2008-08-21 | 2013-01-04 |
GRADLE-188 | Provide listeners for Ivy ivysettings and module descriptor generation. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-08-21 | 2013-01-04 |
GRADLE-189 | Add resolve method to dependency manager which allows to exclude project dependencies and to set failForMissingDependencies. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-08-21 | 2013-01-04 |
GRADLE-190 | Add tasks for generating IntelliJ files | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-08-22 | 2013-01-04 |
GRADLE-191 | Add a method to DependencyManager to get dependencies based on a libs/project filter | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-08-22 | 2013-01-04 |
GRADLE-192 | Javadoc task produces errors on package.html | Adam Murdoch | Allan Lewis | Resolved | Fixed | 2008-08-22 | 2013-01-04 |
GRADLE-193 | Change convention value data structure from Closure to inner class. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-08-25 | 2013-01-04 |
GRADLE-194 | Resource descriptors should offer a mechanism to return a list of resources. Right now they are only used to be passed to Ant tasks. | Hans Dockter | Resolved | Won't Fix | 2008-08-28 | 2017-02-10 | |
GRADLE-195 | EclipseWtp task should take all webInfFileSets and resourceCollections of the War task into account. | Hans Dockter | Resolved | Won't Fix | 2008-08-28 | 2017-02-10 | |
GRADLE-196 | EclipseClasspath and EclipseWtp task should be able to use relative project paths and variable paths. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-08-28 | 2013-01-04 |
GRADLE-197 | Allow the usage of ivy.xml and ivysettings.xml with Gradle | Hans Dockter | Resolved | Won't Fix | 2008-08-29 | 2017-02-10 | |
GRADLE-198 | 'gradle eclipse' should work for groovy-projects too | Hans Dockter | Helmut Denk | Resolved | Fixed | 2008-09-01 | 2013-01-04 |
GRADLE-199 | filter abstract tests automatically | Hans Dockter | Stefan Groschupf | Resolved | Fixed | 2008-09-03 | 2013-01-04 |
GRADLE-200 | standard objects should be automatically imported. | Hans Dockter | Stefan Groschupf | Resolved | Won't Fix | 2008-09-03 | 2013-01-04 |
GRADLE-201 | Enable support for retrieving source artifacts of a module. | Hans Dockter | Resolved | Fixed | 2008-09-04 | 2014-04-23 | |
GRADLE-202 | Provide more context in error logging for common failures | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2008-09-05 | 2013-01-04 |
GRADLE-203 | The gradle properties should be also exposed to the settings. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-08 | 2013-01-04 |
GRADLE-204 | Allow specification of the settings file path as a start parameter. | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2008-09-09 | 2013-01-04 |
GRADLE-205 | Add convenience methods to the Settings class to assemble a multiproject build. | Hans Dockter | Resolved | Won't Fix | 2008-09-09 | 2017-02-10 | |
GRADLE-206 | Refactoring: Merge project descriptor and project tree infrastructure | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-09 | 2013-01-04 |
GRADLE-207 | Allow exclude for project dependencies | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-09 | 2013-01-04 |
GRADLE-208 | Log the start of the project evaluation in info mode not the end (to make debugging easier) | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-09 | 2013-01-04 |
GRADLE-209 | Ivy lookup is slow for already downloaded dependencies from a Maven repository. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-09 | 2013-01-04 |
GRADLE-210 | Gradle does not resolve version conflicts properly | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-09 | 2013-01-04 |
GRADLE-211 | Allow shortcut notation for adressing convention properties of a plugin | Hans Dockter | Resolved | Fixed | 2008-09-10 | 2013-01-04 | |
GRADLE-212 | Version and group should be properties of a special namespace. | Hans Dockter | Resolved | Won't Fix | 2008-09-10 | 2017-01-24 | |
GRADLE-213 | Separate the build-in project properties like name, from custom project properties. | Hans Dockter | Resolved | Won't Fix | 2008-09-10 | 2017-02-10 | |
GRADLE-214 | Consistent task and project lookup through the Project interface | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2008-09-11 | 2013-01-04 |
GRADLE-215 | Figure out how to specify a JDK for launch4j under windows and describe this in the getting started section. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-11 | 2013-01-04 |
GRADLE-216 | The Java Plugin should set the working dir of the forked JVM to the project dir. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-11 | 2013-01-04 |
GRADLE-217 | Tests should be run in forked mode as default. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-11 | 2013-01-04 |
GRADLE-218 | Provide Maven compatibility plugin. | Hans Dockter | Resolved | Won't Fix | 2008-09-11 | 2017-02-10 | |
GRADLE-220 | Provide control to the user if and how project dependencies should be rebuild | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-12 | 2013-01-04 |
GRADLE-221 | Introduce TaskDependency object to the domain model | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2008-09-12 | 2013-01-04 |
GRADLE-222 | showOutput (test.options) should be settable as commmand line option | Johannes Zillmann | Resolved | Won't Fix | 2008-09-12 | 2017-02-10 | |
GRADLE-223 | preserver order of custom manifest entries | Hans Dockter | Johannes Zillmann | Resolved | Fixed | 2008-09-12 | 2013-01-04 |
GRADLE-224 | Allow 'changing' flag to be specified for a module dependency | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2008-09-14 | 2013-01-04 |
GRADLE-225 | Introduce public api for task execution graph | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2008-09-15 | 2013-01-04 |
GRADLE-226 | Link to user guide on gradle home page points to the 0.2 userguide | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2008-09-17 | 2013-01-04 |
GRADLE-227 | User guide linked to from gradle web site has a datestamped version | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2008-09-17 | 2013-01-04 |
GRADLE-228 | eclipse: ordering of classpath resources (resource folders over dependencies) | Hans Dockter | Johannes Zillmann | Resolved | Fixed | 2008-09-17 | 2013-01-04 |
GRADLE-229 | Internal project dependencies are uploaded to all public resolvers specified in uploadLibs. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-17 | 2013-01-04 |
GRADLE-230 | Allow to assign configurations to global excludes | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-17 | 2013-01-04 |
GRADLE-231 | Don't use fixed configurations for certain archive types. Let the Bundle assign them. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-18 | 2013-01-04 |
GRADLE-232 | Gradle returns exit value 0 in case of an error | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-18 | 2013-01-04 |
GRADLE-233 | Create integration test for exit values. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-18 | 2013-01-04 |
GRADLE-234 | Make the default configuration depends on a new master configuration, not on libs. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-19 | 2013-01-04 |
GRADLE-235 | NPE if a subproject is not declared right | Adam Murdoch | Andreas Zingel | Resolved | Fixed | 2008-09-19 | 2013-01-04 |
GRADLE-236 | Delegate Ant and Ivy output to slf4j | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-22 | 2013-01-04 |
GRADLE-237 | Enable arguments to the log command line options which confie this log options to a sub system (e.g. Ivy). | Hans Dockter | Resolved | Won't Fix | 2008-09-23 | 2017-02-10 | |
GRADLE-238 | Eclipse add sources as well | Hans Dockter | Stefan Groschupf | Resolved | Fixed | 2008-09-23 | 2013-01-04 |
GRADLE-239 | Document on the website and in the user's guide how to submit a patch for the user's guide. | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2008-09-25 | 2013-01-04 |
GRADLE-240 | Maven Snapshots are not properly resolved if there is more than one artifact repository | Hans Dockter | Resolved | Fixed | 2008-09-25 | 2013-01-04 | |
GRADLE-241 | Cannot build gradle from the source distribution | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2008-09-25 | 2013-01-04 |
GRADLE-242 | Gradle throws a NPE if Ivy can't resolve a dependency. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-26 | 2013-01-04 |
GRADLE-243 | rethink default for junit-filter-pattern | Hans Dockter | Helmut Denk | Resolved | Fixed | 2008-09-26 | 2013-01-04 |
GRADLE-244 | dependencyMechanism for a better control of dependencies in multiprojects | Marko Bauhardt | Resolved | Duplicate | 2008-09-26 | 2017-01-24 | |
GRADLE-245 | The pom of Maven dependencies using classifieres is ignored. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-26 | 2013-01-04 |
GRADLE-246 | Groovyc compile exception when compiling Gradle. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-09-27 | 2013-01-04 |
GRADLE-247 | eclipse WTP project file generation is incomplete | Hans Dockter | Phil Messenger | Resolved | Fixed | 2008-10-01 | 2013-01-04 |
GRADLE-248 | support merging of eclipse configuration | Hans Dockter | Phil Messenger | Resolved | Fixed | 2008-10-01 | 2013-01-04 |
GRADLE-249 | WEB-INF/lib does not contain the archives of the dependent projects Click to flag this post | Hans Dockter | jaco | Resolved | Fixed | 2008-10-02 | 2013-01-04 |
GRADLE-250 | Improve error reporting when a listener throws an exception | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2008-10-03 | 2013-01-04 |
GRADLE-251 | BuildListener is notified of completion of all major lifecycle stages | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2008-10-03 | 2013-01-04 |
GRADLE-252 | Gradle's build fails when executing 'gradle -Dskip.compile=true ... ' | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2008-10-03 | 2013-01-04 |
GRADLE-253 | Eclipse task treats resources as source folders | Levi Hoogenberg | Resolved | Won't Fix | 2008-10-03 | 2013-01-04 | |
GRADLE-254 | Update versions of dependencies for Gradle 0.9 | Hans Dockter | Russel Winder | Resolved | Fixed | 2008-10-06 | 2013-01-04 |
GRADLE-255 | Create Debian/Ubuntu pacakges | Russel Winder | Resolved | Duplicate | 2008-10-07 | 2013-01-04 | |
GRADLE-256 | Java tutorial (chapter 3) of user guide contains incorrect code snippets | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2008-10-08 | 2013-01-04 |
GRADLE-257 | Release plugin | Phil Messenger | Resolved | Won't Fix | 2008-10-08 | 2017-01-24 | |
GRADLE-258 | doc examples could be more Groovy idiomatic | Hans Dockter | Dierk Koenig | Resolved | Fixed | 2008-10-08 | 2013-01-04 |
GRADLE-259 | Tasks should support description à la Gant and Ant | Hans Dockter | Russel Winder | Resolved | Fixed | 2008-10-09 | 2013-01-04 |
GRADLE-260 | "gradle -t" does not print out default task | Hans Dockter | Russel Winder | Resolved | Fixed | 2008-10-09 | 2013-01-04 |
GRADLE-261 | Apply additional properties of project to each convention object when the convention object is added | Adam Murdoch | Resolved | Won't Fix | 2008-10-10 | 2017-02-10 | |
GRADLE-262 | Add the method setBuildDirName the Project interface. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-10-12 | 2013-01-04 |
GRADLE-263 | Add command-line option or report which prints out all available properties and some details about them | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2008-10-13 | 2013-01-04 |
GRADLE-264 | Add convenience getClasspath method to Compile.java and Test.groovy | Adam Murdoch | Stephen Nesbitt | Resolved | Fixed | 2008-10-19 | 2013-01-04 |
GRADLE-265 | Add resolve method to a Configuration object that takes a transitive argument | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2008-10-20 | 2013-01-04 |
GRADLE-266 | Support the full functionality of Ivy dependencies | Hans Dockter | Martin Vlcek | Resolved | Fixed | 2008-10-21 | 2013-01-04 |
GRADLE-267 | Provide consistent mechanism for build file to contribute to assembly of ivy descriptor | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2008-10-22 | 2013-01-04 |
GRADLE-268 | jar(baseName:...) is not used for the file name | Hans Dockter | Martin Vlcek | Resolved | Fixed | 2008-10-22 | 2013-01-04 |
GRADLE-269 | Automatically set the convention mapping for compile, jar and other tasks | Adam Murdoch | Martin Vlcek | Resolved | Fixed | 2008-10-22 | 2013-01-04 |
GRADLE-270 | Make the closure parameter of the fileSet method of the archive tasks optional | Hans Dockter | Martin Vlcek | Resolved | Cannot Reproduce | 2008-10-22 | 2013-01-04 |
GRADLE-271 | Linking tasks with dependency configurations should not be a part of dependencies (linkConfWithTask) | Hans Dockter | Martin Vlcek | Resolved | Fixed | 2008-10-22 | 2013-01-04 |
GRADLE-272 | gradle -v version is different from the timestamp of snapshot distributions. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-10-22 | 2013-01-04 |
GRADLE-273 | Reduce verbose output of Javadoc/Groovydoc | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-10-22 | 2013-01-04 |
GRADLE-274 | Create a Gradle Ant Task | Russel Winder | Resolved | Won't Fix | 2008-10-23 | 2017-02-10 | |
GRADLE-275 | Gradle should be able to read and use an Ant build file | Adam Murdoch | Russel Winder | Resolved | Fixed | 2008-10-23 | 2013-01-04 |
GRADLE-276 | Decouple the user guide generation from the compiling and testing. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-10-23 | 2013-01-04 |
GRADLE-277 | Method for getting the current latest version in the repository | Martin Vlcek | Resolved | Won't Fix | 2008-10-23 | 2017-02-10 | |
GRADLE-278 | Automatically set version number | Martin Vlcek | Resolved | Won't Fix | 2008-10-23 | 2017-02-10 | |
GRADLE-279 | Gradle wrapper dist is always copied to .gradle/wrapper, even if it not used. | Hans Dockter | Hans Dockter | Resolved | Cannot Reproduce | 2008-10-24 | 2013-01-04 |
GRADLE-280 | Make it easy to include external script files | Adam Murdoch | Martin Vlcek | Resolved | Fixed | 2008-10-24 | 2013-01-04 |
GRADLE-281 | JavaPlugin Test should not try to execute abstract classes | Tom Eyckmans | Martin Vlcek | Resolved | Fixed | 2008-10-24 | 2013-01-04 |
GRADLE-282 | Inconsistent API for WAR resp. archive tasks | Tom Eyckmans | Martin Vlcek | Resolved | Fixed | 2008-10-24 | 2013-01-04 |
GRADLE-283 | Update user's guide configureByDag coverage. | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2008-10-24 | 2013-01-04 |
GRADLE-284 | New task to update classpaths in IDE configurations | Szczepan Faber | Martin Vlcek | Resolved | Won't Fix | 2008-10-28 | 2013-01-04 |
GRADLE-285 | Replace commons-logging used by http-client with jcl-over-slf4j | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-10-28 | 2013-01-04 |
GRADLE-286 | All gradle methods and properties should work with GString | Hans Dockter | Martin Vlcek | Resolved | Fixed | 2008-10-29 | 2013-01-04 |
GRADLE-287 | Provide Scala Plugin | Adam Murdoch | Ross Black | Resolved | Fixed | 2008-10-29 | 2013-01-04 |
GRADLE-288 | Simplify the design for how publish artifacts are added. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-10-29 | 2013-01-04 |
GRADLE-289 | download wrapper zip to temporary file first | Hans Dockter | Johannes Zillmann | Resolved | Fixed | 2008-10-30 | 2013-01-04 |
GRADLE-290 | Allow customization of generated Pom | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-10-30 | 2013-01-04 |
GRADLE-291 | Consider classifiers for automatic Pom generation | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-10-30 | 2013-01-04 |
GRADLE-292 | Automatically retrieve and add dependencies for support of the standard transport protocolls of the MavenUploader | Hans Dockter | Resolved | Won't Fix | 2008-10-30 | 2017-02-10 | |
GRADLE-293 | Add functionality to redirect System.out statements to the logging. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-10-31 | 2013-01-04 |
GRADLE-294 | Allow task dependencies to be optional | Adam Murdoch | Resolved | Fixed | 2008-11-02 | 2013-05-01 | |
GRADLE-295 | The task graph should be reused when a primary task is dag neutral | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2008-11-02 | 2013-01-04 |
GRADLE-296 | Discuss: Should a closure task action delegate first to its task object. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-11-02 | 2013-01-04 |
GRADLE-297 | Add shortcut notation, to add a single dependency with a closure. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-11-03 | 2013-01-04 |
GRADLE-298 | Provide a way for interested classes to retrieve the Ivy object from the base dependency manager | Hans Dockter | Phil Messenger | Resolved | Fixed | 2008-11-03 | 2013-01-04 |
GRADLE-299 | Provide a plugin to output a dependency graph | Adam Murdoch | Phil Messenger | Resolved | Fixed | 2008-11-03 | 2013-01-04 |
GRADLE-300 | Add cobertura reporting | Phil Messenger | Resolved | Won't Fix | 2008-11-04 | 2013-01-04 | |
GRADLE-301 | Improve search speed for settings file in hierarchical layouts | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-11-04 | 2013-01-04 |
GRADLE-302 | Add a listener which is notified as tasks are executed | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2008-11-06 | 2013-01-04 |
GRADLE-303 | Add coverage for Configuration object to user guide | Adam Murdoch | Resolved | Won't Fix | 2008-11-06 | 2017-02-10 | |
GRADLE-304 | Dynamic properties for tasks | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-11-06 | 2013-01-04 |
GRADLE-305 | Provide a configure method in the Project class, that applies a closure to any object. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-11-06 | 2013-01-04 |
GRADLE-306 | Generating OSGi bundle manifest files for jars. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-11-06 | 2013-01-04 |
GRADLE-307 | Archive task configure actions for bundles. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-11-06 | 2013-01-04 |
GRADLE-308 | Allow for custom cache invalidations for the build sources | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-11-08 | 2013-01-04 |
GRADLE-309 | Make the captureStandardOut level for project the default for tasks. | Hans Dockter | Resolved | Won't Fix | 2008-11-10 | 2017-02-10 | |
GRADLE-310 | Introduce Upload task and make uploadDists independent on uploadLibs | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-11-12 | 2013-01-04 |
GRADLE-311 | Cached build script is not updated when build file is reverted | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2008-11-18 | 2013-01-04 |
GRADLE-312 | Build qualifier can't be used with long version numbers. | Hans Dockter | Raphael Miranda | Resolved | Won't Fix | 2008-11-19 | 2013-01-04 |
GRADLE-313 | Add something similar to the maven jetty plugin. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-11-20 | 2013-01-04 |
GRADLE-314 | Incorrect buid file and line numbers are reported when evaluation of a dependent project fails | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2008-11-20 | 2013-01-04 |
GRADLE-315 | archivesBaseName does not return the project name as default when the project name has been modified. | Hans Dockter | Hans Dockter | Resolved | Won't Fix | 2008-11-27 | 2013-01-04 |
GRADLE-316 | Provide a consistent mechanism to add properties and methods to Project, Task and Settings objects | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2008-12-05 | 2013-01-04 |
GRADLE-317 | Provide an API to access all properties of a Project and Task | Adam Murdoch | Resolved | Won't Fix | 2008-12-05 | 2017-02-10 | |
GRADLE-318 | Build fails when buildSrc directory contains java source files and does not contain a build.gradle file | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2008-12-06 | 2013-01-04 |
GRADLE-319 | Gradle fails with NPE for a build/settings script which does not contain any executable code | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2008-12-07 | 2013-01-04 |
GRADLE-320 | Gradle should work in offline mode to load classes from the local cache | Marko Bauhardt | Resolved | Fixed | 2008-12-08 | 2013-01-04 | |
GRADLE-321 | Parameters to dists/libs task methods like jar() and zip() are under-documented (pp. 26, 29, 64) | Jon Cox | Resolved | Won't Fix | 2008-12-11 | 2017-02-10 | |
GRADLE-322 | Gradle should be a debian package | Jon Cox | Resolved | Won't Fix | 2008-12-11 | 2017-02-10 | |
GRADLE-323 | compile.options.fork = false has no effect on Groovy compilation | Hans Dockter | Peter Niederwieser | Resolved | Not A Bug | 2008-12-16 | 2013-01-04 |
GRADLE-324 | Gradle should show groovyc output even when groovyc is forked | Hans Dockter | Peter Niederwieser | Resolved | Fixed | 2008-12-17 | 2013-01-04 |
GRADLE-325 | Gradle user manual needs an index | Jon Cox | Resolved | Won't Fix | 2008-12-20 | 2017-01-24 | |
GRADLE-326 | The dependencies introduced by the Java plugin should be documented with a dag diagram | Hans Dockter | Jon Cox | Resolved | Fixed | 2008-12-20 | 2013-01-04 |
GRADLE-327 | Section 10.4 of the user manual (p. 27) should describe what the Resouces task does better | Jon Cox | Resolved | Won't Fix | 2008-12-20 | 2017-02-10 | |
GRADLE-328 | Section 10.8.2 of the user manual (p30) should clarify what it means by 'myZipTask' (relate to archive_...) | Jon Cox | Resolved | Won't Fix | 2008-12-20 | 2017-02-10 | |
GRADLE-329 | User manual chapter 14 on "Dependency Managment" is ambiguously titled and needs to be related to task concepts better | Jon Cox | Resolved | Won't Fix | 2008-12-20 | 2017-02-10 | |
GRADLE-330 | Setting archivesBaseName has no effect on the default archive, if usePlugin('java') has been called before. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-12-22 | 2013-01-04 |
GRADLE-331 | The documentation should have a chapter how to use Ant. | Adam Murdoch | Haug Bürger | Resolved | Fixed | 2008-12-22 | 2013-01-04 |
GRADLE-332 | wrapper should provide progress feedback as it is downloading the distribution | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2008-12-26 | 2013-01-04 |
GRADLE-333 | improve feedback when downloading/uploading dependencies from/to a remote repository | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2008-12-26 | 2013-01-04 |
GRADLE-334 | Make specifying the version optional for flat dir resolver. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2008-12-27 | 2013-01-04 |
GRADLE-335 | Gradle Hudson plugin issue | Tom Eyckmans | Resolved | Won't Fix | 2008-12-27 | 2017-01-24 | |
GRADLE-336 | Inconsistent inheritence of properties and methods by project | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2008-12-27 | 2013-01-04 |
GRADLE-337 | maven-dependency-plugin in Gradle | Gregory Boissinot | Resolved | Won't Fix | 2008-12-27 | 2017-02-10 | |
GRADLE-338 | Remove the settings file | Adam Murdoch | Resolved | Won't Fix | 2008-12-28 | 2017-02-10 | |
GRADLE-339 | GroovyDoc should be generated for API, not just JavaDoc | Hans Dockter | Hamlet D'Arcy | Resolved | Won't Fix | 2008-12-28 | 2013-01-04 |
GRADLE-340 | Make sourceCompatibility and targetCompatibility optional with reasonable defaults | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2008-12-29 | 2013-01-04 |
GRADLE-341 | stdout capture discards empty lines | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2008-12-29 | 2013-01-04 |
GRADLE-342 | Compile task needs to support the compilerarg parameters | Hans Dockter | Hamlet D'Arcy | Resolved | Fixed | 2008-12-29 | 2013-01-04 |
GRADLE-343 | Jetty plugin fails to start with 2.5 deployment descriptor | Hans Dockter | Levi Hoogenberg | Resolved | Fixed | 2008-12-30 | 2013-01-04 |
GRADLE-344 | Replace plugin.properties with plugin discovery | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-01-03 | 2013-01-04 |
GRADLE-345 | Extract a reusable base plugin out of the java plugin | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-01-03 | 2013-01-04 |
GRADLE-346 | Extract the wrapper.properties from the wrapper.jar | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-01-04 | 2013-01-04 |
GRADLE-347 | Wrapper download fails if there has been a partial interrupted wrapper download before. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-01-04 | 2013-01-04 |
GRADLE-348 | Let the name of the build script determine the name of the project | Hans Dockter | Resolved | Won't Fix | 2009-01-05 | 2017-02-10 | |
GRADLE-349 | Table 10.4 has duplicate rows | Hans Dockter | Mark Swanson | Resolved | Fixed | 2009-01-05 | 2013-01-04 |
GRADLE-350 | Class not in cache Exception (build_gradle) thrown | Hans Dockter | Niko Schmuck | Resolved | Fixed | 2009-01-07 | 2013-01-04 |
GRADLE-351 | Set project directory as default dir for ant exec task | Adam Murdoch | Niko Schmuck | Resolved | Fixed | 2009-01-07 | 2013-01-04 |
GRADLE-352 | Cannot call a convention method called 'source' from build script | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-01-08 | 2013-01-04 |
GRADLE-353 | Set baseDir of AntBuilder's Ant project to the directory of the Gradle project | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2009-01-08 | 2013-01-04 |
GRADLE-354 | An invalid bulid script cache causes an exceptions under Windows. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-01-08 | 2013-01-04 |
GRADLE-355 | Ch. 7.1 "Configuring Tasks" Resources #to(..) is now #into(..) | Hans Dockter | Niko Schmuck | Resolved | Fixed | 2009-01-09 | 2013-01-04 |
GRADLE-356 | Not naming resolvers causes NullPointerException | Hans Dockter | Levi Hoogenberg | Resolved | Fixed | 2009-01-10 | 2013-01-04 |
GRADLE-357 | Replace unmanaged classpath with new dependency type | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2009-01-10 | 2013-01-04 |
GRADLE-358 | API Documentation: link also to external classes | Niko Schmuck | Resolved | Fixed | 2009-01-10 | 2017-01-24 | |
GRADLE-359 | crash after running hello world | Hans Dockter | Amol Takate | Resolved | Fixed | 2009-01-12 | 2013-01-04 |
GRADLE-360 | Let the Gradle javadoc task expose all the arguments of Ant's javadoc task. | Tom Eyckmans | Allan Lewis | Resolved | Fixed | 2009-01-13 | 2013-01-04 |
GRADLE-361 | Archives are stored in default build dir, even if buildDirName is set to a non default value | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2009-01-20 | 2013-01-04 |
GRADLE-362 | Add Example Appendix to Documentation | Adam Murdoch | James Bromley | Resolved | Fixed | 2009-01-21 | 2013-01-04 |
GRADLE-363 | The build/install of gradle from source should fail immediately if install properties aren't set, not at the very end. | Hans Dockter | Jon Cox | Resolved | Fixed | 2009-01-21 | 2013-01-04 |
GRADLE-364 | Explicit instructions for building a tagged release of gradle (REL-0-x.y) should be on the "build from source" page | Jon Cox | Resolved | Won't Fix | 2009-01-21 | 2013-09-10 | |
GRADLE-365 | Running "gradle test" twice in a row produces a bogus warning: [ant:junitreport] the file TESTS-TestSuites.xml is not a valid testsuite XML document | Tom Eyckmans | Jon Cox | Resolved | Fixed | 2009-01-21 | 2013-01-04 |
GRADLE-366 | Gradle should make it easy to determine the full path to the build.gradle file | Hans Dockter | Jon Cox | Resolved | Fixed | 2009-01-22 | 2013-01-04 |
GRADLE-367 | Groovy 1.6 support | Hans Dockter | Peter Niederwieser | Resolved | Not A Bug | 2009-01-24 | 2013-01-04 |
GRADLE-368 | The Gradle -b option should specify a build file path, not just a name. | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2009-01-26 | 2013-01-04 |
GRADLE-369 | Improve chapter on dependency management | Jon Cox | Resolved | Won't Fix | 2009-01-26 | 2017-02-10 | |
GRADLE-370 | Allow convention mapping to be applied to any property of any domain object | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-01-26 | 2013-01-04 |
GRADLE-371 | Provide a public API for implementing custom tasks | Adam Murdoch | Resolved | Fixed | 2009-01-26 | 2016-02-12 | |
GRADLE-372 | To respect a very common command-line idiom, Gradle should make the '-f' flag correspond to '--buildfile' not --full-stacktrace | Jon Cox | Resolved | Won't Fix | 2009-01-26 | 2017-02-10 | |
GRADLE-373 | Section 16.3.2 given an incorrect example of how to include a sub-project (it uses '/' not ':') | Hans Dockter | Jon Cox | Resolved | Fixed | 2009-01-26 | 2013-01-04 |
GRADLE-374 | Make 'userguide.html' also link to the all-on-one-html-page version of the docs | Hans Dockter | Jon Cox | Resolved | Fixed | 2009-01-26 | 2013-01-04 |
GRADLE-375 | Include groovy/gradle examples within the Javadocs to show how classes correspond to build.gradle syntax | Jon Cox | Resolved | Fixed | 2009-01-26 | 2013-05-01 | |
GRADLE-376 | Provide a way to map info log messages from a task or project execution to lifecycle or quiet logging levels | Adam Murdoch | Resolved | Won't Fix | 2009-01-27 | 2017-02-10 | |
GRADLE-377 | make jettyStop run synchronously | James Bromley | Resolved | Won't Fix | 2009-01-29 | 2017-01-16 | |
GRADLE-378 | Gradle's javadoc task should provide more propreties that allow for finer-grained tuning of Javadoc | Tom Eyckmans | Jon Cox | Resolved | Fixed | 2009-01-29 | 2013-01-04 |
GRADLE-379 | Let the gradle nightly build always rebuild the script cache and clean the dependencies repository. | Hans Dockter | Resolved | Won't Fix | 2009-01-31 | 2017-02-10 | |
GRADLE-380 | Provide 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 Dockter | Resolved | Won't Fix | 2009-01-31 | 2017-02-10 | |
GRADLE-381 | Provide rules to be triggered in case of unknows tasks. This rules allow the creation of dynamic tasks. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-01-31 | 2013-01-04 |
GRADLE-382 | Provided filters to search for declared dependencies. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-01-31 | 2013-01-04 |
GRADLE-383 | Exception thrown by a custom task's execute() method is reported as an internal error | Adam Murdoch | Resolved | Won't Fix | 2009-02-01 | 2013-01-04 | |
GRADLE-384 | Missing ending apostroph in osgi configuration example listing (chapter 13 OSGi plugin) | Hans Dockter | René Gröschke | Resolved | Fixed | 2009-02-02 | 2013-01-04 |
GRADLE-385 | gradles gradle build has no default task | Hans Dockter | Stefan Groschupf | Resolved | Fixed | 2009-02-02 | 2013-01-04 |
GRADLE-386 | javadoc generation fails | Tom Eyckmans | Stefan Groschupf | Resolved | Fixed | 2009-02-02 | 2013-01-04 |
GRADLE-387 | Improve documentation on classifiers | Hans Dockter | Peter Voss | Resolved | Fixed | 2009-02-03 | 2013-01-04 |
GRADLE-388 | A mechanism to allow debugging of compile or test code with a simple command line option | Mattthew Fudge | Resolved | Won't Fix | 2009-02-06 | 2017-02-10 | |
GRADLE-389 | Typo's in user's guide | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-02-08 | 2013-01-04 |
GRADLE-390 | Make merged task execution the default and only way to execute tasks specified on the command line. | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2009-02-10 | 2013-01-04 |
GRADLE-391 | User Guide Manifest Examples Invalid in section 10.8.4 | Adam Murdoch | Spencer Allain | Resolved | Fixed | 2009-02-10 | 2013-01-04 |
GRADLE-392 | Upload Gradle Jar to public Maven repository | Peter Niederwieser | Resolved | Won't Fix | 2009-02-10 | 2017-02-10 | |
GRADLE-393 | FlatDirResolver does not work properly with classifier. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-02-10 | 2013-01-04 |
GRADLE-394 | addFlatDirResolver(), addMavenRepo() and addMavenStyleRepo() should accept repo root dir parameters of type String, java.io.File, java.net.URL and java.net.URI | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2009-02-10 | 2013-01-04 |
GRADLE-395 | Re-use existing manifest.mf files | Hans Dockter | Patrik Schalin | Resolved | Fixed | 2009-02-11 | 2013-01-04 |
GRADLE-396 | Use verbs for task names | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-02-11 | 2013-01-04 |
GRADLE-397 | Allow Eclipse dependencies to be exported | Hans Dockter | Levi Hoogenberg | Resolved | Fixed | 2009-02-12 | 2013-01-04 |
GRADLE-398 | A wiki page on how to provide patches to Gradle via GitHub | Tom Eyckmans | Hans Dockter | Resolved | Fixed | 2009-02-12 | 2013-01-04 |
GRADLE-399 | artifact in upload via mavenDeployer with classifier throws script exception | Hans Dockter | George Ianuzzi | Resolved | Fixed | 2009-02-12 | 2013-01-04 |
GRADLE-400 | The standard plugins should add a description to the tasks and configurations they add to the project | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2009-02-12 | 2013-01-04 |
GRADLE-401 | The project report command-line options (--tasks, --properties and --dependencies) should allow which projects to report on to be specified on the command-line | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-02-12 | 2013-01-04 |
GRADLE-402 | The project-reports plugin should generate HTML reports | Adam Murdoch | Resolved | Fixed | 2009-02-12 | 2017-01-24 | |
GRADLE-403 | Allow a build script to add a listener which is notified when a build has completed | Adam Murdoch | Resolved | Won't Fix | 2009-02-15 | 2017-02-10 | |
GRADLE-404 | jetty plugin should configure the JettyPluginWebAppContext even if supplied by build script | Hans Dockter | Marcus Better | Resolved | Fixed | 2009-02-18 | 2013-01-04 |
GRADLE-405 | Reported build time is confusing as shown (seconds only) | Hans Dockter | Neil Curzon | Resolved | Fixed | 2009-02-18 | 2013-01-04 |
GRADLE-406 | possible bug around transitive dependencies | Hans Dockter | Szczepan Faber | Resolved | Won't Fix | 2009-02-19 | 2013-01-04 |
GRADLE-407 | Make it easier to set the system properties (and other jvmArgs) of the JVM used to run 'test' | Adam Murdoch | Jon Cox | Resolved | Fixed | 2009-02-19 | 2013-01-04 |
GRADLE-408 | Allow the build file for a project to be specified in the settings file | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-02-19 | 2013-01-04 |
GRADLE-409 | There 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 Cox | Resolved | Won't Fix | 2009-02-19 | 2017-02-10 | |
GRADLE-410 | doFirst and doLast tasks should be allowed to have names -- otherwise, it's hard to 'skip' them | Hans Dockter | Jon Cox | Resolved | Won't Fix | 2009-02-19 | 2013-01-04 |
GRADLE-411 | Replace doFirst and doLast with new args for createTask | Hans Dockter | Jon Cox | Resolved | Won't Fix | 2009-02-19 | 2013-01-04 |
GRADLE-412 | Change semantics for 'test' task. | Jon Cox | Resolved | Won't Fix | 2009-02-19 | 2017-02-10 | |
GRADLE-413 | Cached build file is not recompiled when build classpath changes | Adam Murdoch | Resolved | Won't Fix | 2009-02-23 | 2017-02-10 | |
GRADLE-414 | gradle.home System property should not be required to run test suite | Hans Dockter | Neil Curzon | Resolved | Fixed | 2009-02-24 | 2013-01-04 |
GRADLE-415 | Use patched ivy with Fix for IVY-1066 (was: -tests.jar dependency download failing) | Hans Dockter | Galder Zamarreño | Resolved | Fixed | 2009-02-26 | 2013-01-04 |
GRADLE-416 | Merge Project and ProjectDescriptor | Adam Murdoch | Resolved | Won't Fix | 2009-02-28 | 2017-02-10 | |
GRADLE-417 | Create a task hasDependee function, that enables to define task dependencies the other way round. | Hans Dockter | Resolved | Won't Fix | 2009-03-04 | 2013-05-01 | |
GRADLE-418 | Enable configuration of a task when created via parameters of the map arguments. | Hans Dockter | Resolved | Won't Fix | 2009-03-04 | 2017-02-10 | |
GRADLE-419 | Task creation DSL | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2009-03-04 | 2013-01-04 |
GRADLE-420 | gradlew and HTTP proxy | Hans Dockter | Peter Niederwieser | Resolved | Won't Fix | 2009-03-09 | 2013-01-04 |
GRADLE-421 | buildSrc can't be used inside settings.gradle | Adam Murdoch | Steve Appling | Resolved | Fixed | 2009-03-11 | 2013-01-04 |
GRADLE-422 | Script Caching gets stuck on EMPTY_SCRIPT state | Hans Dockter | Steve Appling | Resolved | Fixed | 2009-03-12 | 2013-01-04 |
GRADLE-423 | javadoc task should provide a source file specification mechanism which is consistent with compile, test, resources, etc | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2009-03-20 | 2013-01-04 |
GRADLE-424 | Create gradle_cache command to manage $HOME/.gradle | Russel Winder | Resolved | Won't Fix | 2009-03-22 | 2017-02-10 | |
GRADLE-425 | weird behaviour of archive task with multiple projects | Hans Dockter | Erwan Lacoste | Resolved | Fixed | 2009-03-23 | 2013-01-04 |
GRADLE-426 | Provide a quickstart java project sample | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-03-24 | 2013-01-04 |
GRADLE-427 | dependsOn doesn't respect dependency order | Marc Guillemot | Resolved | Fixed | 2009-03-25 | 2013-05-01 | |
GRADLE-428 | Avoid to create .gradle in script dir | Marc Guillemot | Resolved | Won't Fix | 2009-03-26 | 2017-02-10 | |
GRADLE-429 | Gradle depends on ivy-2.0.0-rc2 and should depend on 2.0.0 | Hans Dockter | Russel Winder | Resolved | Fixed | 2009-03-28 | 2013-01-04 |
GRADLE-430 | Date/time in HTML test reports has no timezone information | Russel Winder | Resolved | Won't Fix | 2009-03-30 | 2017-02-10 | |
GRADLE-431 | Provide a quickstart groovy project sample | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-03-31 | 2013-01-04 |
GRADLE-432 | Classifiers not written to generated POM using Maven plugin | Hans Dockter | Russel Winder | Resolved | Fixed | 2009-04-04 | 2013-01-04 |
GRADLE-433 | Allow for more information to be put into generated POMs | Hans Dockter | Russel Winder | Resolved | Fixed | 2009-04-04 | 2013-01-04 |
GRADLE-434 | Gradle should deal with POM if there is one. | Russel Winder | Resolved | Won't Fix | 2009-04-04 | 2017-02-10 | |
GRADLE-435 | Searching for jars to run Gradle | Russel Winder | Resolved | Won't Fix | 2009-04-05 | 2017-02-10 | |
GRADLE-436 | archive_war task fails if the target build dir is a nested directory | Hans Dockter | Colin Yates | Resolved | Not A Bug | 2009-04-06 | 2013-01-04 |
GRADLE-437 | Support wildcard characters in task names | Johnny Jian | Resolved | Won't Fix | 2009-04-10 | 2017-02-10 | |
GRADLE-438 | Bundle.dependsOn() should delegate to Bundle.archiveTasks*.dependsOn() | Johnny Jian | Resolved | Won't Fix | 2009-04-11 | 2013-05-01 | |
GRADLE-439 | Allow a listener to receive notification when a task is added to a project | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-04-13 | 2013-01-04 |
GRADLE-440 | The internal Groovy is always in the classpath of Ant Groovyc compilation. | Hans Dockter | Resolved | Fixed | 2009-04-13 | 2013-01-04 | |
GRADLE-441 | Check in GroovyCompile and GroovyDoc if groovy configuration is empty. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-04-13 | 2013-01-04 |
GRADLE-442 | Upgrade groovy version used for build scripts to 1.6 | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-04-13 | 2013-01-04 |
GRADLE-443 | Generated POM dependencies do not respect custom artifactIds | Peter Niederwieser | Paul Speed | Resolved | Fixed | 2009-04-13 | 2013-01-04 |
GRADLE-444 | Allow a project dependency to be specified using a Configuration object on the RHS | Adam Murdoch | Resolved | Won't Fix | 2009-04-14 | 2013-09-09 | |
GRADLE-445 | Execption when using the String notation without a version | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-04-15 | 2013-01-04 |
GRADLE-446 | Modify the Integration test runner to skip the tests if a certain system property is set. | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2009-04-15 | 2013-01-04 |
GRADLE-447 | Gradle test fails with JDK 1.6.0_13 | Hans Dockter | Steve Appling | Resolved | Fixed | 2009-04-15 | 2013-01-04 |
GRADLE-448 | Gradle test fails with JDK 1.6.0_01 on Windows | Hans Dockter | Steve Appling | Resolved | Fixed | 2009-04-15 | 2013-01-04 |
GRADLE-449 | Support JAVA_OPTS in the gradle and gradlew scripts. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-04-16 | 2013-01-04 |
GRADLE-450 | Use command line system properties also for the gradlew JVM. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-04-16 | 2013-01-04 |
GRADLE-451 | The Rules description should be displayed in the tasks report. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-04-16 | 2013-01-04 |
GRADLE-452 | Introduce a TaskContainer interface | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-04-16 | 2013-01-04 |
GRADLE-453 | The wagon jars of the Maven Deployer are not isolated againt the Gradle classpath. | Hans Dockter | Resolved | Won't Fix | 2009-04-17 | 2017-02-10 | |
GRADLE-454 | Add rule for building the artifacts of a configuration | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-04-17 | 2013-01-04 |
GRADLE-455 | NullPointerException at org.gradle.groovy.scripts.DefaultCachePropertiesHandler.createHash(DefaultCachePropertiesHandler.java:67) | Hans Dockter | Colin Yates | Resolved | Fixed | 2009-04-17 | 2013-01-04 |
GRADLE-456 | Configuration.copy does not copy all attributes of the configuration | Hans Dockter | Steve Appling | Resolved | Fixed | 2009-04-18 | 2013-01-04 |
GRADLE-457 | Allow a listener to receive notification before project evaluation and after failed project evaluation | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-04-19 | 2013-01-04 |
GRADLE-458 | Configuring javadoc with multiple links fails with "Error fetching URL" | Tom Eyckmans | Melanie Pfautz | Resolved | Fixed | 2009-04-23 | 2014-07-29 |
GRADLE-459 | Move the eclipse related tasks out of the java plugin | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2009-04-23 | 2013-01-04 |
GRADLE-460 | Move the implicit task rules out of the java plugin | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-04-23 | 2013-01-04 |
GRADLE-461 | Transitive dependencies not working for the Scala plugin (works in maven) | Hans Dockter | Jeppe Nejsum Madsen | Resolved | Fixed | 2009-04-24 | 2013-01-04 |
GRADLE-462 | Gradle doesn't clean up temp files | Steve Appling | Steve Appling | Resolved | Fixed | 2009-04-27 | 2013-01-04 |
GRADLE-463 | Nightly build should build and publish latest version of website | Adam Murdoch | Resolved | Fixed | 2009-05-02 | 2013-01-04 | |
GRADLE-464 | make gradles documentation-tasks reusable via plugin | Helmut Denk | Resolved | Won't Fix | 2009-05-05 | 2017-02-10 | |
GRADLE-465 | project dependencies are not added to a jar when using the two plugins 'groovy' and 'war' in common | Hans Dockter | Matthias Pfau | Resolved | Fixed | 2009-05-05 | 2013-01-04 |
GRADLE-466 | NPE for empty build file | Hans Dockter | Matthias Pfau | Resolved | Fixed | 2009-05-05 | 2013-01-04 |
GRADLE-467 | Improve the command-line interface | Hans Dockter | Hans Dockter | Resolved | Won't Fix | 2009-05-06 | 2013-01-04 |
GRADLE-468 | Provide a quickstart web application project sample | Adam Murdoch | Resolved | Fixed | 2009-05-07 | 2017-01-24 | |
GRADLE-469 | Fix the warnings when generating the javadoc for Gradle | Tom Eyckmans | Hans Dockter | Resolved | Fixed | 2009-05-10 | 2013-01-04 |
GRADLE-470 | Provide a minimal gradle distribution | Adam Murdoch | Resolved | Won't Fix | 2009-05-10 | 2017-02-10 | |
GRADLE-471 | Make providedCompile and providedRuntime configurations available outside of the WAR plugin | Andrew Pietsch | Resolved | Fixed | 2009-05-10 | 2017-01-27 | |
GRADLE-472 | user's guide - TOC for chapters | Tomek Kaczanowski | Resolved | Fixed | 2009-05-11 | 2017-01-24 | |
GRADLE-473 | minor typos in user's guide | Hans Dockter | Tomek Kaczanowski | Resolved | Fixed | 2009-05-11 | 2013-01-04 |
GRADLE-474 | gradle website - broken link to user guide - HTML (single page) | Hans Dockter | Tomek Kaczanowski | Resolved | Fixed | 2009-05-12 | 2013-01-04 |
GRADLE-475 | Don't include version in archive names if no version specified for project | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-05-12 | 2013-01-04 |
GRADLE-476 | Add configure-by-map functionality for our domain object container. | Hans Dockter | Resolved | Won't Fix | 2009-05-12 | 2017-02-10 | |
GRADLE-477 | Jetty plugin should trigger a rebuild of webapp when source files change while jetty server is running | Adam Murdoch | Resolved | Won't Fix | 2009-05-12 | 2017-01-24 | |
GRADLE-478 | Provide declarative validation for task properties | Adam Murdoch | Resolved | Fixed | 2009-05-12 | 2017-01-24 | |
GRADLE-479 | Alphabetical projects execution order in multi-project build | Uldis Karlovs-Karlovskis | Resolved | Won't Fix | 2009-05-14 | 2017-02-10 | |
GRADLE-480 | Improve launching gradle for tool purposes | Mike | Resolved | Fixed | 2009-05-14 | 2013-01-04 | |
GRADLE-481 | Simplified way to obtain all projects and tasks | Hans Dockter | Mike | Resolved | Fixed | 2009-05-14 | 2013-01-04 |
GRADLE-482 | add section on how to create Eclipse project | Adam Murdoch | Tomek Kaczanowski | Resolved | Fixed | 2009-05-14 | 2013-01-04 |
GRADLE-483 | BaseDependencyManager.resove(String, boolean, boolean) ignores includeProjectDependencies parameter | Hans Dockter | Andrew Pietsch | Resolved | Fixed | 2009-05-14 | 2013-01-04 |
GRADLE-485 | web page has link to latest nightly build | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2009-05-15 | 2013-01-04 |
GRADLE-486 | Provide progress feedback as large artifacts are being uploaded | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2009-05-15 | 2013-01-04 |
GRADLE-487 | Allow to provide a configuration for the Maven deployer protocol jars. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-05-18 | 2013-01-04 |
GRADLE-488 | TestNGOptions propertyMissing and methodMissing returns null if suiteXmlBuilder is null. | Tom Eyckmans | Hans Dockter | Resolved | Fixed | 2009-05-19 | 2013-01-04 |
GRADLE-489 | Use only the classpath of the public API for the javadoc task of the Gradle build. | Hans Dockter | Resolved | Won't Fix | 2009-05-20 | 2017-02-10 | |
GRADLE-490 | The UsersGuideIntegrationTest should evaluate a script only once. | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2009-05-20 | 2013-01-04 |
GRADLE-491 | Add unit test to TestNGOptions for checking delegation to super in propertyMissing and methodMissing method. | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2009-05-20 | 2013-01-04 |
GRADLE-492 | Cannot set dynamic property on archive tasks | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-05-20 | 2013-01-04 |
GRADLE-493 | JUnit Test Case detection broken for | Tom Eyckmans | Steve Appling | Resolved | Fixed | 2009-05-21 | 2013-01-04 |
GRADLE-494 | Gradle should have a twitter plugin that posts formal releases to the Twitter account | Hamlet D'Arcy | Resolved | Fixed | 2009-05-21 | 2017-01-24 | |
GRADLE-495 | NPE when using maven plugin in multi-project builds | Hans Dockter | Johnny Jian | Resolved | Fixed | 2009-05-22 | 2013-01-04 |
GRADLE-496 | dependsOn behavior - Improvement for user's guide | Hans Dockter | Tomek Kaczanowski | Resolved | Fixed | 2009-05-22 | 2013-01-04 |
GRADLE-497 | some enhancments to 10.1 "Skipping tasks" documentation section | Hans Dockter | Tomek Kaczanowski | Resolved | Fixed | 2009-05-22 | 2013-01-04 |
GRADLE-498 | some enhancments to chapter 21 "Dependency Management" | Hans Dockter | Tomek Kaczanowski | Resolved | Fixed | 2009-05-24 | 2013-01-04 |
GRADLE-499 | Error messages in the Gradle log when group is not specified. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-05-25 | 2013-01-04 |
GRADLE-500 | Grails Plugin for Gradle | Hans Dockter | Resolved | Won't Fix | 2009-05-25 | 2016-02-12 | |
GRADLE-501 | Stale link in section 21.3.6: More about Ivy resolvers | Tom Eyckmans | Daniel Mueller | Resolved | Fixed | 2009-05-25 | 2013-01-04 |
GRADLE-502 | GINA is not a widely known acronym outside the Groovy Community | Tom Eyckmans | Daniel Mueller | Resolved | Fixed | 2009-05-25 | 2013-01-04 |
GRADLE-503 | AbstractJettyRunTask throws NPE | Hans Dockter | Shanon McQuay | Resolved | Fixed | 2009-05-26 | 2013-01-04 |
GRADLE-504 | Libs should be stored in a build/libs directory not in build. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-05-26 | 2013-01-04 |
GRADLE-505 | Create an Announce task | Hans Dockter | Jason Porter | Resolved | Fixed | 2009-05-26 | 2013-01-04 |
GRADLE-506 | NPE when trying to exclude dependencies and one has an empty group | Hans Dockter | Rafael Serrano | Resolved | Fixed | 2009-05-26 | 2013-01-04 |
GRADLE-507 | Userguide - table 15.3: swapped values for (testResultsDir, testResultsDirName) and (testReportDir, testReportDirName) | Hans Dockter | Daniel Mueller | Resolved | Fixed | 2009-05-26 | 2013-01-04 |
GRADLE-508 | Gradle doesn't run with IBM jdk | Hans Dockter | Mark Gaylard | Resolved | Fixed | 2009-05-28 | 2013-01-04 |
GRADLE-509 | Check all UG samples for bugs that might only show up at execution time. | Hans Dockter | Resolved | Won't Fix | 2009-05-28 | 2017-02-10 | |
GRADLE-510 | behaviour of dependencies of WAR plugin in a multiple project environment | Erwan Lacoste | Resolved | Won't Fix | 2009-05-28 | 2017-02-10 | |
GRADLE-511 | trunk fails to build with 'Could not select the default project for this build' unless buildfille specified | Adam Murdoch | Daniel Mueller | Resolved | Fixed | 2009-05-30 | 2013-01-04 |
GRADLE-512 | trunk tests fail due to upper/lowercase inconsistency in path | Hans Dockter | Daniel Mueller | Resolved | Fixed | 2009-05-30 | 2013-01-04 |
GRADLE-513 | descriptions not always printed by gradle -t | Hans Dockter | Tomek Kaczanowski | Resolved | Won't Fix | 2009-05-30 | 2013-01-04 |
GRADLE-514 | Groovy test compilation and execution is slow. | Tom Eyckmans | Hans Dockter | Resolved | Fixed | 2009-06-03 | 2013-01-04 |
GRADLE-515 | User Guide grammar fixes and other minor improvements | Hans Dockter | Paul Gier | Resolved | Fixed | 2009-06-05 | 2013-01-04 |
GRADLE-516 | documentation - better titles for examples & list of examples | Adam Murdoch | Tomek Kaczanowski | Resolved | Fixed | 2009-06-06 | 2013-01-04 |
GRADLE-517 | Simplify ant project property access from build script | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-06-07 | 2013-01-04 |
GRADLE-518 | The copy method of a dependency does not copy the configuration. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-06-09 | 2013-01-04 |
GRADLE-519 | Allow build script classpath to be specified in the build script | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-06-09 | 2013-01-04 |
GRADLE-520 | Provide the option to pass command line style parameters for embedded usage. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-06-10 | 2013-01-04 |
GRADLE-521 | Cache empty build scripts | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2009-06-15 | 2013-01-04 |
GRADLE-522 | Provide listeners for plugin registration and usage | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-06-16 | 2013-01-04 |
GRADLE-523 | Offer a dry-run option for a Gradle build. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-06-17 | 2013-01-04 |
GRADLE-524 | ide task in gradle's own build.gradle doesn't work | Hans Dockter | Steve Appling | Resolved | Fixed | 2009-06-17 | 2013-01-04 |
GRADLE-525 | Enhancement to support debugging | Adam Murdoch | John Murph | Resolved | Fixed | 2009-06-17 | 2013-05-31 |
GRADLE-526 | Relative Path in GRADLE_HOME does not work any more | Hans Dockter | Steve Appling | Resolved | Fixed | 2009-06-18 | 2013-01-04 |
GRADLE-527 | project.libs.archiveTasks no longer exists but is used in UG 24.59 | Hans Dockter | Jerod Lass | Resolved | Fixed | 2009-06-18 | 2013-01-04 |
GRADLE-528 | testResource dir property documentation error | Tom Eyckmans | Tom Eyckmans | Resolved | Fixed | 2009-06-21 | 2013-01-04 |
GRADLE-529 | userguide - pdf version - page number | Adam Murdoch | Tomek Kaczanowski | Resolved | Fixed | 2009-06-22 | 2013-01-04 |
GRADLE-530 | New Jar task always included classes found in 'classesDir' | Adam Murdoch | Donal McNamee | Resolved | Fixed | 2009-06-25 | 2013-01-04 |
GRADLE-531 | ide task in buildSrc/build.gradle doesn't work | Hans Dockter | Markus Kobler | Resolved | Fixed | 2009-06-27 | 2013-01-04 |
GRADLE-532 | Example 4.13 might produce NPE | Hans Dockter | Jacob Grydholt | Resolved | Fixed | 2009-06-27 | 2013-01-04 |
GRADLE-533 | Initial Framework for Task Optimization | Hans Dockter | Steve Appling | Resolved | Fixed | 2009-06-29 | 2013-01-04 |
GRADLE-534 | Dependency reports do not show the correct hierarchy | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-06-30 | 2013-01-04 |
GRADLE-535 | Configuration should return the files for a subset of the dependencies | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-06-30 | 2013-01-04 |
GRADLE-536 | integTest target in Gradle's own build can't be re-run without clean | Hans Dockter | Steve Appling | Resolved | Fixed | 2009-06-30 | 2013-01-04 |
GRADLE-537 | Update Java Plugin Task Dependencies | Hans Dockter | Steve Appling | Resolved | Fixed | 2009-07-06 | 2013-01-04 |
GRADLE-538 | Test detection seems to think that every class under src/test/java is a test class | Tom Eyckmans | Peter Niederwieser | Resolved | Fixed | 2009-07-11 | 2013-01-04 |
GRADLE-539 | When test fork mode is set to ONCE, Gradle no longer displays which tests failed | Tom Eyckmans | Peter Niederwieser | Resolved | Fixed | 2009-07-11 | 2013-01-04 |
GRADLE-540 | scanForTestClasses=false has no effect | Tom Eyckmans | Peter Niederwieser | Resolved | Fixed | 2009-07-11 | 2013-01-04 |
GRADLE-541 | Allow empty arguments for configuration call in a dependency context. | Hans Dockter | Resolved | Incomplete | 2009-07-13 | 2013-01-23 | |
GRADLE-542 | Change default fork mode for Java project tests to 'once' | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-07-14 | 2013-01-04 |
GRADLE-543 | Provide a native copy task | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-07-16 | 2013-01-04 |
GRADLE-544 | Allow graphs to be declared in the userguide | Adam Murdoch | Resolved | Won't Fix | 2009-07-16 | 2017-02-10 | |
GRADLE-545 | The resolve of a ProjectDependency should return its self resolving dependencies. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-07-16 | 2013-01-04 |
GRADLE-546 | Introduce custom set's to return resolve result by lazy initialization. | Hans Dockter | Resolved | Won't Fix | 2009-07-17 | 2017-02-10 | |
GRADLE-547 | Misleading error message when a buildscript { } closure uses an imported class which has not been added to the classpath | Adam Murdoch | Resolved | Won't Fix | 2009-07-17 | 2017-02-10 | |
GRADLE-548 | Allow the artifact production tasks to be specified for a file dependency | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-07-17 | 2013-01-04 |
GRADLE-550 | Get rid of the groovy configuration for Groovy projects and replace it with the Configuration.files( | Hans Dockter | Resolved | Fixed | 2009-07-18 | 2013-05-01 | |
GRADLE-551 | AntTestNGExecute should use Configuration.files( | Tom Eyckmans | Hans Dockter | Resolved | Fixed | 2009-07-18 | 2013-01-04 |
GRADLE-552 | Add copy functionality to the FileCollection | Hans Dockter | Resolved | Won't Fix | 2009-07-20 | 2017-02-10 | |
GRADLE-553 | The custom filePath property should not be contained in the published ivy.xml file. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-07-20 | 2013-01-04 |
GRADLE-554 | Add checkstyle support | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-07-20 | 2013-01-04 |
GRADLE-555 | Add CodeNarc support | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-07-20 | 2013-01-04 |
GRADLE-556 | It should be possible to remove an artifact from a configuration. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-07-21 | 2013-01-04 |
GRADLE-557 | Gradle should provide for testing Gradle version numbers | Russel Winder | Resolved | Won't Fix | 2009-07-21 | 2017-02-10 | |
GRADLE-558 | Add arguments to convenience methods for dependency resolvers to support ResolverContainer's positioning API | Jerod Lass | Resolved | Won't Fix | 2009-07-21 | 2017-02-10 | |
GRADLE-559 | Support environment configuration scripts | Jason Porter | Resolved | Won't Fix | 2009-07-21 | 2017-02-10 | |
GRADLE-560 | Mapping of Ivy dependency lookups insufficient | Hans Dockter | Spencer Allain | Resolved | Fixed | 2009-07-21 | 2013-01-04 |
GRADLE-561 | Gradle method bug from tutorial doc | Hans Dockter | Carlton Joseph | Resolved | Fixed | 2009-07-21 | 2013-01-04 |
GRADLE-562 | documentation - accessing Maven password protected repositories | Adam Murdoch | Tomek Kaczanowski | Resolved | Fixed | 2009-07-21 | 2013-01-04 |
GRADLE-563 | nicer way of accessing Maven password protected repositories | Daz DeBoer | Tomek Kaczanowski | Resolved | Fixed | 2009-07-21 | 2013-01-04 |
GRADLE-564 | Use a repository layout for the internal repository that uses jar names with version numbers. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-07-21 | 2013-01-04 |
GRADLE-565 | Returne metadata for the files of a ResolvedDependency | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-07-22 | 2013-01-04 |
GRADLE-566 | fatJar option for building jar-with-dependencies | Szczepan Faber | Resolved | Won't Fix | 2009-07-23 | 2017-02-10 | |
GRADLE-570 | Allow inheritance of task dependencies when overwriting tasks | Levi Hoogenberg | Resolved | Won't Fix | 2009-07-24 | 2017-02-10 | |
GRADLE-571 | Introduce a SourceDirectory domain object | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-07-26 | 2013-01-04 |
GRADLE-572 | documentation - updates/fixes to 27 artifact management | Hans Dockter | Tomek Kaczanowski | Resolved | Fixed | 2009-07-27 | 2013-01-04 |
GRADLE-573 | documentation - 6 Java Quickstart - Eclipse plugin fix | Hans Dockter | Tomek Kaczanowski | Resolved | Fixed | 2009-07-27 | 2013-01-04 |
GRADLE-574 | Make it easier to use ant optional tasks from a build | Adam Murdoch | Resolved | Won't Fix | 2009-07-29 | 2017-02-10 | |
GRADLE-575 | systemProp.http.proxyHost documentation is incorrect | Hans Dockter | Peter L | Resolved | Fixed | 2009-07-29 | 2013-01-04 |
GRADLE-576 | dependencyReport should not download artifacts | Hans Dockter | Philip Crotwell | Resolved | Fixed | 2009-07-30 | 2013-01-04 |
GRADLE-577 | better message for transitive dependencies on download failure | Philip Crotwell | Resolved | Won't Fix | 2009-07-30 | 2017-02-10 | |
GRADLE-578 | text about configurations.compile.transitive = true | Adam Murdoch | Philip Crotwell | Resolved | Fixed | 2009-07-30 | 2013-01-04 |
GRADLE-579 | Create a gradle Shell | Matthias Pfau | Resolved | Won't Fix | 2009-07-31 | 2017-02-10 | |
GRADLE-580 | Add integration test for Groovy 1.7 support | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-08-01 | 2013-01-04 |
GRADLE-581 | Provide some way to run as many tasks as possible and defer failures until the tasks have completed | Adam Murdoch | Resolved | Fixed | 2009-08-01 | 2013-01-04 | |
GRADLE-582 | Impossible to add listeners | Tom Eyckmans | Levi Hoogenberg | Resolved | Fixed | 2009-08-01 | 2013-01-04 |
GRADLE-583 | Pull Test Task out of jar dependency chain | Steve Appling | Steve Appling | Resolved | Fixed | 2009-08-02 | 2013-01-04 |
GRADLE-584 | War plugin does not create build dependencies on Runtime configuration | Steve Appling | Steve Appling | Resolved | Fixed | 2009-08-08 | 2013-01-04 |
GRADLE-585 | Clean task does not clean the internal repository | Adam Murdoch | Steve Appling | Resolved | Fixed | 2009-08-08 | 2013-01-04 |
GRADLE-586 | Context classloader is not set to project classloader when build script is executed | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-08-09 | 2013-01-04 |
GRADLE-587 | NPE in DefaultIvyDependencyResolver | Hans Dockter | Steve Appling | Resolved | Fixed | 2009-08-10 | 2013-01-04 |
GRADLE-588 | Add support for an init script | Adam Murdoch | John Murph | Resolved | Fixed | 2009-08-10 | 2013-01-04 |
GRADLE-589 | A better OSGi sample project is needed | Adam Murdoch | Hamlet D'Arcy | Resolved | Fixed | 2009-08-12 | 2013-01-04 |
GRADLE-590 | Add support for building java applications | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-08-13 | 2013-01-04 |
GRADLE-591 | Simplify logging at lifecycle and quiet log levels | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-08-15 | 2013-01-04 |
GRADLE-592 | gradle -t does not show descriptions of my tasks | Hans Dockter | Peter Niederwieser | Resolved | Not A Bug | 2009-08-15 | 2013-01-04 |
GRADLE-593 | Provide a way to exclude tasks from the DAG using the command-line | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-08-16 | 2013-01-04 |
GRADLE-594 | Provide a history for last successful output creation | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-08-17 | 2013-01-04 |
GRADLE-595 | jettyRun task does not depend on processResources task | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-08-18 | 2013-01-04 |
GRADLE-596 | Auto generate gradle default imports | Hans Dockter | Resolved | Fixed | 2009-08-19 | 2013-04-15 | |
GRADLE-597 | Filters in CopySpecs are not Inherited | Steve Appling | Steve Appling | Resolved | Fixed | 2009-08-19 | 2013-01-04 |
GRADLE-598 | Upgrade version on BND | Adam Murdoch | Russel Winder | Resolved | Fixed | 2009-08-20 | 2013-01-04 |
GRADLE-599 | Remove JUnit jar from Gradle distribution. | Hans Dockter | Russel Winder | Resolved | Fixed | 2009-08-20 | 2013-01-04 |
GRADLE-600 | Excessive dependency download of SNAPSHOT | Daz DeBoer | Jeppe Nejsum Madsen | Resolved | Fixed | 2009-08-20 | 2013-01-04 |
GRADLE-601 | Document how to write a custom task | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-08-23 | 2013-01-04 |
GRADLE-602 | Allow a custom task to have a no-args/default constructor | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-08-23 | 2013-01-04 |
GRADLE-603 | Add evaluationDependsOnChildren method to the project class | Hans Dockter | Resolved | Won't Fix | 2009-08-24 | 2017-02-10 | |
GRADLE-604 | An issue with combining --project-dir and --settings-file or --build-file options | John Murph | Resolved | Won't Fix | 2009-08-24 | 2017-02-10 | |
GRADLE-605 | gradle -q prints out '.' characters when downloading artifacts | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-08-27 | 2013-01-04 |
GRADLE-606 | userguide - eclipse plugin | Hans Dockter | Tomek Kaczanowski | Resolved | Fixed | 2009-08-27 | 2013-01-04 |
GRADLE-607 | Add dynamic property support to Gradle class | Adam Murdoch | Resolved | Fixed | 2009-08-28 | 2013-01-04 | |
GRADLE-608 | Make it easier to receive logging output when embedding Gradle | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-08-28 | 2013-01-04 |
GRADLE-609 | Invalidate cached buildSrc artifacts when Gradle version changes | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2009-08-29 | 2013-01-04 |
GRADLE-610 | Make it easier to add a URL repository | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-08-29 | 2013-01-04 |
GRADLE-611 | Gradle does not consider Maven repository defined in POM of a dependency | Peter Niederwieser | Resolved | Won't Fix | 2009-08-29 | 2017-02-10 | |
GRADLE-612 | Improved syntax for "mavenRepo()" URL parameter | Adam Murdoch | Peter Niederwieser | Resolved | Fixed | 2009-08-29 | 2013-01-04 |
GRADLE-613 | Editing of Gradle JIRA issues | Hans Dockter | Peter Niederwieser | Resolved | Fixed | 2009-08-29 | 2013-01-04 |
GRADLE-614 | Allow dynamic properties to be applied to any domain object | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-08-30 | 2013-01-04 |
GRADLE-615 | Start Gradle with assertions enabled | Hans Dockter | Resolved | Fixed | 2009-09-01 | 2016-02-12 | |
GRADLE-616 | Problems Resolving external dependencies when project dependencies are used | Hans Dockter | Steve Appling | Resolved | Fixed | 2009-09-02 | 2013-01-04 |
GRADLE-617 | Provide descriptions for dependencies. | Hans Dockter | Resolved | Won't Fix | 2009-09-03 | 2017-02-10 | |
GRADLE-618 | Make defaultTask method accept non string notations. | Hans Dockter | Resolved | Won't Fix | 2009-09-04 | 2017-02-10 | |
GRADLE-619 | The GradleManifest would have toFile() method | Hans Dockter | Jiri Mares | Resolved | Fixed | 2009-09-05 | 2013-01-04 |
GRADLE-620 | Task eclipse doesn't put file references of dependencies into project's classpath | Hans Dockter | Jiri Mares | Resolved | Fixed | 2009-09-05 | 2013-01-04 |
GRADLE-621 | documentation - eclipse plugin - update & merge | Adam Murdoch | Tomek Kaczanowski | Resolved | Fixed | 2009-09-05 | 2013-01-04 |
GRADLE-622 | testRuntime dependencies should not be resolved if not tests are run. | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2009-09-07 | 2013-01-04 |
GRADLE-623 | Gradle runs stale compiled test classes as unit tests | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2009-09-07 | 2013-01-04 |
GRADLE-624 | The tests for build sources are not executed. | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2009-09-07 | 2013-01-04 |
GRADLE-625 | Move delete cache functionality into a task | Hans Dockter | Resolved | Won't Fix | 2009-09-08 | 2017-02-10 | |
GRADLE-626 | GUI for Gradle | Steve Appling | Steve Appling | Resolved | Fixed | 2009-09-08 | 2013-01-04 |
GRADLE-627 | Gradle gives poor message for no build.gradle | Russel Winder | Resolved | Fixed | 2009-09-09 | 2017-01-24 | |
GRADLE-628 | GroovyDoc task does not expose most of the properties of the underlying ant groovydoc task. | Hans Dockter | Russel Winder | Resolved | Fixed | 2009-09-09 | 2013-01-04 |
GRADLE-629 | Snapshot dependencies are not updated | Daz DeBoer | Peter Niederwieser | Resolved | Fixed | 2009-09-09 | 2013-01-04 |
GRADLE-630 | suiteXmlBuilder does not allow access to project properties | Marcus Better | Resolved | Won't Fix | 2009-09-10 | 2017-02-10 | |
GRADLE-631 | Error message on syntax error needs improvement | Hans Dockter | Russel Winder | Resolved | Fixed | 2009-09-11 | 2013-01-04 |
GRADLE-632 | PMD Ant task error when using rules from rulesets directory | Adam Murdoch | Tomek Kaczanowski | Resolved | Fixed | 2009-09-11 | 2013-01-04 |
GRADLE-633 | Findbug Ant task doesn't work - "unexpected token: class" | Hans Dockter | Tomek Kaczanowski | Resolved | Won't Fix | 2009-09-11 | 2013-01-04 |
GRADLE-634 | Auto wire task dependencies based on the input files of the task | Adam Murdoch | Resolved | Won't Fix | 2009-09-11 | 2017-02-10 | |
GRADLE-635 | Support any combination of mixed java, groovy, scala projects | Adam Murdoch | Resolved | Won't Fix | 2009-09-14 | 2017-02-10 | |
GRADLE-636 | Support scala + java joint compilation | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-09-14 | 2013-01-04 |
GRADLE-637 | Artifacts from transitive self-resolving dependencies from another project are included even when transitive = false | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2009-09-14 | 2013-01-04 |
GRADLE-638 | gradle shell script not marked as executable | Hans Dockter | Mike | Resolved | Fixed | 2009-09-16 | 2013-01-04 |
GRADLE-639 | Inline the various Options classes into their respective Task class | Adam Murdoch | Resolved | Won't Fix | 2009-09-16 | 2017-02-10 | |
GRADLE-640 | rename Project.getDependencies | Philip Crotwell | Resolved | Won't Fix | 2009-09-17 | 2017-02-10 | |
GRADLE-641 | eclipse task fails in multiproject | Hans Dockter | Philip Crotwell | Resolved | Fixed | 2009-09-17 | 2013-01-04 |
GRADLE-642 | Improve error message from scala tasks when no scala tools or libraries have been defined | Adam Murdoch | Resolved | Fixed | 2009-09-17 | 2013-05-09 | |
GRADLE-643 | Scala plugin should infer the scala version from the compile configuration and add the appropriate dependencies to the scalaTools configuration | Adam Murdoch | Resolved | Fixed | 2009-09-17 | 2013-01-15 | |
GRADLE-644 | exported=true on lib and src classpath entries | Hans Dockter | Philip Crotwell | Resolved | Fixed | 2009-09-18 | 2013-01-04 |
GRADLE-645 | Handle a selector closure which returns a null value | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2009-09-18 | 2013-01-04 |
GRADLE-646 | Support custom version conflict strategies | Jason Porter | Resolved | Won't Fix | 2009-09-22 | 2017-02-10 | |
GRADLE-647 | Allow a Project object to be used as the RHS of a dependency declaration | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2009-09-23 | 2013-01-04 |
GRADLE-648 | Add javadoc overview file to Java plugin convention | Adam Murdoch | Resolved | Won't Fix | 2009-09-23 | 2017-02-10 | |
GRADLE-649 | dynamic dependencies | Hans Dockter | Andrei Sereda | Resolved | Fixed | 2009-09-23 | 2013-01-04 |
GRADLE-650 | Invalid date used for snapshot installs | Hans Dockter | Russel Winder | Resolved | Fixed | 2009-09-24 | 2013-01-04 |
GRADLE-651 | Code quality plugin should generate Checkstyle report | Adam Murdoch | Resolved | Duplicate | 2009-09-25 | 2016-06-17 | |
GRADLE-652 | Support GWT JUnit tests that write user prompts to the console | Andrew Pietsch | Resolved | Won't Fix | 2009-09-25 | 2017-02-10 | |
GRADLE-653 | Client Module Dependencies can't be used across projects. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-09-25 | 2013-01-04 |
GRADLE-654 | Use cached ivy module descriptors across configurations and subprojects. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-09-25 | 2013-01-04 |
GRADLE-655 | NPE when script contains only class definitions and no statements | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2009-09-25 | 2013-01-04 |
GRADLE-656 | Add shared checkstyle properties to code quality plugin convention | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2009-09-25 | 2013-01-04 |
GRADLE-657 | Gradle tries to delete a non-existent configuration file (testng.xml) | Hans Dockter | Andrei Sereda | Resolved | Fixed | 2009-09-26 | 2013-01-04 |
GRADLE-658 | Init scripts should not share the same classloader or classpath | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-09-26 | 2013-01-04 |
GRADLE-659 | Groovy Plugin has no Compile task | Russel Winder | Resolved | Won't Fix | 2009-09-27 | 2017-02-10 | |
GRADLE-660 | No way of setting nested javac elements in groovy compile | Hans Dockter | Russel Winder | Resolved | Fixed | 2009-09-27 | 2013-01-04 |
GRADLE-661 | Simplify using built-in tasks with a source set | Adam Murdoch | Resolved | Won't Fix | 2009-09-27 | 2017-02-10 | |
GRADLE-662 | User guide needs examples of how to use the code quality plugin | Adam Murdoch | Russel Winder | Resolved | Fixed | 2009-09-28 | 2013-01-04 |
GRADLE-663 | Groovydoc does not depend on classes, javadoc does | Hans Dockter | Russel Winder | Resolved | Fixed | 2009-09-29 | 2013-01-04 |
GRADLE-664 | 0.8 needs marking as released in JIRA | Hans Dockter | Russel Winder | Resolved | Fixed | 2009-09-29 | 2013-01-04 |
GRADLE-665 | Gradle install task doesn't install the documentation | Hans Dockter | Russel Winder | Resolved | Won't Fix | 2009-09-29 | 2013-01-04 |
GRADLE-666 | Groovy resources are not processed when using the Groovy plugin | Adam Murdoch | Levi Hoogenberg | Resolved | Fixed | 2009-09-29 | 2013-01-04 |
GRADLE-667 | War plugin version handling regressions from 0.7 | Adam Murdoch | Spencer Allain | Resolved | Fixed | 2009-09-29 | 2013-01-04 |
GRADLE-668 | ZipFileSet attributes should be lazily evaluated at execution time. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-09-29 | 2013-01-04 |
GRADLE-669 | Specify which logging libraries (app or gradle) to use with jetty tasks | Jason Porter | Resolved | Won't Fix | 2009-09-30 | 2016-12-30 | |
GRADLE-670 | Checkstyle should have option to not throw exception upon violation detections | Hans Dockter | Spencer Allain | Resolved | Fixed | 2009-09-30 | 2013-01-04 |
GRADLE-671 | Option to fork the jetty process | Jason Porter | Resolved | Won't Fix | 2009-10-01 | 2017-01-16 | |
GRADLE-672 | Link and packagenames properties are missing for Groovydoc task. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-10-02 | 2013-01-04 |
GRADLE-673 | file permissions not preserved in Tar task | Peter Niederwieser | Philip Crotwell | Resolved | Fixed | 2009-10-02 | 2013-01-04 |
GRADLE-674 | Newer Jetty would provide system property assignment per server instance | Hans Dockter | Spencer Allain | Resolved | Fixed | 2009-10-02 | 2013-01-04 |
GRADLE-675 | gradle install fails to install the documentation | Hans Dockter | Russel Winder | Resolved | Duplicate | 2009-10-04 | 2013-01-04 |
GRADLE-676 | metaInf errors give messges that don't describe the real problem | Hans Dockter | Russel Winder | Resolved | Fixed | 2009-10-04 | 2013-01-04 |
GRADLE-677 | metaInf fails for subprojects | Hans Dockter | Russel Winder | Resolved | Fixed | 2009-10-04 | 2013-01-04 |
GRADLE-678 | Project dependencies don't work unless BasePlugin has been applied to target project | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-10-04 | 2013-01-04 |
GRADLE-679 | Implement native archive handling | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2009-10-05 | 2013-01-04 |
GRADLE-680 | Skip tasks whose inputs have not changed | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-10-06 | 2013-01-04 |
GRADLE-681 | Unexpected ClassCastException | Hans Dockter | Russel Winder | Resolved | Fixed | 2009-10-06 | 2013-01-04 |
GRADLE-682 | API docs of org.gradle.api.tasks.Copy need update | Russel Winder | Resolved | Fixed | 2009-10-06 | 2017-01-24 | |
GRADLE-683 | gradle-doc subproject should have install capability | Russel Winder | Resolved | Fixed | 2009-10-07 | 2016-02-12 | |
GRADLE-684 | aspectj plugin | Hans Dockter | Tomek Kaczanowski | Resolved | Won't Fix | 2009-10-07 | 2013-01-04 |
GRADLE-685 | Changed log level is not taken into consideration when multiple instances of GradleLauncher are created. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-10-07 | 2013-01-04 |
GRADLE-686 | optionsFile property is required for Javadoc task | Adam Murdoch | Levi Hoogenberg | Resolved | Fixed | 2009-10-08 | 2013-01-04 |
GRADLE-687 | Project dependency on a war project includes the war in the compile classpath, not the jar or classes | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-10-09 | 2013-01-04 |
GRADLE-688 | Project dependency in a compile configuration should use the classes dir of the target project, rather than the jar | Adam Murdoch | Resolved | Won't Fix | 2009-10-09 | 2017-02-10 | |
GRADLE-689 | Cannot compile multiple sets of source files from the same source directory when there are dependencies between the source files | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-10-11 | 2013-01-04 |
GRADLE-690 | Let gradlew.bat download in %TEMP%, not C: | Steven Devijver | Resolved | Won't Fix | 2009-10-12 | 2017-02-10 | |
GRADLE-691 | Remove packagenames property of Groovydoc task. | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2009-10-12 | 2013-01-04 |
GRADLE-692 | Jar task without destinationDir property set causes GroovyRuntimeException | Steven Devijver | Resolved | Won't Fix | 2009-10-12 | 2017-02-10 | |
GRADLE-693 | If destinationDir is not set on Jar task generate one | Steven Devijver | Resolved | Won't Fix | 2009-10-12 | 2017-02-10 | |
GRADLE-694 | Artifacts portion of dependencies disappear when depending upon project with war task | Hans Dockter | Spencer Allain | Resolved | Fixed | 2009-10-12 | 2013-01-04 |
GRADLE-695 | Plugin documentation improvements | Hans Dockter | Jason Porter | Resolved | Fixed | 2009-10-13 | 2013-01-04 |
GRADLE-696 | Execution is much slower using java 6 than it is with java 5 | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2009-10-13 | 2013-01-04 |
GRADLE-697 | Allow a dependency to be marked as optional in the generated pom | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2009-10-13 | 2013-01-04 |
GRADLE-698 | Automatically add the repository locations of dependent sub-projects to the parent project when bundling all transitive dependencies (ie. into a WAR) | Andrew Schoewe | Resolved | Won't Fix | 2009-10-13 | 2017-02-10 | |
GRADLE-699 | Make it easier to set project properties from the init script | Adam Murdoch | Resolved | Fixed | 2009-10-14 | 2013-01-04 | |
GRADLE-700 | Make it easier to specify default values for project properties in the build script | Adam Murdoch | Resolved | Won't Fix | 2009-10-14 | 2017-02-10 | |
GRADLE-701 | Poms are generated into the build dir, regardless of what buildDirName is set to | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-10-14 | 2013-01-04 |
GRADLE-702 | Maven deployer uses the repositories specified in the user's settings.xml, rather than those specified in the build file | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2009-10-14 | 2013-01-04 |
GRADLE-703 | Make Codehaus Bamboo build work again. | Hans Dockter | Russel Winder | Resolved | Won't Fix | 2009-10-15 | 2013-01-04 |
GRADLE-704 | Cannot deploy artifacts with classifier to a maven repository | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2009-10-15 | 2013-01-04 |
GRADLE-705 | no "delegate" in userguide | Tomek Kaczanowski | Resolved | Won't Fix | 2009-10-15 | 2017-01-24 | |
GRADLE-706 | Allow convention mapping to be applied to task properties whose initial value is an empty collection or map | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-10-15 | 2013-01-04 |
GRADLE-707 | Allow Gradle's logging ui to be customised | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-10-15 | 2013-01-04 |
GRADLE-708 | Closures inside subprojects which are not evaluated at evaluation time might have wrong delegate object | Hans Dockter | Steven Devijver | Resolved | Fixed | 2009-10-16 | 2013-01-04 |
GRADLE-709 | Auto wire dependencies of the Upload task | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-10-18 | 2013-01-04 |
GRADLE-710 | war plugin needs switch to preserve existing files | Uldis Karlovs-Karlovskis | Resolved | Won't Fix | 2009-10-19 | 2017-02-10 | |
GRADLE-711 | Antlr Plugin | Adam Murdoch | Steve Ebersole | Resolved | Fixed | 2009-10-21 | 2013-01-04 |
GRADLE-712 | Way to either override repositories specified in a project or to inject repositories ahead of those specified in a project | Steve Ebersole | Resolved | Won't Fix | 2009-10-21 | 2017-02-10 | |
GRADLE-713 | TestNG tests not executed when @Test annotation is used for class | Tom Eyckmans | Tomek Kaczanowski | Resolved | Fixed | 2009-10-21 | 2013-01-04 |
GRADLE-714 | Allow tasks to use files with a specific 'ivy type' from a configuration | Ross Black | Resolved | Won't Fix | 2009-10-22 | 2017-02-10 | |
GRADLE-715 | Circular Runtime Project Dependencies cause stack overflow | Steve Appling | Resolved | Won't Fix | 2009-10-22 | 2017-02-10 | |
GRADLE-716 | Groups with TestNG do not work | Hans Dockter | Jason Porter | Resolved | Fixed | 2009-10-23 | 2013-01-04 |
GRADLE-717 | building from sources does not work - no "dists" task | Hans Dockter | Tomek Kaczanowski | Resolved | Fixed | 2009-10-23 | 2013-01-04 |
GRADLE-718 | Project dependency uses incorrect target project when the build contains multiple projects with the same name | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2009-10-24 | 2013-01-04 |
GRADLE-719 | Use project path in the dependency report to display project dependencies. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-10-26 | 2013-01-04 |
GRADLE-720 | Expose task to allow just generation of pom | Hans Dockter | Steve Ebersole | Resolved | Fixed | 2009-10-27 | 2013-01-04 |
GRADLE-721 | DefaultResolvedDependency.getAllArtifacts() loops forever when a cyclic dependency exists | Phil Messenger | Resolved | Won't Fix | 2009-10-29 | 2017-02-10 | |
GRADLE-722 | Null pointer exception in DefaultIvyReportConverter | Hans Dockter | Phil Messenger | Resolved | Fixed | 2009-10-29 | 2013-01-04 |
GRADLE-723 | allow override of dependencies used by plugins | Marcus Better | Resolved | Won't Fix | 2009-10-29 | 2017-01-16 | |
GRADLE-724 | Eclipse plugin should add additional source sets to .classpath | Hans Dockter | Peter Voss | Resolved | Fixed | 2009-11-02 | 2013-01-04 |
GRADLE-725 | War.libExcludeDependencies does not exclude transitive dependencies | Adam Murdoch | Nigel Charman | Resolved | Fixed | 2009-11-03 | 2013-01-04 |
GRADLE-726 | Provide Access to Runtime Classloader | Robert Fischer | Resolved | Won't Fix | 2009-11-04 | 2017-02-10 | |
GRADLE-727 | Option to specify Jetty's webDefaultXml | Jeppe Nejsum Madsen | Resolved | Won't Fix | 2009-11-05 | 2017-01-16 | |
GRADLE-728 | website section "Build Gradle from source" is outdated | Hans Dockter | René Gröschke | Resolved | Fixed | 2009-11-05 | 2013-01-04 |
GRADLE-729 | java.lang.VerifyError with upload to WebDAV repository | Hans Dockter | Jurgen Lust | Resolved | Fixed | 2009-11-06 | 2013-01-04 |
GRADLE-730 | Include and Exclude closures on Copy task don't work | Steve Appling | Steve Appling | Resolved | Fixed | 2009-11-06 | 2013-01-04 |
GRADLE-731 | Change Detection broken for files with a space in the first few characters | Adam Murdoch | Steve Appling | Resolved | Fixed | 2009-11-06 | 2013-01-04 |
GRADLE-732 | configurations.archives does not include default jar in java plugin | Philip Crotwell | Resolved | Won't Fix | 2009-11-10 | 2017-02-10 | |
GRADLE-733 | Allow better control of depencies | Steve Ebersole | Resolved | Duplicate | 2009-11-10 | 2017-01-24 | |
GRADLE-734 | Neither path nor baseDir may be null or empty string | Adam Murdoch | Spencer Allain | Resolved | Fixed | 2009-11-10 | 2013-01-04 |
GRADLE-735 | No Non-Central Maven Repo Example | Robert Fischer | Resolved | Fixed | 2009-11-10 | 2013-01-04 | |
GRADLE-736 | Directory task doesn't allow creation of build/gwt directory | Hans Dockter | Kirk Rasmussen | Resolved | Fixed | 2009-11-10 | 2013-01-04 |
GRADLE-737 | Redesign copy task to filter tokens in source directory | Uldis Karlovs-Karlovskis | Resolved | Not A Bug | 2009-11-11 | 2013-01-04 | |
GRADLE-738 | cobertura report not executed on test failure | Tomek Kaczanowski | Resolved | Fixed | 2009-11-11 | 2013-11-25 | |
GRADLE-739 | Better support for downloading dependencies with multiple ext types (jar and zip) and classifiers. | Daz DeBoer | Kirk Rasmussen | Resolved | Fixed | 2009-11-11 | 2013-01-04 |
GRADLE-740 | The archive destination dir should accept String/GString values. | Hans Dockter | Resolved | Won't Fix | 2009-11-12 | 2017-02-10 | |
GRADLE-741 | It should be possible not just to enhance but also to override the default metaInf value of an archive. | Hans Dockter | Resolved | Won't Fix | 2009-11-12 | 2017-02-10 | |
GRADLE-742 | Copy does not include files when using pattern with leading or inner ** | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-11-12 | 2013-01-04 |
GRADLE-743 | search up parent directories to find build.gradle | Philip Crotwell | Resolved | Won't Fix | 2009-11-13 | 2017-02-10 | |
GRADLE-744 | translateLibsTo14 task is broken in Gradle's build | Adam Murdoch | Steve Appling | Resolved | Fixed | 2009-11-13 | 2013-01-04 |
GRADLE-745 | Add a sync task | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-11-17 | 2013-01-04 |
GRADLE-746 | Name collision on variables vs task name confusion | Kirk Rasmussen | Resolved | Won't Fix | 2009-11-18 | 2017-02-10 | |
GRADLE-747 | Deletion of files not working (maybe?) | Hans Dockter | Kirk Rasmussen | Resolved | Fixed | 2009-11-18 | 2013-01-04 |
GRADLE-748 | Canoo Web testing Plugin | Barry MacMahon | Resolved | Won't Fix | 2009-11-19 | 2017-01-16 | |
GRADLE-749 | Provide a consistent mechanism to specify or modify the classpath for an external tool, such as jetty or groovy | Adam Murdoch | Resolved | Won't Fix | 2009-11-19 | 2017-02-10 | |
GRADLE-750 | Cache is not updated based on build file changes | Ken Sipe | Resolved | Won't Fix | 2009-11-19 | 2017-02-10 | |
GRADLE-751 | ecplise project for usePlugin "scala" should use scala eclipse nature and builder | Hans Dockter | Philip Crotwell | Resolved | Fixed | 2009-11-23 | 2013-01-04 |
GRADLE-752 | Maven plugin: provide an easy way to detect SNAPSHOTs | Erwan Lacoste | Resolved | Won't Fix | 2009-11-24 | 2017-02-10 | |
GRADLE-753 | gradle site - bad link on http://gradle.org/build.html | Hans Dockter | Tomek Kaczanowski | Resolved | Fixed | 2009-11-24 | 2013-01-04 |
GRADLE-754 | TestNG suiteXMLBuilder doesn't work | Adam Murdoch | Tomek Kaczanowski | Resolved | Fixed | 2009-11-24 | 2013-01-04 |
GRADLE-755 | Don't create jar if it has no input-files (as the default behavior) | Hans Dockter | Resolved | Won't Fix | 2009-11-25 | 2017-02-10 | |
GRADLE-756 | Conditional artifact publication | Ross Black | Resolved | Won't Fix | 2009-11-27 | 2017-02-10 | |
GRADLE-757 | ClassCastException when running test task | Adam Murdoch | Victor Iacoban | Resolved | Fixed | 2009-11-30 | 2013-01-04 |
GRADLE-758 | Eclipse configuration should be more flexible | Hans Dockter | Shaun Mangelsdorf | Resolved | Fixed | 2009-11-30 | 2013-01-04 |
GRADLE-760 | Transitive project dependencies are resolved one level to far if project dependency is resolved with transitive equals false | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-12-01 | 2013-01-04 |
GRADLE-761 | Resolve performance is slow for project dependencies when they are deeply nested. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-12-01 | 2013-01-04 |
GRADLE-762 | Output to GUI no longer streamed during a build | Steve Appling | Steve Appling | Resolved | Fixed | 2009-12-02 | 2013-01-04 |
GRADLE-763 | Create integration tests for GUI | Adam Murdoch | Resolved | Won't Fix | 2009-12-02 | 2017-01-16 | |
GRADLE-764 | Fix Gradle's developer build on windows | Adam Murdoch | Resolved | Fixed | 2009-12-02 | 2013-01-04 | |
GRADLE-765 | Improve granularity of command line reports | Hans Dockter | Hans Dockter | Resolved | Fixed | 2009-12-05 | 2013-01-04 |
GRADLE-766 | Circular dependency in maven repo causes infinite recursion | Adam Murdoch | Luke Taylor | Resolved | Fixed | 2009-12-06 | 2013-01-04 |
GRADLE-767 | Cannot use -C rebuild on windows for a build with a buildSrc project | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-12-06 | 2013-01-04 |
GRADLE-768 | Files with size 0 do not show up in archives | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2009-12-06 | 2013-01-04 |
GRADLE-769 | Allow signed jars to be created | Adam Murdoch | Resolved | Won't Fix | 2009-12-07 | 2017-02-10 | |
GRADLE-770 | Add an SCP task which supports CopySpecs | Adam Murdoch | Resolved | Won't Fix | 2009-12-07 | 2017-02-10 | |
GRADLE-771 | Handle name clashes between Gradle tasks and imported Ant targets | Luke Daley | Tomek Kaczanowski | Resolved | Fixed | 2009-12-07 | 2014-11-10 |
GRADLE-772 | Should be able to add arbitrary files to a sourceSet's resources, java, groovy, scala collections | Adam Murdoch | Resolved | Won't Fix | 2009-12-07 | 2017-02-10 | |
GRADLE-773 | Get transient dependencies of dependency projects with copyRecursive | Uldis Karlovs-Karlovskis | Resolved | Won't Fix | 2009-12-08 | 2017-02-10 | |
GRADLE-774 | Create a project report that discovers if newer versions of a dependency are available. | Philip Crotwell | Resolved | Duplicate | 2009-12-09 | 2017-02-03 | |
GRADLE-775 | Make TestListener work for TestNG | Adam Murdoch | John Murph | Resolved | Fixed | 2009-12-09 | 2013-01-04 |
GRADLE-776 | move buildSrc to src/build | Philip Crotwell | Resolved | Won't Fix | 2009-12-10 | 2017-02-10 | |
GRADLE-777 | rename build.gradle | Philip Crotwell | Resolved | Fixed | 2009-12-10 | 2017-01-25 | |
GRADLE-778 | Allow a plugin to be implemented as a build script | Adam Murdoch | Resolved | Won't Fix | 2009-12-10 | 2017-02-10 | |
GRADLE-779 | code in documentation should be highlighted | Tomek Kaczanowski | Resolved | Won't Fix | 2009-12-11 | 2017-02-10 | |
GRADLE-780 | War plugin should neither publish war archive nor disable the default jar task. | Hans Dockter | Resolved | Won't Fix | 2009-12-14 | 2017-02-10 | |
GRADLE-781 | Default Tasks | Ken Sipe | Resolved | Won't Fix | 2009-12-15 | 2017-02-10 | |
GRADLE-782 | Add a task to execute a Gradle build | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-12-15 | 2013-01-04 |
GRADLE-783 | Improve copy task and compilation reliability | Adam Murdoch | Uldis Karlovs-Karlovskis | Resolved | Fixed | 2009-12-21 | 2013-01-04 |
GRADLE-784 | Provide a 'provided' configuration | Mark Vieira | Steve Ebersole | Resolved | Fixed | 2009-12-21 | 2017-01-27 |
GRADLE-785 | Allow the cache directory to be defined per project | Jim Morris | Resolved | Won't Fix | 2009-12-26 | 2017-02-10 | |
GRADLE-786 | File content filtering is broken for the Tar task | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2009-12-26 | 2013-01-04 |
GRADLE-787 | Allow plugins to be applied to any domain object | Adam Murdoch | Resolved | Fixed | 2009-12-28 | 2016-02-12 | |
GRADLE-788 | Provide a way to use the local maven cache to resolve dependencies | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2009-12-31 | 2013-01-04 |
GRADLE-789 | Allow a URL to be used to specify a project's build file | Adam Murdoch | Resolved | Won't Fix | 2010-01-02 | 2017-02-10 | |
GRADLE-790 | usePlugin info for each plugin | Adam Murdoch | Tomek Kaczanowski | Resolved | Fixed | 2010-01-04 | 2013-01-04 |
GRADLE-791 | graphviz report does not work - repeated empty digraphs in dependencies.txt | Szczepan Faber | Tomek Kaczanowski | Resolved | Won't Fix | 2010-01-04 | 2013-01-04 |
GRADLE-792 | Dependency DSL should be available in init script | Adam Murdoch | Resolved | Fixed | 2010-01-04 | 2017-01-24 | |
GRADLE-793 | AntBuilder should be available in init script | Adam Murdoch | Resolved | Won't Fix | 2010-01-04 | 2017-02-10 | |
GRADLE-794 | Doesn't display skipped tasks on dry-run option | Gregory Boissinot | Resolved | Won't Fix | 2010-01-06 | 2017-02-10 | |
GRADLE-795 | Allow to use Groovy regex literal for the use in the rename method of the copy task. | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2010-01-12 | 2013-01-04 |
GRADLE-796 | Copy task should preserve file permissions | Peter Niederwieser | Adam Murdoch | Resolved | Fixed | 2010-01-12 | 2013-01-04 |
GRADLE-797 | Copy task should preserve symlinks | Adam Murdoch | Resolved | Won't Fix | 2010-01-12 | 2017-02-10 | |
GRADLE-798 | Allow for full customization of the pom dependencies created from Gradle dependencies | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-01-14 | 2013-01-04 |
GRADLE-799 | dos 8.3 formatted directories make builds fail | Adam Murdoch | Ian Bruyninckx | Resolved | Fixed | 2010-01-18 | 2013-01-04 |
GRADLE-800 | Allow a listener to be notified as tests are executed | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-01-18 | 2013-01-04 |
GRADLE-801 | make website wiki links to http://gradle.codehaus.org/ instead of http://docs.codehaus.org/display/GRADLE | Hans Dockter | Dierk Koenig | Resolved | Fixed | 2010-01-19 | 2013-01-04 |
GRADLE-802 | Add support for Ivy "deliver" functionality for dynamic artifacts | Alex Antonov | Resolved | Duplicate | 2010-01-19 | 2013-01-04 | |
GRADLE-803 | Implicit Project Execution in Multi-Project Builds and Support for Multiple settings.gradle Files | Thomas Glaeser | Resolved | Won't Fix | 2010-01-27 | 2017-02-10 | |
GRADLE-804 | Section 18.12. stopAtFailuresOrErrors was replaced by ignoreFailures | Hans Dockter | René Gröschke | Resolved | Fixed | 2010-01-28 | 2013-01-04 |
GRADLE-805 | Cannot maven install/deploy a project which has no main artifact and has artifacts with classifiers | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-01-29 | 2013-01-04 |
GRADLE-806 | Should use project directory as the working directory when executing TestNG tests | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-01-30 | 2013-01-04 |
GRADLE-807 | Provide the same set of fork options for Junit and TestNG test execution | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-01-30 | 2013-01-04 |
GRADLE-808 | Cannot maven install/deploy a project which contains a dependency in both a mapped and unmapped configuration | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-01-30 | 2013-01-04 |
GRADLE-809 | ResolvedDependency.getModuleVersion() does not return the actual dependency version for a dependency on a version range | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-02-01 | 2013-01-04 |
GRADLE-810 | Internal Gradle error with simple Grails build | Peter Ledbrook | Resolved | Won't Fix | 2010-02-06 | 2017-02-10 | |
GRADLE-811 | War overlays | Aaron Hamid | Resolved | Won't Fix | 2010-02-06 | 2017-02-08 | |
GRADLE-812 | Dependency report should show dependencies for the project build script | Adam Murdoch | Resolved | Fixed | 2010-02-06 | 2016-02-12 | |
GRADLE-813 | Can't choose root dir for build | Hans Dockter | Resolved | Won't Fix | 2010-02-07 | 2017-02-10 | |
GRADLE-814 | jettyRunWar task only runs once before UP-TO-DATE is printed and task is skipped | Adam Murdoch | Spencer Allain | Resolved | Fixed | 2010-02-08 | 2013-01-04 |
GRADLE-815 | Jetty should be able to deploy multiple wars | Spencer Allain | Resolved | Won't Fix | 2010-02-08 | 2017-01-16 | |
GRADLE-816 | 3rd-level transitive runtime dependencies are no longer resolved | Hans Dockter | Felix Gnass | Resolved | Fixed | 2010-02-09 | 2013-01-04 |
GRADLE-817 | help the build developer by listing available methods/properties | Dierk Koenig | Resolved | Won't Fix | 2010-02-09 | 2017-02-10 | |
GRADLE-818 | make project directory match case insensitive | Hans Dockter | Dierk Koenig | Resolved | Fixed | 2010-02-09 | 2013-01-04 |
GRADLE-819 | Allow plugins to use Gradle's integration test classes for their own tests | Luke Daley | Peter Ledbrook | Resolved | Won't Fix | 2010-02-10 | 2013-01-04 |
GRADLE-820 | JUnit related issue | Hans Dockter | Russel Winder | Resolved | Won't Fix | 2010-02-12 | 2013-01-04 |
GRADLE-821 | Got an NPE after resolving artifacts | Tomer Cohen | Resolved | Won't Fix | 2010-02-14 | 2017-02-10 | |
GRADLE-822 | NPE when executing upload archives task | Hans Dockter | Tomer Cohen | Resolved | Fixed | 2010-02-15 | 2013-01-04 |
GRADLE-823 | Allow included and excluded test categories to be specified in JUnit options | Adam Murdoch | Resolved | Fixed | 2010-02-16 | 2013-05-22 | |
GRADLE-824 | TestNG detection does not detect classes with @BeforeSuite, @BeforeTest, etc annotations | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-02-16 | 2013-01-04 |
GRADLE-825 | Using same directory for sources and resources creates duplicate src entry in .classpath file | Adam Murdoch | René Gröschke | Resolved | Fixed | 2010-02-17 | 2013-01-04 |
GRADLE-826 | Ivy.xml invalid when deploying artifacts with classifier | Hans Dockter | Gregory Boissinot | Resolved | Fixed | 2010-02-17 | 2013-01-04 |
GRADLE-827 | Task cannot call local methods - bug in metaclass | Peter Ledbrook | Resolved | Won't Fix | 2010-02-18 | 2017-02-10 | |
GRADLE-828 | gradle -v is very slow | Russel Winder | Tomek Kaczanowski | Resolved | Fixed | 2010-02-18 | 2013-01-04 |
GRADLE-829 | Add a native2ascii task based on Copy | Peter Ledbrook | Resolved | Won't Fix | 2010-02-19 | 2017-02-10 | |
GRADLE-830 | Non-existent task not handled properly | Russel Winder | Resolved | Won't Fix | 2010-02-19 | 2017-02-10 | |
GRADLE-831 | ArchiveIntegrationTest.canCreateATarArchive assumes umask of 022 | Russel Winder | Resolved | Fixed | 2010-02-20 | 2017-01-24 | |
GRADLE-832 | `gradle dependencies` should work if there are dependencies that can't be found and display what is missing | Paul Speed | Resolved | Fixed | 2010-02-22 | 2013-01-17 | |
GRADLE-833 | Implement easy way to add plugins to configurations | Peter Ledbrook | Resolved | Won't Fix | 2010-02-23 | 2017-02-10 | |
GRADLE-834 | UP-TO-DATE message | Philip Crotwell | Resolved | Fixed | 2010-02-23 | 2016-07-12 | |
GRADLE-835 | Cache downloaded scripts | Adam Murdoch | Resolved | Won't Fix | 2010-02-23 | 2017-02-10 | |
GRADLE-836 | TestNG - listeners problem (no report generated) | Hans Dockter | Tomek Kaczanowski | Resolved | Fixed | 2010-03-02 | 2013-01-04 |
GRADLE-837 | Configure closure can't delegate to convention methods | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2010-03-03 | 2013-01-04 |
GRADLE-838 | Can't make DefaultRepositoryHandler dynamic | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2010-03-03 | 2013-01-04 |
GRADLE-839 | Improvement of GradleLauncher usage | Alexander Carman | Resolved | Won't Fix | 2010-03-03 | 2017-02-10 | |
GRADLE-840 | Internal regX error | Adam Murdoch | Alexander Carman | Resolved | Fixed | 2010-03-03 | 2013-01-04 |
GRADLE-841 | MavenPom - Enhance to allow for more pom elements to be set | Hans Dockter | Shay Banon | Resolved | Fixed | 2010-03-04 | 2013-01-04 |
GRADLE-842 | Extract Java/Groovy/Scala base plugins. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-03-05 | 2013-01-04 |
GRADLE-843 | EclipseCp doesn't generate references to non-default sourceSet directories | Hans Dockter | Raul Piaggio | Resolved | Fixed | 2010-03-05 | 2013-01-04 |
GRADLE-844 | FileNotFoundException when gradlew is run while another gradlew instance is downloading the distribution | Adam Murdoch | Resolved | Fixed | 2010-03-06 | 2013-05-01 | |
GRADLE-845 | Getting an NPE when invoking uploadArchives | Hans Dockter | Tomer Cohen | Resolved | Fixed | 2010-03-07 | 2013-01-04 |
GRADLE-846 | If nested rules all create tasks and exception is thrown | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-03-09 | 2013-01-04 |
GRADLE-847 | TestNG tests fails if they throw exceptions (even expected) | Adam Murdoch | Tomek Kaczanowski | Resolved | Fixed | 2010-03-09 | 2013-01-04 |
GRADLE-848 | gradle -r fails with java.lang.UnsupportedOperationException | Hans Dockter | Tomek Kaczanowski | Resolved | Fixed | 2010-03-09 | 2013-01-04 |
GRADLE-849 | When publishing to ivy repositories Gradle uses _ | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-03-10 | 2013-01-04 |
GRADLE-850 | The new progress download counter does not work properly if terminal line is wrapped in terminal. | Hans Dockter | Resolved | Fixed | 2010-03-11 | 2013-01-04 | |
GRADLE-851 | archiveBaseName part in artifact's name is always in upper case | Hans Dockter | Zsolt Kúti | Resolved | Fixed | 2010-03-14 | 2013-01-04 |
GRADLE-852 | Empty archiveBaseName results in artifact's name starting with "-" | Hans Dockter | Zsolt Kúti | Resolved | Fixed | 2010-03-14 | 2013-01-04 |
GRADLE-853 | meaningless error message (NPE) if gradleVersion not set for wrapper task | Hans Dockter | Tomek Kaczanowski | Resolved | Fixed | 2010-03-14 | 2013-01-04 |
GRADLE-854 | A .java or .groovy file is not included in the resources of a source set even if explicitly included. | Hans Dockter | Resolved | Won't Fix | 2010-03-16 | 2017-01-24 | |
GRADLE-855 | Native JarJar archive task | Hans Dockter | Resolved | Won't Fix | 2010-03-16 | 2017-02-10 | |
GRADLE-856 | Use the path as a base for the project default group. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-03-17 | 2013-01-04 |
GRADLE-857 | buildSrc classes are not rebuilt when gradle version changes | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-03-17 | 2013-01-04 |
GRADLE-858 | Gradle Wrapper tasks writes incorrect URL for pre-release distributions | Hans Dockter | Russel Winder | Resolved | Fixed | 2010-03-19 | 2013-01-04 |
GRADLE-859 | rootDir and checkstyleConfigDir should be explained in the userguide | Tomek Kaczanowski | Resolved | Won't Fix | 2010-03-19 | 2017-02-10 | |
GRADLE-860 | Ant Exec has stale ant.project.properties in Gradle but in Groovy is OK. | Hans Dockter | Carlton Joseph | Resolved | Not A Bug | 2010-03-19 | 2013-01-04 |
GRADLE-861 | Please improve the error message when trying to use "null" as a dependency notation | Reinhard Mantey | Resolved | Fixed | 2010-03-22 | 2013-01-04 | |
GRADLE-862 | Please explain acronyms from userguide in the userguide | Hans Dockter | Reinhard Mantey | Resolved | Fixed | 2010-03-24 | 2013-01-04 |
GRADLE-863 | Execute test suites in libs / different directories | Lars Heuer | Resolved | Won't Fix | 2010-03-24 | 2017-02-03 | |
GRADLE-864 | Don't inject base manifest into each archive. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-03-24 | 2013-01-04 |
GRADLE-865 | Don't inject convention metainf into each archive. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-03-24 | 2013-01-04 |
GRADLE-866 | Remove manifest and metaInf from the JavaPluginConvention Object. | Hans Dockter | Resolved | Won't Fix | 2010-03-24 | 2017-02-10 | |
GRADLE-867 | The Java base plugin should add a factory method to the project to generate manifests. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-03-24 | 2013-01-04 |
GRADLE-868 | The OSGi plugin should add a factory method to the project to generate OSGi manifest. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-03-24 | 2013-01-04 |
GRADLE-869 | OsgiManifest should extend Manifest. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-03-24 | 2013-01-04 |
GRADLE-870 | The OSGi plugin should not add an osgi manifest to each archive. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-03-24 | 2013-01-04 |
GRADLE-871 | Provide a convenience mechanism to create properties from a file. | Hans Dockter | Resolved | Duplicate | 2010-03-24 | 2017-02-06 | |
GRADLE-872 | Copy not paying attention to upToDateWhen | Adam Murdoch | Jesse Eichar | Resolved | Fixed | 2010-03-24 | 2013-01-04 |
GRADLE-873 | The project should provide a mkdir method. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-03-25 | 2013-01-04 |
GRADLE-874 | Jetty will throw NullPointerException if project does not have a build file | Hans Dockter | Jesse Eichar | Resolved | Fixed | 2010-03-25 | 2013-01-04 |
GRADLE-875 | need 4 speed | Reinhard Mantey | Resolved | Won't Fix | 2010-03-25 | 2017-02-10 | |
GRADLE-876 | gradle.bat does not work when JAVA_HOME is set to a value containing spaces | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2010-03-25 | 2013-01-04 |
GRADLE-877 | gradle.bat should not require that JAVA_HOME be set when an appropriate java version is in the path | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2010-03-25 | 2013-01-04 |
GRADLE-878 | missing newline character when text is written to stderr | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-03-26 | 2013-01-04 |
GRADLE-879 | Support separate output folders in eclipse classpath | Hans Dockter | Felix Gnass | Resolved | Fixed | 2010-03-26 | 2013-01-04 |
GRADLE-880 | Internal error when incremental build is used after a nested build is executed | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-03-29 | 2013-01-04 |
GRADLE-881 | buildSrc artifacts are not rebuilt when source outside the buildSrc directory changes | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-03-30 | 2013-01-04 |
GRADLE-882 | The with method of a copyspec should allow for multiple arguments. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-03-30 | 2013-01-04 |
GRADLE-883 | Using groovydoc links causes an exception. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-03-30 | 2013-01-04 |
GRADLE-884 | An archive should provide a buildable file collection for the generated archive. | Hans Dockter | Resolved | Fixed | 2010-03-30 | 2013-01-04 | |
GRADLE-885 | Wrapper behavior is different from that of gardle with regards to proxy properties | Hans Dockter | Alex Shneyderman | Resolved | Fixed | 2010-03-30 | 2013-01-04 |
GRADLE-886 | Run multiple projects within a single jetty instance | Jesse Eichar | Resolved | Won't Fix | 2010-03-31 | 2017-01-16 | |
GRADLE-887 | improve user guide "writing custom plugins" section | Adam Murdoch | Hamlet D'Arcy | Resolved | Fixed | 2010-04-02 | 2013-01-04 |
GRADLE-888 | Gradle Integration with Sonar | Peter Niederwieser | Pratik Parikh | Resolved | Fixed | 2010-04-03 | 2013-01-04 |
GRADLE-889 | def var = 'taskname'; task (var) { } creates a task called 'var', not 'taskname' | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-04-03 | 2013-01-04 |
GRADLE-890 | Confusing message when throwing exception within taskGraph.whenReady closure. | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2010-04-06 | 2013-01-04 |
GRADLE-891 | No version lazy evaluation for additional jars used as project dependencies. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-04-06 | 2013-01-04 |
GRADLE-892 | Project should provide a native delete method. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-04-07 | 2013-01-04 |
GRADLE-893 | Make ConfigurableFileTree buildable. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-04-07 | 2013-01-04 |
GRADLE-894 | InputDirectoryPropertyAnnotationHandler should allow a ConfigurableFileTree as an valid input. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-04-07 | 2013-01-04 |
GRADLE-895 | Let a TaskDependency accept an Iterable. That way a TaskContainer can be a dependency. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-04-07 | 2013-01-04 |
GRADLE-896 | The matching method of a DomainObjectContainer should also take a closure as a spec. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-04-07 | 2013-01-04 |
GRADLE-897 | Gradle's SLF4J bindings are visible to webapp run with the Jetty plugin | Jeppe Nejsum Madsen | Resolved | Won't Fix | 2010-04-08 | 2016-11-22 | |
GRADLE-898 | Automatically detect and attach source/javadoc JARs to Eclipse projects | Hans Dockter | Andrew Schetinin | Resolved | Fixed | 2010-04-09 | 2013-01-04 |
GRADLE-899 | syntactic sugar for dependencies with same group and version | Tomek Kaczanowski | Resolved | Won't Fix | 2010-04-10 | 2017-01-24 | |
GRADLE-900 | If a configuration is set to transitive = false, the transitive attribute of a dependency is ignored. | Steven Devijver | Resolved | Won't Fix | 2010-04-11 | 2017-02-10 | |
GRADLE-901 | ConcurrentModificationException when adding a listener in the initscript | Adam Murdoch | Tomer Cohen | Resolved | Fixed | 2010-04-11 | 2013-01-04 |
GRADLE-902 | Antlr plugin should support Antrl 3 | Adam Murdoch | Resolved | Duplicate | 2010-04-11 | 2017-01-24 | |
GRADLE-903 | Test task does not handle the case where tests install a SecurityManager | Adam Murdoch | Resolved | Won't Fix | 2010-04-12 | 2017-02-10 | |
GRADLE-904 | Gradle creates invalid / non-standard conform jars? | Adam Murdoch | Lars Heuer | Resolved | Fixed | 2010-04-12 | 2013-01-04 |
GRADLE-905 | OSGi plugin does not create the declarative service description if someone is using the aQute annotations | Lars Heuer | Resolved | Won't Fix | 2010-04-12 | 2017-02-10 | |
GRADLE-906 | project-reports plugin broken | Hans Dockter | Steve Appling | Resolved | Fixed | 2010-04-13 | 2013-01-04 |
GRADLE-907 | Output of Java util logging used by tests ends up on Gradle console, rather than in the junit report | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-04-13 | 2013-01-04 |
GRADLE-908 | Break the build when an internal error occurs running the tests | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-04-13 | 2013-01-04 |
GRADLE-909 | Dependency Cache Broken | Adam Murdoch | Steve Appling | Resolved | Fixed | 2010-04-16 | 2013-01-04 |
GRADLE-910 | Allow project objects to be assigned as project dependencies in the dependencies section. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-04-17 | 2013-01-04 |
GRADLE-911 | Allow to specify rules for dependencies added to a configuration. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-04-17 | 2013-01-04 |
GRADLE-912 | If uploadArchives task fails, the user gets a non-informative NoSuchElementException | Tomer Cohen | Resolved | Won't Fix | 2010-04-19 | 2017-02-10 | |
GRADLE-913 | Remove Directory Task | Hans Dockter | Resolved | Fixed | 2010-04-19 | 2017-01-24 | |
GRADLE-914 | A configuration does not contain the jars of the project when the project is included in a project dependency cycle | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-04-19 | 2013-01-04 |
GRADLE-915 | gradle --dependencies loops forever when there is a cycle in the dependency graph | Luke Daley | Adam Murdoch | Resolved | Fixed | 2010-04-19 | 2013-01-04 |
GRADLE-916 | Always evaluate convention values by default. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-04-21 | 2013-01-04 |
GRADLE-917 | ConcurrentModificationException in DefaultTaskExecuter.executeActions(DefaultTaskExecuter.java:51) | Philip Crotwell | Resolved | Duplicate | 2010-04-21 | 2013-05-07 | |
GRADLE-918 | document new incremental build for custom tasks | Philip Crotwell | Resolved | Won't Fix | 2010-04-21 | 2017-02-10 | |
GRADLE-919 | Compile configuration should be resolved transitively. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-04-22 | 2013-01-04 |
GRADLE-920 | Generated Ivy.xml have the filePath attribute, and causing the ivyparser to fail. | Hans Dockter | Tomer Cohen | Resolved | Fixed | 2010-04-22 | 2013-01-04 |
GRADLE-921 | JavaDoc header field not settable | Hans Dockter | Russel Winder | Resolved | Fixed | 2010-04-24 | 2013-01-04 |
GRADLE-922 | Wrong name of the parameter with doclet path in javadoc options | Hans Dockter | Jiri Mares | Resolved | Fixed | 2010-04-26 | 2013-01-04 |
GRADLE-923 | NPE while compiling | Hans Dockter | Tomer Cohen | Resolved | Fixed | 2010-04-26 | 2013-01-04 |
GRADLE-924 | After build, the generated ivy.xml and pom.xml do not match in the build dir | Hans Dockter | Tomer Cohen | Resolved | Fixed | 2010-04-27 | 2013-01-04 |
GRADLE-925 | NPE When trying to upload to a remote repository, but the remote repository is offline. | Tomer Cohen | Resolved | Won't Fix | 2010-04-28 | 2017-02-10 | |
GRADLE-926 | Execute tests in parallel | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-04-30 | 2013-01-04 |
GRADLE-927 | Provide native support for javaexec and exec in form of tasks and methods. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-05-01 | 2013-01-04 |
GRADLE-928 | GUI should display ProgressLogger events | Adam Murdoch | Resolved | Won't Fix | 2010-05-04 | 2017-01-16 | |
GRADLE-929 | GUI should store config file in ~/.gradle or $projectDir/.gradle directory | Adam Murdoch | Resolved | Won't Fix | 2010-05-04 | 2017-01-16 | |
GRADLE-930 | SocketException when running buildSrc tests | Adam Murdoch | Marcus Better | Resolved | Fixed | 2010-05-05 | 2013-01-04 |
GRADLE-931 | SourceSet not serializable | Hans Dockter | Resolved | Won't Fix | 2010-05-05 | 2017-02-10 | |
GRADLE-932 | The checkstyle plugin doesn't support the configurl attribute | Michael Parmeley | Resolved | Won't Fix | 2010-05-06 | 2017-02-10 | |
GRADLE-933 | GUI does not work when ipv4 not available | Adam Murdoch | Resolved | Won't Fix | 2010-05-06 | 2017-01-16 | |
GRADLE-934 | War: fail when duplcate entry is found | Marc Guillemot | Resolved | Won't Fix | 2010-05-07 | 2017-02-10 | |
GRADLE-935 | Ivy.xml file created with 1.0 ivy-module version rather than 2.0 | Michael Parmeley | Resolved | Won't Fix | 2010-05-10 | 2017-02-10 | |
GRADLE-936 | Artificat descriptor in ivy.xml file is created with non-existent attribute | Hans Dockter | Michael Parmeley | Resolved | Fixed | 2010-05-10 | 2013-01-04 |
GRADLE-937 | The type attribute of the artifact tag in ivy.xml is not set appropriately for javadoc and sources | Hans Dockter | Michael Parmeley | Resolved | Fixed | 2010-05-10 | 2013-01-04 |
GRADLE-938 | the uploadArchives task doesn't upload sources and javadoc jars to an Ivy repository | Hans Dockter | Michael Parmeley | Resolved | Fixed | 2010-05-10 | 2013-01-04 |
GRADLE-939 | src/test/resources not added to classpath intermittently | Daniel Bower | Resolved | Won't Fix | 2010-05-14 | 2017-02-10 | |
GRADLE-940 | Provide support for ivy extra attributes | Kurt Harriger | Resolved | Duplicate | 2010-05-15 | 2014-04-02 | |
GRADLE-941 | Integration tests should all share the same user home dir | Adam Murdoch | Resolved | Fixed | 2010-05-19 | 2013-01-04 | |
GRADLE-942 | NPE in test process when running shutdown hook which uses Java util logging | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-05-20 | 2013-01-04 |
GRADLE-943 | Provide some way to delete the output of a given task | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-05-20 | 2013-01-04 |
GRADLE-944 | StackOverflowError with circular multiproject dependency | Philip Crotwell | Resolved | Won't Fix | 2010-05-21 | 2017-02-10 | |
GRADLE-945 | AssertionError when Junit @BeforeClass or @AfterClass method throws an exception | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-05-23 | 2013-01-04 |
GRADLE-946 | provide some way to determine the git commit used to build a Gradle snapshot or release | Adam Murdoch | Resolved | Fixed | 2010-05-24 | 2014-04-06 | |
GRADLE-947 | Add gzip support to TarFileTree | Brian Sanders | Resolved | Fixed | 2010-05-26 | 2013-01-04 | |
GRADLE-948 | Archive Task does not support type field | Hans Dockter | Gretar Rafn Arnason | Resolved | Fixed | 2010-05-27 | 2013-01-04 |
GRADLE-949 | A subproject will check the cache for a jar instead of the jar produced by the dependency | Hans Dockter | Ernesto Morales-Perea | Resolved | Fixed | 2010-05-27 | 2013-01-04 |
GRADLE-950 | java plugin test task passes core system properties to forked vm | Hans Dockter | Szczepan Faber | Resolved | Fixed | 2010-06-01 | 2013-01-04 |
GRADLE-951 | The wording around forkEvery | Szczepan Faber | Szczepan Faber | Resolved | Won't Fix | 2010-06-01 | 2013-01-04 |
GRADLE-952 | JUnit on compile class path doesn't make it to testRuntime class path | Adam Murdoch | Peter Niederwieser | Resolved | Fixed | 2010-06-01 | 2013-01-04 |
GRADLE-953 | Test task is broken on windows 64-bit jvm | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-06-01 | 2013-01-04 |
GRADLE-954 | test plugin forks java in different working directory than gradle | Szczepan Faber | Szczepan Faber | Resolved | Not A Bug | 2010-06-02 | 2013-01-04 |
GRADLE-955 | test task currentDir property fails badly if String passed | Adam Murdoch | Szczepan Faber | Resolved | Fixed | 2010-06-02 | 2013-01-04 |
GRADLE-956 | UnsupportedOperationException in up-to-date checking | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-06-03 | 2013-01-04 |
GRADLE-957 | When doing an apply from, there is no way to authenticate if it is a remote url | Tomer Cohen | Resolved | Won't Fix | 2010-06-07 | 2017-02-10 | |
GRADLE-958 | the uploadArchives task sends the artifact more than once. | Tomer Cohen | Resolved | Won't Fix | 2010-06-07 | 2017-02-10 | |
GRADLE-959 | Make PublishArtifacts configurable | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-06-08 | 2013-01-04 |
GRADLE-960 | outputs.files and inputs.files not mentioned in the userguide | Tomek Kaczanowski | Resolved | Duplicate | 2010-06-08 | 2013-01-18 | |
GRADLE-961 | clarify documentation for setting plugin parameters | Dan Tanner | Resolved | Fixed | 2010-06-08 | 2017-01-16 | |
GRADLE-962 | When building a project, Gradle tries to find the dependency jars in the cache first even though they may be out of date | Hans Dockter | Tomer Cohen | Resolved | Fixed | 2010-06-08 | 2013-01-04 |
GRADLE-963 | version number not in default jar artifact | Philip Crotwell | Resolved | Won't Fix | 2010-06-08 | 2017-02-10 | |
GRADLE-964 | NullPTR in dependencyReport | Philip Crotwell | Resolved | Won't Fix | 2010-06-08 | 2017-02-10 | |
GRADLE-965 | Let the executable be configurable for the Javadoc task. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-06-08 | 2013-01-04 |
GRADLE-966 | idea plugin should add buildSrc project | Adam Murdoch | Resolved | Won't Fix | 2010-06-08 | 2017-02-10 | |
GRADLE-967 | idea plugin should exclude .gradle dir and possibly build dir too | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2010-06-08 | 2013-01-04 |
GRADLE-968 | gradle.bat, had to use [-Dgradle.home=%GRADLE_HOME%] instead of [-Dgradle.home="%GRADLE_HOME%"], no double-quotes around %GRADLE_HOME% | Hans Dockter | Evgeny Goldin | Resolved | Fixed | 2010-06-09 | 2013-01-04 |
GRADLE-969 | Have javadoc task render groups in the order they were defined | Adam Murdoch | Steve Ebersole | Resolved | Fixed | 2010-06-09 | 2013-01-04 |
GRADLE-970 | Allow @Input on "complex type" attributes | Steve Ebersole | Resolved | Fixed | 2010-06-09 | 2016-02-12 | |
GRADLE-971 | fileMode not working for the copy task | Marc Guillemot | Resolved | Fixed | 2010-06-10 | 2013-01-04 | |
GRADLE-972 | Gradle doesn't put a dependency section in ivy.xml | Hans Dockter | Michael Parmeley | Resolved | Fixed | 2010-06-10 | 2013-01-04 |
GRADLE-973 | NullPointerException | Adam Murdoch | Philip Crotwell | Resolved | Fixed | 2010-06-11 | 2013-01-04 |
GRADLE-974 | Gradle/JUnit does not capture failing test | Adam Murdoch | Misha Koshelev | Resolved | Fixed | 2010-06-11 | 2013-01-04 |
GRADLE-975 | IDEA plugin should not add source directories which do not exist | Peter Niederwieser | Adam Murdoch | Resolved | Fixed | 2010-06-13 | 2013-01-04 |
GRADLE-976 | IDEA plugin should only create a .iws file for the .ipr file, rather than a .iws file for each .iml file | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2010-06-13 | 2013-01-04 |
GRADLE-977 | Gradle converts existing manifest attribute names to lower case when importing | Hans Dockter | Bryan Keller | Resolved | Fixed | 2010-06-13 | 2013-01-04 |
GRADLE-978 | Gradle adds an extra line feed when generating a manifest | Hans Dockter | Bryan Keller | Resolved | Not A Bug | 2010-06-13 | 2013-01-04 |
GRADLE-979 | Add info on dependency basics | Zsolt Kúti | Resolved | Fixed | 2010-06-15 | 2017-01-24 | |
GRADLE-980 | generated ivy.xml is not valid | Hans Dockter | Tomer Cohen | Resolved | Fixed | 2010-06-15 | 2013-01-04 |
GRADLE-981 | Have separately cached dependencies if they come from different repositories. | Adam Murdoch | Hans Dockter | Resolved | Fixed | 2010-06-15 | 2013-01-04 |
GRADLE-982 | Jar task fails when the osgi plugin is applied to a project with no source files | Adam Murdoch | Resolved | Won't Fix | 2010-06-15 | 2017-02-10 | |
GRADLE-983 | idea plugin destroys the formatting of copyright profiles in existing .ipr file | Adam Murdoch | Resolved | Won't Fix | 2010-06-16 | 2017-02-10 | |
GRADLE-984 | Invalid relative path in IDEA iml on Windows when user home drive != project drive | Hans Dockter | Brian Sanders | Resolved | Fixed | 2010-06-16 | 2013-01-04 |
GRADLE-985 | improve error messages for new user with missing build.gradle or src | Philip Crotwell | Resolved | Won't Fix | 2010-06-16 | 2017-02-10 | |
GRADLE-986 | heap and cache file leak each time the set of output file paths for a task chage | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-06-16 | 2013-01-04 |
GRADLE-987 | SourceSets should understand the concept of generated source | Adam Murdoch | Resolved | Won't Fix | 2010-06-16 | 2017-02-10 | |
GRADLE-988 | Script based plugins are too slow | Adam Murdoch | Steve Appling | Resolved | Fixed | 2010-06-17 | 2013-01-04 |
GRADLE-989 | deploy task for Maven plugin | Steve Ebersole | Resolved | Won't Fix | 2010-06-17 | 2017-02-10 | |
GRADLE-990 | adding a project dependency should implicitly add a evaluationDependsOn on that project as well | Steve Ebersole | Resolved | Won't Fix | 2010-06-18 | 2017-02-10 | |
GRADLE-991 | Add support for extra Ivy dependency pattern elements | Alex Antonov | Resolved | Won't Fix | 2010-06-18 | 2017-02-10 | |
GRADLE-992 | Idea (IntelliJ) plugin does not honor buildDirName | Hans Dockter | Steve Ebersole | Resolved | Fixed | 2010-06-18 | 2013-01-04 |
GRADLE-993 | Starting Swing application with ant task may fail on OsX | David Rosell | Resolved | Won't Fix | 2010-06-19 | 2017-02-10 | |
GRADLE-994 | Have SourceSets track the stuff they contribute to their classes dir | Steve Ebersole | Resolved | Won't Fix | 2010-06-21 | 2017-02-02 | |
GRADLE-995 | Would be nice if the idea plugin set up exlude dirs | Hans Dockter | Steve Ebersole | Resolved | Fixed | 2010-06-21 | 2013-01-04 |
GRADLE-996 | The idea plugin does not seem to be using the "template project settings" when creating the project | Steve Ebersole | Resolved | Won't Fix | 2010-06-21 | 2017-02-10 | |
GRADLE-997 | Allow plugins to be applied from the command line. | Hans Dockter | Resolved | Won't Fix | 2010-06-21 | 2017-02-10 | |
GRADLE-998 | Detailed flow of gradle lifecycle | Jason Porter | Resolved | Won't Fix | 2010-06-22 | 2017-02-10 | |
GRADLE-999 | Provide for different types of tests | Steve Ebersole | Resolved | Won't Fix | 2010-06-22 | 2017-02-10 | |
GRADLE-1000 | Use source set compile/runtime classpath for determining dependencies. | Hans Dockter | Resolved | Incomplete | 2010-06-22 | 2013-01-23 | |
GRADLE-1001 | Make it easy to copy a single file to a different file name. | Hans Dockter | Resolved | Won't Fix | 2010-06-22 | 2017-02-10 | |
GRADLE-1002 | Provide move functionality. | Hans Dockter | Resolved | Won't Fix | 2010-06-22 | 2017-02-10 | |
GRADLE-1003 | When artifacts are uploaded the message says downloading. | Hans Dockter | Hans Dockter | Resolved | Fixed | 2010-06-22 | 2013-01-04 |
GRADLE-1004 | ConcurrentModificationException in tasks.allTasks { } when the closure adds a task | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-06-22 | 2013-01-04 |
GRADLE-1005 | Dependency resolving fails for certain maven artifacts | Luke Daley | Zsolt Kúti | Resolved | Fixed | 2010-06-23 | 2013-01-04 |
GRADLE-1006 | Expose convenient handling of annotation processors during compile for JDK >= 1.6 | Steve Ebersole | Resolved | Won't Fix | 2010-06-23 | 2017-02-02 | |
GRADLE-1007 | dependencyReport does not notice updates to build.gradle | Philip Crotwell | Resolved | Fixed | 2010-06-24 | 2016-12-07 | |
GRADLE-1008 | Add jar property to JavaExec spec for executing jars with main manifest entries. | Hans Dockter | Resolved | Won't Fix | 2010-06-25 | 2017-02-10 | |
GRADLE-1009 | Allow configuration option for seeing test output on the console. | Szczepan Faber | Hans Dockter | Resolved | Fixed | 2010-06-25 | 2013-01-04 |
GRADLE-1010 | Add project setting (similar to sourceCompatibility/targetCompatibility) for source encoding and have Compile task use it | Steve Ebersole | Resolved | Won't Fix | 2010-06-29 | 2017-02-10 | |
GRADLE-1011 | Idea module javaVersion and "language level" | Szczepan Faber | Steve Ebersole | Resolved | Fixed | 2010-06-29 | 2013-01-04 |
GRADLE-1012 | Provide a way to set a property in an initscript closure that is accessible from outside the closure | Hans Dockter | Resolved | Won't Fix | 2010-06-30 | 2017-02-10 | |
GRADLE-1013 | Provide convenience methods for using the BuildListener hooks. | Hans Dockter | Resolved | Fixed | 2010-06-30 | 2016-02-12 | |
GRADLE-1014 | project dependency with file instead of multiproject | Philip Crotwell | Resolved | Fixed | 2010-06-30 | 2017-02-08 | |
GRADLE-1015 | JavaDocOfflineLink created with wrong quotes | Hans Dockter | Markus Schlichting | Resolved | Fixed | 2010-06-30 | 2013-01-04 |
GRADLE-1016 | Documentation typos in | Hans Dockter | Chris Beams | Resolved | Fixed | 2010-07-01 | 2013-01-04 |
GRADLE-1017 | Gradle ignores the contents of a build script which contains a package statement | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-07-02 | 2013-01-04 |
GRADLE-1018 | IDEA plugin should automatically add Scala facet to module | David Rosell | Resolved | Fixed | 2010-07-05 | 2013-03-11 | |
GRADLE-1019 | Provide a hook to tell Gradle in which order to run test classes | Peter Niederwieser | Resolved | Won't Fix | 2010-07-05 | 2017-02-10 | |
GRADLE-1020 | Add a timeout for running tests | Hans Dockter | Resolved | Won't Fix | 2010-07-07 | 2017-02-10 | |
GRADLE-1021 | Allow Gradle to be run from the root of a project with build.gradle inside master/ | Levi Hoogenberg | Resolved | Won't Fix | 2010-07-07 | 2017-02-10 | |
GRADLE-1022 | War includes source jars from other projects when a project dependency is used | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-07-07 | 2013-01-04 |
GRADLE-1023 | Files end up in the wrong place in a war when using webInf { into ... } | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-07-07 | 2013-01-04 |
GRADLE-1024 | Documentation example is not working | Andrew Schetinin | Resolved | Won't Fix | 2010-07-08 | 2017-02-10 | |
GRADLE-1025 | don't force users to declare buildscript { } classpath for gradle's own idea plugin | Hans Dockter | Chris Beams | Resolved | Fixed | 2010-07-10 | 2013-01-04 |
GRADLE-1026 | Support task visibility | Chris Beams | Resolved | Won't Fix | 2010-07-10 | 2017-02-10 | |
GRADLE-1027 | Support configuration of additional classpath containers in eclipseCp task in the Eclipse plugin | Hans Dockter | Stefan De Boey | Resolved | Fixed | 2010-07-11 | 2013-01-04 |
GRADLE-1028 | Pom generation should raise warning or error if maven exclude group is not translatable | Chris Beams | Resolved | Won't Fix | 2010-07-12 | 2017-02-10 | |
GRADLE-1029 | add captureStandardError() method on Task API to mirror existing captureStandardOutput() | Adam Murdoch | Chris Beams | Resolved | Fixed | 2010-07-12 | 2013-01-04 |
GRADLE-1030 | Eclipse configuration is broken for web applications | Hans Dockter | Jan Ehrhardt | Resolved | Fixed | 2010-07-12 | 2013-01-04 |
GRADLE-1031 | OSGi Manifest ignores attributes | Hans Dockter | John Gibson | Resolved | Fixed | 2010-07-12 | 2013-01-04 |
GRADLE-1032 | Add ScalaTest support | Adam Murdoch | Resolved | Won't Fix | 2010-07-12 | 2017-02-10 | |
GRADLE-1033 | Tests are not executed when classes under test change | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-07-14 | 2013-01-04 |
GRADLE-1034 | Compilation failure when java source file is moved from source set's groovy or scala src dir to java src dir | Adam Murdoch | Resolved | Won't Fix | 2010-07-14 | 2017-02-10 | |
GRADLE-1035 | Provide a 'maven central' plugin to ease deployment of artifacts and ensure well-formed poms | Chris Beams | Resolved | Won't Fix | 2010-07-15 | 2017-02-10 | |
GRADLE-1036 | clarify documentation on how to set the an IDEA path variable in the ideaModule task | Hans Dockter | Dan Tanner | Resolved | Fixed | 2010-07-15 | 2013-01-04 |
GRADLE-1037 | Provide conflict resolution for dependencies that contain the same classes but which have different (group, name) ids | Adam Murdoch | Resolved | Won't Fix | 2010-07-15 | 2017-02-10 | |
GRADLE-1038 | Allow to specify a timeout interval for Maven snapshots. | Hans Dockter | Resolved | Fixed | 2010-07-16 | 2013-01-04 | |
GRADLE-1039 | Maven deployer ignores user's settings.xml | John Gibson | Resolved | Duplicate | 2010-07-18 | 2017-01-24 | |
GRADLE-1040 | Cannot create task from buildSrc after upgrading from previous Gradle version | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-07-18 | 2013-01-04 |
GRADLE-1041 | idea plugin for dir-based configuration | Markus Schlichting | Resolved | Duplicate | 2010-07-19 | 2017-02-08 | |
GRADLE-1042 | Inherited dependencies are not included in the generated pom | Adam Murdoch | Resolved | Won't Fix | 2010-07-19 | 2017-02-10 | |
GRADLE-1043 | Confusing behaviour when using CopySpec.from() in a fluent style | Adam Murdoch | Resolved | Won't Fix | 2010-07-20 | 2017-02-10 | |
GRADLE-1044 | Fluent style CopySpec configuration is broken | Steve Appling | Resolved | Won't Fix | 2010-07-20 | 2017-02-10 | |
GRADLE-1045 | IDEA plugin adds 'clean' and 'assemble' tasks to project | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2010-07-21 | 2013-01-04 |
GRADLE-1046 | Task name 'eclipseClean' is not consistent with the 'clean | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2010-07-21 | 2013-01-04 |
GRADLE-1047 | Simplify output of gradle -t | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-07-22 | 2013-01-04 |
GRADLE-1048 | Provide nailgun integration for greater command-line responsiveness | Adam Murdoch | Chris Beams | Resolved | Won't Fix | 2010-07-22 | 2013-01-04 |
GRADLE-1049 | updated remote snapshot artifact during multiproject build causes exception | Daz DeBoer | René Gröschke | Resolved | Fixed | 2010-07-22 | 2013-01-04 |
GRADLE-1050 | Jar task should merge entries, not create duplicates, at least by default. | John Roth | Resolved | Fixed | 2010-07-24 | 2017-02-08 | |
GRADLE-1051 | file() and files() should handle http urls | Adam Murdoch | Resolved | Won't Fix | 2010-07-24 | 2017-02-10 | |
GRADLE-1052 | Gradle sometimes does not rebuild out-of-date classes which have been built by other Gradle versions and external tools | Adam Murdoch | Resolved | Won't Fix | 2010-07-24 | 2017-02-10 | |
GRADLE-1053 | idea task in Gradle's build almost always fails on windows | Adam Murdoch | Resolved | Cannot Reproduce | 2010-07-25 | 2013-01-04 | |
GRADLE-1054 | IDEA plugin should generate a project file which contains everything that the Gradle plugin for IDEA needs | Adam Murdoch | Resolved | Won't Fix | 2010-07-25 | 2013-11-11 | |
GRADLE-1055 | If multiple taskGraph.whenReady hooks throw a non-internal exception the stacktrace is shown. | Hans Dockter | Resolved | Won't Fix | 2010-07-26 | 2017-02-10 | |
GRADLE-1056 | eclipse plugin duplicates src/main/java entry in .classpath | Philip Crotwell | Resolved | Fixed | 2010-07-27 | 2013-01-04 | |
GRADLE-1057 | Gradle should recognise external style dependency declarations which refer to a project in the same build and treat them as project dependencies | Adam Murdoch | Resolved | Won't Fix | 2010-07-28 | 2017-02-10 | |
GRADLE-1058 | Remove additional 'time' listing from console output | Hans Dockter | Chris Beams | Resolved | Fixed | 2010-07-28 | 2013-01-04 |
GRADLE-1059 | Provide command line options for more or less verbose task listings | Hans Dockter | Chris Beams | Resolved | Fixed | 2010-07-28 | 2013-01-04 |
GRADLE-1060 | Reconsider taskGroup naming | Adam Murdoch | Chris Beams | Resolved | Fixed | 2010-07-28 | 2013-01-04 |
GRADLE-1061 | Provide support for project descriptions | Hans Dockter | Chris Beams | Resolved | Fixed | 2010-07-28 | 2013-01-04 |
GRADLE-1063 | Optionally omit Ivy logging output when running gradle with -i option | Chris Beams | Resolved | Fixed | 2010-07-28 | 2013-01-04 | |
GRADLE-1064 | Provide built-in support for executing a single test | Hans Dockter | Chris Beams | Resolved | Fixed | 2010-07-28 | 2013-01-04 |
GRADLE-1065 | Optionally allow for printing test failure stack traces to the console | Chris Beams | Resolved | Won't Fix | 2010-07-28 | 2017-02-10 | |
GRADLE-1066 | Provide support for declaring repositories on a per-artifact basis | Chris Beams | Resolved | Duplicate | 2010-07-28 | 2017-02-08 | |
GRADLE-1067 | -t task listing in a multi-project build should show the unique set of tasks across all projects | Chris Beams | Resolved | Fixed | 2010-07-28 | 2013-01-04 | |
GRADLE-1068 | Provide DSL documentation | Chris Beams | Resolved | Fixed | 2010-07-28 | 2013-01-04 | |
GRADLE-1069 | Provide bash completion support | Eric Wendelin | Chris Beams | Resolved | Fixed | 2010-07-28 | 2017-01-23 |
GRADLE-1070 | GUI should group tasks in the same way that gradle -t does | Adam Murdoch | Resolved | Won't Fix | 2010-07-28 | 2017-01-16 | |
GRADLE-1071 | Use war plugin configuration to preconfigure the EclipseWtp task. | Hans Dockter | Resolved | Won't Fix | 2010-07-28 | 2017-02-10 | |
GRADLE-1072 | gradle repeatedly attempts to download pom files for "@war" dependency | Luke Taylor | Resolved | Won't Fix | 2010-07-28 | 2017-02-10 | |
GRADLE-1073 | Gradle daemon should gracefully handle version changes | Adam Murdoch | Chris Beams | Resolved | Fixed | 2010-07-28 | 2013-01-04 |
GRADLE-1074 | Add eclipse variables to workspace. | Hans Dockter | Resolved | Won't Fix | 2010-07-28 | 2017-02-10 | |
GRADLE-1075 | No dynamic console output if Gradle is used with the mintty shell for cygwin. | Hans Dockter | Resolved | Won't Fix | 2010-07-29 | 2017-02-10 | |
GRADLE-1076 | task group 'Ide' should be 'IDE' | Hans Dockter | Chris Beams | Resolved | Fixed | 2010-07-29 | 2013-01-04 |
GRADLE-1077 | Provide declarative support for 'enabling all warnings' | Chris Beams | Resolved | Won't Fix | 2010-07-29 | 2017-02-10 | |
GRADLE-1078 | eclipse .classpath generation should order source folders per usual conventions | Peter Niederwieser | Chris Beams | Resolved | Fixed | 2010-07-29 | 2013-01-04 |
GRADLE-1079 | Eclipse .classpath generation should not force users to manually create a GRADLE_CACHE classpath variable | Chris Beams | Resolved | Fixed | 2010-07-29 | 2013-01-04 | |
GRADLE-1080 | Eclipse .project merging creates significant whitespace diffs | Peter Niederwieser | Chris Beams | Resolved | Fixed | 2010-07-29 | 2013-01-04 |
GRADLE-1081 | Allow for capturing output / logging events from JCL | Chris Beams | Resolved | Won't Fix | 2010-07-30 | 2017-02-10 | |
GRADLE-1082 | GradleDaemon process intermittently appears in the OS X dock | Chris Beams | Resolved | Won't Fix | 2010-07-30 | 2017-02-10 | |
GRADLE-1083 | daemon hangs after a ctrl-c | Chris Beams | Resolved | Fixed | 2010-07-30 | 2013-01-04 | |
GRADLE-1084 | When running Gradle with no command-line options Logger.isInfoEnabled() returns true, even though Logger.info() does not display anything | Adam Murdoch | Resolved | Won't Fix | 2010-07-31 | 2017-02-10 | |
GRADLE-1085 | Daemon branch swallows -i and -d output | Hans Dockter | Chris Beams | Resolved | Fixed | 2010-08-02 | 2013-01-04 |
GRADLE-1086 | logging currently disabled for testing custom tasks executed on projects instanced from ProjectBuilder | Russ Rollins | Resolved | Won't Fix | 2010-08-02 | 2017-02-10 | |
GRADLE-1087 | Document the usage of the Gradle IDE plugins. | Szczepan Faber | Hans Dockter | Resolved | Fixed | 2010-08-03 | 2013-01-04 |
GRADLE-1088 | Use a better mechanism for publishing the website | Adam Murdoch | Resolved | Fixed | 2010-08-04 | 2013-01-04 | |
GRADLE-1089 | 'gradle eclipse' against gradle itself should not create top level .project and .classpath files | Szczepan Faber | Chris Beams | Resolved | Won't Fix | 2010-08-04 | 2013-01-04 |
GRADLE-1090 | Some default values for additonal Test tasks are no longer being set | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2010-08-04 | 2013-01-04 |
GRADLE-1091 | When multiple test tasks share the same report dir, they are always treated as out-of-date | Adam Murdoch | Resolved | Won't Fix | 2010-08-04 | 2017-02-10 | |
GRADLE-1092 | Eclipse classpath generation ignores excludes in 0.9-rc1 | Peter Niederwieser | Bryan Keller | Resolved | Fixed | 2010-08-05 | 2013-01-04 |
GRADLE-1093 | Allow running java plugin test task with a (weaving) system classloader | Daz DeBoer | Magnus Rundberget | Resolved | Fixed | 2010-08-05 | 2013-01-04 |
GRADLE-1095 | 0.9-rc-1 has broken download jar (gradle-0.9-rc-1-all.zip) at 5.10.2010 | Hans Dockter | Tuomas Kassila | Resolved | Not A Bug | 2010-08-05 | 2013-01-04 |
GRADLE-1096 | improve integration testing of custom tasks/plugins | Russ Rollins | Resolved | Fixed | 2010-08-05 | 2017-01-27 | |
GRADLE-1097 | Idea plugin adds existing dependencies over and over in IDEA X | Baruch Sadogursky | Resolved | Fixed | 2010-08-08 | 2014-04-10 | |
GRADLE-1098 | Reduce test execution time | Chris Beams | Resolved | Won't Fix | 2010-08-09 | 2017-02-10 | |
GRADLE-1099 | StackOverflowError in idea plugin in case of circular dpenendencies | Peter Niederwieser | Steve Ebersole | Resolved | Fixed | 2010-08-09 | 2013-01-04 |
GRADLE-1100 | gradle -t is looking for String.isEmpty()Z | Adam Murdoch | Robert Fischer | Resolved | Fixed | 2010-08-09 | 2013-01-04 |
GRADLE-1101 | Cannot Deploy using SSH: Bad .pom file | Hans Dockter | Robert Fischer | Resolved | Incomplete | 2010-08-09 | 2013-01-04 |
GRADLE-1102 | dependencies from ant depends="..." via ant.importBuild("...") processed in incorrect order | Luke Daley | Julian Kelsey | Resolved | Fixed | 2010-08-10 | 2014-04-10 |
GRADLE-1103 | Gradle cannot resolve unique SNAPSHOT artifacts from local m2 repo | Russ Rollins | Resolved | Won't Fix | 2010-08-10 | 2017-02-10 | |
GRADLE-1104 | Ant used for ant.importBuild() should have a clean classpath | Adam Murdoch | Resolved | Won't Fix | 2010-08-11 | 2017-02-10 | |
GRADLE-1105 | Provide some way to map Ant's info log level to Gradle's lifecycle log level | Adam Murdoch | Resolved | Won't Fix | 2010-08-11 | 2017-02-10 | |
GRADLE-1106 | Document use of JavaExec task | Chris Beams | Resolved | Fixed | 2010-08-11 | 2016-02-12 | |
GRADLE-1107 | OSGi instruction Include-Resource not working | Thomas Glaeser | Resolved | Won't Fix | 2010-08-11 | 2017-02-10 | |
GRADLE-1108 | How to Declare Output? | Robert Fischer | Resolved | Not A Bug | 2010-08-11 | 2013-01-18 | |
GRADLE-1109 | Dependencies within multiple configurations, containing classifiers, fail to resolve and fail to show an error when attempting to copy the files | Daz DeBoer | Russ Rollins | Resolved | Fixed | 2010-08-11 | 2013-01-04 |
GRADLE-1110 | UP-TO-DATE check works on 2nd and subsequent invocations in some cases | Spencer Allain | Resolved | Won't Fix | 2010-08-11 | 2017-02-08 | |
GRADLE-1111 | Task eclipse throw exception when jbpm4 is added as a dependency | Hans Dockter | Leon Chang | Resolved | Fixed | 2010-08-12 | 2013-01-04 |
GRADLE-1112 | POM customisation example 34.7 doesn't work on its own | Adam Murdoch | Resolved | Won't Fix | 2010-08-12 | 2017-02-10 | |
GRADLE-1113 | IDE plugins should not be hardcoded in build | Tomek Kaczanowski | Resolved | Won't Fix | 2010-08-13 | 2017-02-10 | |
GRADLE-1114 | Cannot upload: POM does not validate | Robert Fischer | Resolved | Won't Fix | 2010-08-13 | 2017-02-10 | |
GRADLE-1115 | GUI should provide clickable link to the .gradle file listed as the 'where' for a build failure | Adam Murdoch | Resolved | Fixed | 2010-08-14 | 2017-01-16 | |
GRADLE-1116 | IDEA/Eclipse plugins should replace all classpath references to a project's classes/test classes directory with a project dependency | Adam Murdoch | Resolved | Won't Fix | 2010-08-14 | 2016-09-01 | |
GRADLE-1117 | IDEA plugin should exclude resource directories from compilation | Adam Murdoch | Resolved | Won't Fix | 2010-08-14 | 2017-02-10 | |
GRADLE-1118 | Mainfest classpath incomplete and distribution zip empty | Hans Dockter | Matthias Bohlen | Resolved | Not A Bug | 2010-08-15 | 2013-01-04 |
GRADLE-1119 | DependencyHandler Documentation: "3 notations" | Hans Dockter | Robert Fischer | Resolved | Fixed | 2010-08-15 | 2013-01-04 |
GRADLE-1120 | Can modify a configuration which has already been resolved via a project dependency | Adam Murdoch | Resolved | Won't Fix | 2010-08-15 | 2017-02-10 | |
GRADLE-1121 | Support ConfigSlurper-based user configuration file. | Peter Ledbrook | Resolved | Won't Fix | 2010-08-17 | 2017-02-10 | |
GRADLE-1122 | duplicate dependencies in build.gradle result in no dependecy in .classpath | Philip Crotwell | Resolved | Fixed | 2010-08-17 | 2013-01-04 | |
GRADLE-1123 | dependencyReport replaces older versions with later ones without noting the change | Philip Crotwell | Resolved | Fixed | 2010-08-17 | 2013-01-04 | |
GRADLE-1124 | When the groovy plugin is applied to a project which uses groovy only for testing, the project ends up with groovy as an unnecessary runtime dependency | Adam Murdoch | Resolved | Fixed | 2010-08-17 | 2013-01-15 | |
GRADLE-1125 | eclipseWtp does not work properly when a dependency resolves to a location for which no Eclipse variable has been defined | Hans Dockter | Paulo Silveira | Resolved | Fixed | 2010-08-17 | 2013-01-04 |
GRADLE-1126 | Add ability for multiple IdeaModules from given gradle project | Steve Ebersole | Resolved | Won't Fix | 2010-08-19 | 2017-02-10 | |
GRADLE-1127 | IDEA plugin generates invalid .ipr file when multiple projects have the same name | Szczepan Faber | Adam Murdoch | Resolved | Fixed | 2010-08-19 | 2013-01-04 |
GRADLE-1128 | ClassNotFoundException (StringUtils) when running any JUnit test on Gentoo Linux | Peter Niederwieser | Assaf Berg | Resolved | Cannot Reproduce | 2010-08-24 | 2013-01-04 |
GRADLE-1129 | Wrong Eclipse WST settings file name | Hans Dockter | Felix Gnass | Resolved | Fixed | 2010-08-25 | 2013-01-04 |
GRADLE-1130 | Missing context-root property in WTP settings | Hans Dockter | Felix Gnass | Resolved | Fixed | 2010-08-25 | 2013-01-04 |
GRADLE-1131 | processResource.doLast is skipped prematurely | Hans Dockter | Kallin Nagelberg | Resolved | Not A Bug | 2010-08-25 | 2013-01-04 |
GRADLE-1132 | Gradle should generate .settings/org.eclipse.jdt.core.prefs | Hans Dockter | Felix Gnass | Resolved | Fixed | 2010-08-26 | 2013-01-04 |
GRADLE-1133 | The "jst.java" facet version should default to java.sourceCompatibility | Hans Dockter | Felix Gnass | Resolved | Fixed | 2010-08-26 | 2013-01-04 |
GRADLE-1134 | Elipse complains about dependences not being exported | Szczepan Faber | Felix Gnass | Resolved | Fixed | 2010-08-26 | 2013-01-04 |
GRADLE-1135 | Gradle generates the wrong artifactId in the pom.xml for project dependencies in multi project builds | Graeme Rocher | Resolved | Fixed | 2010-08-26 | 2013-01-04 | |
GRADLE-1136 | Better error message when defining a dependency in an invalid scope | Graeme Rocher | Resolved | Won't Fix | 2010-08-26 | 2017-02-10 | |
GRADLE-1137 | The captureStandardOutput method should also accept a String for the log level. | Hans Dockter | Resolved | Won't Fix | 2010-08-29 | 2017-02-10 | |
GRADLE-1138 | Provide a hook for filtering the test classes to be run | Peter Niederwieser | Resolved | Won't Fix | 2010-08-30 | 2017-02-10 | |
GRADLE-1139 | Execution order depends on project name, rather than project dependency tree | Hans Dockter | Jeroen van Erp | Resolved | Not A Bug | 2010-08-31 | 2013-01-04 |
GRADLE-1140 | wrong option in script | Hans Dockter | Tiger Feng | Resolved | Fixed | 2010-09-02 | 2013-01-04 |
GRADLE-1141 | Filtering in a copyspec is broken when a bare backslash is present in the input file. | Jeroen van Erp | Resolved | Won't Fix | 2010-09-03 | 2017-02-10 | |
GRADLE-1142 | test task fails for TestNG suite in special case | Adam Murdoch | Zsolt Kúti | Resolved | Fixed | 2010-09-05 | 2013-01-04 |
GRADLE-1143 | Client module overrides same module in inherited configurations | Adam Murdoch | Resolved | Won't Fix | 2010-09-06 | 2017-02-10 | |
GRADLE-1144 | Gradle not finding jar for ant classpath | Andrew Eisenberg | Resolved | Won't Fix | 2010-09-06 | 2017-02-10 | |
GRADLE-1145 | provide methods for major Maven repositories | Dan Allen | Resolved | Won't Fix | 2010-09-07 | 2017-02-10 | |
GRADLE-1146 | Eclipse task fails with StackOverflowError in case of cycle in library dependencies | Artur Nowak | Resolved | Fixed | 2010-09-10 | 2013-01-04 | |
GRADLE-1147 | if using stdin status message pollutes the input line | René Gröschke | Resolved | Won't Fix | 2010-09-10 | 2017-02-02 | |
GRADLE-1148 | Tasks run against long-idle Gradle daemon experience significant delay | Chris Beams | Resolved | Won't Fix | 2010-09-13 | 2017-02-10 | |
GRADLE-1149 | Tests stall when permgen runs out | Hans Dockter | Resolved | Won't Fix | 2010-09-14 | 2017-02-10 | |
GRADLE-1150 | Executing junit test with missing testRuntime lib throws "Test process 'Gradle Worker 1' FAILED" | René Gröschke | Resolved | Won't Fix | 2010-09-14 | 2017-02-10 | |
GRADLE-1151 | groovy plugin should have default version and library | Luke Daley | Philip Crotwell | Resolved | Fixed | 2010-09-15 | 2013-01-04 |
GRADLE-1152 | eclipse plugin creates incorrect .classpath for Scala project | Peter Niederwieser | Jeppe Nejsum Madsen | Resolved | Not A Bug | 2010-09-16 | 2013-01-04 |
GRADLE-1153 | Gradle can't handle empty directories for a zip task | Peter Niederwieser | Gregory Boissinot | Resolved | Fixed | 2010-09-19 | 2013-01-04 |
GRADLE-1154 | Hudson build with UncheckedIOException on cache.bin | Adam Murdoch | Spencer Allain | Resolved | Fixed | 2010-09-20 | 2013-01-04 |
GRADLE-1155 | CopySpec.filter() should support using a string to provide the value for a property of type EnumeratedAttribute | Adam Murdoch | Resolved | Won't Fix | 2010-09-22 | 2017-02-10 | |
GRADLE-1156 | gradle "Could not stop connection" after a particular failed unit test | Michael Plump | Resolved | Not A Bug | 2010-09-22 | 2013-01-04 | |
GRADLE-1157 | 'eclipseClasspath' task failed in Gradle-0.9-rc-1 when using client module dependencies + flatDir repo | Peter Niederwieser | Teo Hui Ming | Resolved | Fixed | 2010-09-22 | 2013-01-04 |
GRADLE-1158 | Exception when writing messages after successfully running tests. | Adam Murdoch | Julian Kelsey | Resolved | Fixed | 2010-09-28 | 2013-01-04 |
GRADLE-1159 | Gradle.bat fails to evaluate JAVA_HOME with slashes as delimeters | Hans Dockter | Nikita Skvortsov | Resolved | Fixed | 2010-09-30 | 2013-01-04 |
GRADLE-1160 | Access test output from TestDescriptor or TestResult | Nikita Skvortsov | Resolved | Fixed | 2010-09-30 | 2013-01-04 | |
GRADLE-1161 | Error message for typo in sourceSets should be more helpful | Ben Jansen | Resolved | Won't Fix | 2010-09-30 | 2017-02-10 | |
GRADLE-1162 | Gradle-Plugins can't use @Grapes/@Grab at the moment | Joern Huxhorn | Resolved | Won't Fix | 2010-10-01 | 2017-02-10 | |
GRADLE-1163 | Clearer documentation | Hani Suleiman | Resolved | Won't Fix | 2010-10-01 | 2017-02-10 | |
GRADLE-1164 | Help uses coloured test which is unreadable | Hans Dockter | Russel Winder | Resolved | Fixed | 2010-10-03 | 2013-01-04 |
GRADLE-1165 | Wrong property name specified in idea module task property table | Gretar Rafn Arnason | Resolved | Not A Bug | 2010-10-07 | 2013-01-04 | |
GRADLE-1166 | Corrupted cache exception | Adam Murdoch | Vince Rosso | Resolved | Fixed | 2010-10-07 | 2013-01-04 |
GRADLE-1167 | $HOME/.gradle/ | Vince Rosso | Resolved | Won't Fix | 2010-10-07 | 2017-02-10 | |
GRADLE-1168 | GUI should allow some way to provide character input to interactive child processes | Adam Murdoch | Resolved | Duplicate | 2010-10-08 | 2017-01-17 | |
GRADLE-1169 | GUI should colorize the console output | Adam Murdoch | Resolved | Won't Fix | 2010-10-08 | 2017-01-16 | |
GRADLE-1170 | eclipseClasspath includes too many dependencies | Jeppe Nejsum Madsen | Resolved | Duplicate | 2010-10-08 | 2013-01-04 | |
GRADLE-1171 | Internal error when trying to run init script | Hans Dockter | David Resnick | Resolved | Fixed | 2010-10-13 | 2013-01-04 |
GRADLE-1172 | Add PGP signature support to the maven plugin | Luke Daley | Joern Huxhorn | Resolved | Fixed | 2010-10-13 | 2013-01-04 |
GRADLE-1173 | More easily referenced Maven local repo cache | Hans Dockter | Steve Ebersole | Resolved | Fixed | 2010-10-13 | 2014-07-29 |
GRADLE-1174 | The IdeaPlugin defines all of $buildDir as excluded | Szczepan Faber | Steve Ebersole | Resolved | Not A Bug | 2010-10-15 | 2013-01-04 |
GRADLE-1175 | IdeaPlugin renders non-existent directories as sources and exclusions | Steve Ebersole | Resolved | Won't Fix | 2010-10-15 | 2017-02-10 | |
GRADLE-1176 | IdeaPlugin does not seem to honor set project.name as the User Guide suggests | Szczepan Faber | Steve Ebersole | Resolved | Fixed | 2010-10-15 | 2013-01-04 |
GRADLE-1177 | gradle command line easy fixes | Etienne Studer | Resolved | Won't Fix | 2010-10-17 | 2017-02-10 | |
GRADLE-1178 | Enable the jetty plugin to use/overlay multiple webapp source directories. | Richard Bolkey | Resolved | Won't Fix | 2010-10-17 | 2017-02-10 | |
GRADLE-1179 | gradle -? does not show -h option | Etienne Studer | Resolved | Not A Bug | 2010-10-18 | 2013-01-04 | |
GRADLE-1180 | cannot override version property on cmd line with -P | Etienne Studer | Resolved | Won't Fix | 2010-10-18 | 2017-02-10 | |
GRADLE-1181 | Gradle GUI: running a task with -a does not work | Etienne Studer | Resolved | Won't Fix | 2010-10-18 | 2017-01-16 | |
GRADLE-1182 | Downloading [artifact]-[appendix]-[revision]-[classifier].[ext] not working. | Thomas Glaeser | Resolved | Won't Fix | 2010-10-19 | 2017-02-10 | |
GRADLE-1183 | Call-back when jetty is up and accepting requests | Etienne Studer | Resolved | Won't Fix | 2010-10-20 | 2017-01-16 | |
GRADLE-1184 | SNAPSHOT modifier not working properly if more than one mavenRepo url is specified | lucas gray | Resolved | Fixed | 2010-10-20 | 2013-01-04 | |
GRADLE-1185 | test - default to include the system properties | Dan Tanner | Resolved | Won't Fix | 2010-10-21 | 2017-02-10 | |
GRADLE-1186 | subprojects{} contains projects even if not included in settings.gradle | Etienne Studer | Resolved | Won't Fix | 2010-10-25 | 2017-02-10 | |
GRADLE-1187 | wrong paths of dependencies with symlinks | Adam Murdoch | Tomek Kaczanowski | Resolved | Fixed | 2010-10-25 | 2013-01-04 |
GRADLE-1188 | Gradle daemon caches current working directory | Hans Dockter | Chris Beams | Resolved | Fixed | 2010-10-26 | 2013-01-04 |
GRADLE-1189 | TestNG @BeforeTest does not work as expected for groovy plugin and useTestNG() | Hans Dockter | Sargis Harutyunyan | Resolved | Fixed | 2010-10-26 | 2013-01-04 |
GRADLE-1190 | Gradle groovy plugin and joint compilation | Sargis Harutyunyan | Resolved | Won't Fix | 2010-10-27 | 2017-02-10 | |
GRADLE-1191 | NPE when no connection to target publish repository | Tomer Cohen | Resolved | Won't Fix | 2010-10-28 | 2017-02-10 | |
GRADLE-1192 | NPE if defining a maven repo without applying the maven plugin | Adam Murdoch | Tomer Cohen | Resolved | Fixed | 2010-10-28 | 2013-01-04 |
GRADLE-1193 | Make dependency resolution strategy user configurable | David Resnick | Resolved | Won't Fix | 2010-10-28 | 2017-02-10 | |
GRADLE-1194 | Ivy parses pom.xml despite specifying @jar in dependency | David Resnick | Resolved | Won't Fix | 2010-10-28 | 2017-02-10 | |
GRADLE-1195 | Better diagnostics for network failures | Adam Murdoch | Resolved | Won't Fix | 2010-10-29 | 2017-02-10 | |
GRADLE-1196 | Support for putting debug build log output to file | Gretar Rafn Arnason | Resolved | Duplicate | 2010-10-29 | 2016-12-12 | |
GRADLE-1197 | running "gradle idea" on gradle project itself throws groovy.lang.MissingPropertyException | Hans Dockter | René Gröschke | Resolved | Fixed | 2010-10-29 | 2013-01-04 |
GRADLE-1198 | 0.9-rc-2 breaks GPars documentation build | Hans Dockter | Russel Winder | Resolved | Fixed | 2010-10-30 | 2013-01-04 |
GRADLE-1199 | FAQ references old (0.7) version of users guide | Philip Crotwell | Resolved | Fixed | 2010-11-01 | 2013-01-04 | |
GRADLE-1200 | Generated POM does not contain packaging, organization is simply org.apache.maven.model.Organization.toString() | Joern Huxhorn | Resolved | Duplicate | 2010-11-02 | 2017-01-26 | |
GRADLE-1201 | Add support for deploying metadata artifacts using the maven plugin | Leonard Axelsson | Resolved | Won't Fix | 2010-11-02 | 2017-02-10 | |
GRADLE-1202 | Could not load compiled classes for build file 'build.gradle' from cache | Adam Murdoch | Charles Anderson | Resolved | Fixed | 2010-11-02 | 2013-01-04 |
GRADLE-1203 | renaming causes problem in native lib dependency handling | Zsolt Kúti | Resolved | Won't Fix | 2010-11-03 | 2017-02-10 | |
GRADLE-1204 | Support translation of config-level exclude rules to POM | Hans Dockter | Andrew Phillips | Resolved | Fixed | 2010-11-03 | 2013-01-04 |
GRADLE-1205 | Gradle includes transitive dependencies from project(...) dependency references at compile time | Sean Reilly | Resolved | Won't Fix | 2010-11-03 | 2017-02-02 | |
GRADLE-1206 | The snapshot timeout strategy of a local maven repository should default to ALWAYS | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2010-11-03 | 2013-01-04 |
GRADLE-1207 | gradle not supporting testNG 5.14.2 | Hans Dockter | Rama Gundapaneni | Resolved | Fixed | 2010-11-04 | 2013-01-04 |
GRADLE-1208 | gradle test with JUnit 4 only reports cleanup failures when setup also failed | Hans Dockter | Charles Anderson | Resolved | Fixed | 2010-11-04 | 2013-01-04 |
GRADLE-1209 | Use 'sourceSets.main.classesDir' (if present) as the default output dir of the Eclipse classpath | Hans Dockter | Andrew Phillips | Resolved | Fixed | 2010-11-05 | 2013-01-04 |
GRADLE-1210 | apply from: Does not follow redirects | Lars Heuer | Resolved | Won't Fix | 2010-11-06 | 2017-02-10 | |
GRADLE-1211 | [Java plugin] should compileJava depend on processResources? | Baruch Sadogursky | Resolved | Won't Fix | 2010-11-08 | 2017-02-10 | |
GRADLE-1212 | ClassCastException when using dom4j 1.6.1 in an ant task | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2010-11-08 | 2013-01-04 |
GRADLE-1213 | eclipse and idea XML samples need to be updated. | Hans Dockter | Michael Plump | Resolved | Fixed | 2010-11-10 | 2013-01-04 |
GRADLE-1214 | Provide command line option for specifying alternate ~/.gradle/gradle.properties file or no file at all | Chris Beams | Resolved | Won't Fix | 2010-11-10 | 2017-02-10 | |
GRADLE-1215 | Gradle should still allow --no-daemon | Hans Dockter | Chris Beams | Resolved | Fixed | 2010-11-11 | 2013-01-04 |
GRADLE-1216 | upgrade quality plugin to codenarc 0.11 | Hans Dockter | Hamlet D'Arcy | Resolved | Fixed | 2010-11-13 | 2013-01-04 |
GRADLE-1217 | Lack of maven plugin throws ugly NPE when trying to use mavenDeployer | Adam Murdoch | Baruch Sadogursky | Resolved | Fixed | 2010-11-14 | 2013-01-04 |
GRADLE-1218 | Generated Eclipse classpath should order src/*/java before src/*/resources | Peter Niederwieser | Chris Beams | Resolved | Duplicate | 2010-11-15 | 2013-01-04 |
GRADLE-1219 | idea and eclipse plugins should add source when a gradleApi() or localGroovy() dependency is used | Adam Murdoch | Resolved | Won't Fix | 2010-11-15 | 2017-02-10 | |
GRADLE-1220 | Support task forking | Chris Beams | Resolved | Won't Fix | 2010-11-16 | 2017-02-10 | |
GRADLE-1221 | Rename TaskExecuter to TaskExecutor | Hans Dockter | Resolved | Won't Fix | 2010-11-16 | 2017-02-10 | |
GRADLE-1222 | Cannot authenticate on maven repository on Ubuntu server, with gradle.properties in {home}/.gradle directory. | Guy Brand | Resolved | Won't Fix | 2010-11-17 | 2017-02-10 | |
GRADLE-1223 | Support property preconditions, prompting and persistence | Chris Beams | Resolved | Won't Fix | 2010-11-17 | 2017-02-10 | |
GRADLE-1224 | Setting the Jetty HTTP port via system property and Gradle property | Benjamin Muschko | Resolved | Won't Fix | 2010-11-17 | 2017-01-16 | |
GRADLE-1225 | Chapter 12, Footnote 3: example does not compile | Etienne Studer | Resolved | Fixed | 2010-11-17 | 2013-01-23 | |
GRADLE-1226 | dir('build/classes') only uses 'build' for the task name | Etienne Studer | Resolved | Won't Fix | 2010-11-17 | 2016-02-12 | |
GRADLE-1227 | OSGI updates MANIFEST.MF even if no change | Robert Fischer | Resolved | Duplicate | 2010-11-17 | 2013-01-04 | |
GRADLE-1228 | When building Gradle javadoc creation doesn't inherit proxy settings | John Gibson | Resolved | Won't Fix | 2010-11-21 | 2017-02-10 | |
GRADLE-1229 | Configuration resolves to empty set when project has no repositories and the dependencies already in cache | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-11-22 | 2013-01-04 |
GRADLE-1230 | compileJava and compiler warnings console output | Spencer Allain | Resolved | Duplicate | 2010-11-23 | 2017-02-01 | |
GRADLE-1231 | making eclipse Wtp working more smoothly with multi projects | Evert Tigchelaar | Resolved | Cannot Reproduce | 2010-11-23 | 2013-01-04 | |
GRADLE-1232 | gradle.bat fails when JAVA_HOME has a trailing backslash | Hans Dockter | Taufiq Hoven | Resolved | Fixed | 2010-11-24 | 2013-01-04 |
GRADLE-1233 | NPE when running parallel gradle builds | Frederic Simon | Resolved | Won't Fix | 2010-11-24 | 2017-02-10 | |
GRADLE-1234 | Example 14.24 of the user guide | Peter Niederwieser | Etienne Studer | Resolved | Not A Bug | 2010-11-25 | 2013-01-04 |
GRADLE-1235 | gradle -gui exeception - can't bind to port | chris snow | Resolved | Won't Fix | 2010-11-26 | 2017-01-16 | |
GRADLE-1236 | Configuration silently ignores dependencies when no repositories are defined for the project | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-11-27 | 2013-01-04 |
GRADLE-1237 | Provide some way to publish artifacts which are not archives | Adam Murdoch | Resolved | Fixed | 2010-11-27 | 2013-01-04 | |
GRADLE-1238 | POM generated by Maven plugin includes wrong artifactId in case of ProjectDependency | Artur Nowak | Resolved | Duplicate | 2010-11-29 | 2013-01-04 | |
GRADLE-1239 | Add an afterCopy action/closure to CopySpec | Frank Baxter | Resolved | Won't Fix | 2010-11-29 | 2017-02-10 | |
GRADLE-1240 | Need a way to set JVM memory args for the Gradle Daemon | Chris Brookes | Resolved | Fixed | 2010-12-01 | 2013-01-04 | |
GRADLE-1241 | gradle.bat is behaving incorrectly under 4NT/TCC | Adam Murdoch | Regis Le Brettevillois | Resolved | Fixed | 2010-12-01 | 2013-01-04 |
GRADLE-1242 | Gradle doesn't like calls to TestCase.setName() | Hans Dockter | Andres Almiray | Resolved | Fixed | 2010-12-02 | 2013-01-04 |
GRADLE-1243 | use GROOVY_HOME as the default Groovy version, analogous to JAVA_HOME | Dierk Koenig | Resolved | Won't Fix | 2010-12-02 | 2017-02-10 | |
GRADLE-1244 | avoid the need for explicit dependency to Groovy when using Spock | Dierk Koenig | Resolved | Won't Fix | 2010-12-02 | 2017-02-10 | |
GRADLE-1245 | Hudson and org.apache.juli.ClassLoaderLogManager | Chris Hane | Resolved | Won't Fix | 2010-12-02 | 2017-01-16 | |
GRADLE-1246 | Fails silently when try to unzip non-existent file | Peter Bell | Resolved | Fixed | 2010-12-06 | 2013-01-04 | |
GRADLE-1247 | If 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 Pantilimon | Resolved | Won't Fix | 2010-12-07 | 2017-02-10 | |
GRADLE-1248 | Provide some way for a custom plugin to use a NamedDomainObjectContainer to manage its domain objects | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2010-12-07 | 2013-01-04 |
GRADLE-1249 | issues with --daemon and current directory (user.dir system property) | Szczepan Faber | Lance Hankins | Resolved | Fixed | 2010-12-09 | 2013-01-04 |
GRADLE-1250 | Gradle Ask Me To Report | Chris Hane | Resolved | Fixed | 2010-12-10 | 2013-01-04 | |
GRADLE-1251 | testing frameworks should be applied as plugins | Tomek Kaczanowski | Resolved | Won't Fix | 2010-12-12 | 2017-02-10 | |
GRADLE-1252 | output of TestNG listeners is not visible | Tomek Kaczanowski | Resolved | Won't Fix | 2010-12-12 | 2017-02-10 | |
GRADLE-1253 | Faulty SHA1 signatures when uploading artifacts | Vaclav Pech | Resolved | Not A Bug | 2010-12-14 | 2014-04-07 | |
GRADLE-1254 | JavaExec Task should expose a way to execute java processes in the background. | Erick Dovale | Resolved | Duplicate | 2010-12-14 | 2017-02-08 | |
GRADLE-1255 | Exclude rule silently excludes everything if neither 'module' or 'group' specified | Adam Murdoch | Resolved | Fixed | 2010-12-15 | 2013-01-04 | |
GRADLE-1256 | Running gradle.bat gives "The system cannot find the path specified" error in windows. | Hans Dockter | Arun Shanmugam Kumar | Resolved | Fixed | 2010-12-18 | 2013-01-04 |
GRADLE-1257 | Expose a publicTestCompile configuration to depend upon Gradle tests when developing an external module | Tomer Cohen | Resolved | Won't Fix | 2010-12-19 | 2017-02-10 | |
GRADLE-1258 | Provide an init-repositories init script, which will initialize repositories according to their patterns, providing a clean repository deceleration outside of the build.gradle script | Tomer Cohen | Resolved | Won't Fix | 2010-12-19 | 2017-02-10 | |
GRADLE-1259 | Document copy and archive tasks | Adam Murdoch | Resolved | Fixed | 2010-12-19 | 2016-02-12 | |
GRADLE-1260 | Adding a switch to gradle execution for changing default ivy cache manager to the Wharf cache manager | Adam Murdoch | Tomer Cohen | Resolved | Fixed | 2010-12-19 | 2013-01-04 |
GRADLE-1261 | Wrapper task uses codehaus URL by default for 0.9 release | Hans Dockter | Luke Taylor | Resolved | Fixed | 2010-12-19 | 2013-01-04 |
GRADLE-1262 | Copy task do not output anything even in debug logging (-d) | Hendy Irawan | Resolved | Won't Fix | 2010-12-21 | 2017-02-10 | |
GRADLE-1263 | Sequential dependencies | Hendy Irawan | Resolved | Fixed | 2010-12-21 | 2013-05-01 | |
GRADLE-1264 | Cannot always overwrite files with Copy task (it uses "overwrite if newer" strategy) | Hendy Irawan | Resolved | Won't Fix | 2010-12-21 | 2017-02-10 | |
GRADLE-1265 | internal.AbstractTask.execute() should be made public (to Task interface) | Hendy Irawan | Resolved | Won't Fix | 2010-12-21 | 2013-05-01 | |
GRADLE-1266 | transitive groovy dependencies aren't included in maven POMs | Luke Daley | Adam Monsen | Resolved | Not A Bug | 2010-12-21 | 2013-01-04 |
GRADLE-1267 | The copy task should be able to specify the file encoding | Paul Merlin | Masatoshi Hayashi | Resolved | Fixed | 2010-12-22 | 2016-05-20 |
GRADLE-1268 | Can't execute groovydoc if it includes links | Hans Dockter | Andres Almiray | Resolved | Fixed | 2010-12-22 | 2013-01-04 |
GRADLE-1269 | Project applying War plugin can no longer be used as project lib dependency | Adam Murdoch | Peter Niederwieser | Resolved | Fixed | 2010-12-22 | 2013-01-04 |
GRADLE-1270 | Test task does not consider some properties when checking up-to-date | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2010-12-23 | 2013-01-04 |
GRADLE-1271 | Gradle produces invalid ivy.xml (clientModule is not a valid ivy attribute) | Tomer Cohen | Resolved | Won't Fix | 2010-12-26 | 2017-02-10 | |
GRADLE-1272 | Source code often truncated in User Guide PDF | Peter Niederwieser | Resolved | Won't Fix | 2010-12-26 | 2017-02-10 | |
GRADLE-1273 | Unable to reference objects in java src from scala src | Hans Dockter | Jacob Wu | Resolved | Fixed | 2010-12-26 | 2013-01-04 |
GRADLE-1274 | JavaExec task should support equivalent of "java -jar" | Peter Niederwieser | Resolved | Duplicate | 2010-12-26 | 2017-02-07 | |
GRADLE-1275 | EclipsePlugin does not properly support WTP project dependencies | Peter Niederwieser | Matt Accola | Resolved | Fixed | 2010-12-27 | 2013-09-25 |
GRADLE-1276 | processResources task considered up-to-date although its spec has changed | Peter Niederwieser | Resolved | Duplicate | 2010-12-29 | 2016-11-17 | |
GRADLE-1277 | EclipsePlugin does not always resolve correct version of dependencies | Matt Accola | Resolved | Cannot Reproduce | 2010-12-29 | 2013-01-04 | |
GRADLE-1278 | JavaExec.jvmArgs should accept closure for late binding | Baruch Sadogursky | Resolved | Won't Fix | 2010-12-30 | 2017-02-10 | |
GRADLE-1279 | Junit test class detection includes non-static inner classes | Hans Dockter | Russ Egan | Resolved | Fixed | 2010-12-30 | 2013-01-04 |
GRADLE-1280 | Project.exec { } working dir does not default to project dir when using the daemon | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2011-01-01 | 2013-01-04 |
GRADLE-1281 | Test task is never up-to-date when running under Apple JVM | Hans Dockter | Adam Murdoch | Resolved | Fixed | 2011-01-02 | 2013-01-04 |
GRADLE-1282 | OsgiManifest.writeTo fails on clean build | Emil Sit | Resolved | Won't Fix | 2011-01-03 | 2017-02-10 | |
GRADLE-1283 | Running a built-from-source gradle fails with Unexpected Gradle version | Hans Dockter | John Gibson | Resolved | Fixed | 2011-01-04 | 2013-01-04 |
GRADLE-1284 | Better error message for invalid Maven repo URL | Peter Niederwieser | Resolved | Won't Fix | 2011-01-04 | 2017-02-10 | |
GRADLE-1285 | Cannot generate | Peter Niederwieser | Resolved | Won't Fix | 2011-01-04 | 2017-02-10 | |
GRADLE-1286 | Unclear documentation on how to customize Maven POM | Peter Niederwieser | Resolved | Won't Fix | 2011-01-04 | 2017-02-10 | |
GRADLE-1287 | Problems post-processing Maven POM with XmlProvider | Peter Niederwieser | Resolved | Won't Fix | 2011-01-04 | 2017-02-10 | |
GRADLE-1288 | Osgi/Java build fails if no Java sources are in the source dirs | Zoltan Lear | Resolved | Won't Fix | 2011-01-05 | 2017-02-10 | |
GRADLE-1289 | Provide a "create-project" command to create a skeleton project directory. | Paul Cager | Resolved | Fixed | 2011-01-05 | 2013-09-02 | |
GRADLE-1290 | Gradle Test stopped respecting @Ignore annotations on JUnit3 tests between 0.9-rc-3 and 0.9.1 | Adam Murdoch | Kelly Robinson | Resolved | Fixed | 2011-01-05 | 2013-01-04 |
GRADLE-1291 | Make mavenLocal() as default, add noMavenLocal() | Hendy Irawan | Resolved | Won't Fix | 2011-01-05 | 2013-01-04 | |
GRADLE-1292 | setting eclipseClasspath defaultOutputDir doesn't get applied properly in the eclipse .classpath file | Szczepan Faber | Ken Avery | Resolved | Not A Bug | 2011-01-06 | 2013-01-04 |
GRADLE-1293 | Use version of optional dependencies | Mathias Kalb | Resolved | Duplicate | 2011-01-07 | 2017-01-25 | |
GRADLE-1294 | Add XML output report option to CodeNarc task | Peter Niederwieser | Hubert Klein Ikkink | Resolved | Fixed | 2011-01-07 | 2013-01-04 |
GRADLE-1295 | Copy task does not copy empty directories | Peter Niederwieser | Hendy Irawan | Resolved | Fixed | 2011-01-08 | 2013-01-04 |
GRADLE-1296 | Daemon Does Not Handle System Properties | Adam Murdoch | Robert Fischer | Resolved | Fixed | 2011-01-08 | 2013-01-04 |
GRADLE-1297 | while setting "buildDir" to external folder, the "eclipse" plugin will generate the invalid output path in the ".classpath" file. | island chen | Resolved | Won't Fix | 2011-01-09 | 2017-02-10 | |
GRADLE-1298 | Change in filtered resource not picked up by archive tasks | Joern Huxhorn | Resolved | Fixed | 2011-01-09 | 2017-01-26 | |
GRADLE-1299 | Add API to allow tools to query and execute Gradle builds | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-01-09 | 2013-01-04 |
GRADLE-1300 | The 'idea' task for Gradle's build is incredibly slow | Peter Niederwieser | Adam Murdoch | Resolved | Fixed | 2011-01-10 | 2013-01-04 |
GRADLE-1301 | Add exclude/include pattern on filtering feature | Nicolas Labrot | Resolved | Fixed | 2011-01-10 | 2013-11-11 | |
GRADLE-1302 | Eclipse plugin should generate classpath for all source sets. | Paul Cager | Resolved | Won't Fix | 2011-01-12 | 2017-02-10 | |
GRADLE-1303 | rethink default-resolution-strategy for dependencies | Helmut Denk | Resolved | Won't Fix | 2011-01-12 | 2017-02-10 | |
GRADLE-1304 | Eclipse and IDEA plugins should replace the existing classpath when merging IDE configuration files | Peter Niederwieser | Adam Murdoch | Resolved | Fixed | 2011-01-13 | 2013-01-04 |
GRADLE-1305 | Eclipse and IDE plugins should configure the IDE to generate classes into the default location for the IDE, rather than into build/classes/$sourceSet | Peter Niederwieser | Adam Murdoch | Resolved | Fixed | 2011-01-13 | 2013-01-04 |
GRADLE-1306 | Can't specify custom properties to bnd analyzer when creating OSGi bundles | John Gibson | Resolved | Fixed | 2011-01-15 | 2017-01-16 | |
GRADLE-1307 | Special Exclude/Include for SyncTask | Mathias Kalb | Resolved | Fixed | 2011-01-17 | 2017-01-26 | |
GRADLE-1308 | Add a BuildScriptLoaded listener | Tomer Cohen | Resolved | Won't Fix | 2011-01-17 | 2017-02-10 | |
GRADLE-1309 | XML files no longer formatted correctly once they have been processed with XmlProvider.asElement() | Peter Niederwieser | Resolved | Won't Fix | 2011-01-17 | 2017-02-10 | |
GRADLE-1310 | XmlProvider should live in a package other than org.gradle.api.artifacts.maven | Adam Murdoch | Peter Niederwieser | Resolved | Fixed | 2011-01-17 | 2013-01-04 |
GRADLE-1311 | Java version for generated IDEA project should be set according to Java version used by compileJava task | Peter Niederwieser | Resolved | Won't Fix | 2011-01-17 | 2017-02-10 | |
GRADLE-1312 | Most tasks of typical Java/Groovy project are never up-to-date | Peter Niederwieser | Resolved | Fixed | 2011-01-17 | 2013-01-04 | |
GRADLE-1313 | includeFlat() should support arbitrary (logical) nesting of projects | Peter Niederwieser | Resolved | Won't Fix | 2011-01-17 | 2017-02-10 | |
GRADLE-1314 | more selective Exclusion by the provided* Configurations ? | Helmut Denk | Resolved | Won't Fix | 2011-01-18 | 2017-02-10 | |
GRADLE-1315 | Eclipse task duplicates entries in existing .classpath file | Peter Niederwieser | Resolved | Won't Fix | 2011-01-18 | 2017-02-03 | |
GRADLE-1316 | Better documentation for dependency exclusion | Mathias Kalb | Resolved | Fixed | 2011-01-18 | 2016-12-07 | |
GRADLE-1317 | Provide a way to exclude a transitive dependency from a shared project | Darren Evenson | Resolved | Won't Fix | 2011-01-18 | 2017-02-10 | |
GRADLE-1318 | Some files added to classpath of war task end up in libs rather than classes | Darren Evenson | Resolved | Won't Fix | 2011-01-18 | 2017-02-10 | |
GRADLE-1319 | Accessing properties of subprojects does not work | Lars Heuer | Resolved | Won't Fix | 2011-01-18 | 2017-02-10 | |
GRADLE-1320 | Optimize UP-TO-DATE check | Mathias Kalb | Resolved | Won't Fix | 2011-01-19 | 2016-06-01 | |
GRADLE-1321 | Generate .iml for buildSrc project | Peter Niederwieser | Resolved | Won't Fix | 2011-01-19 | 2017-02-10 | |
GRADLE-1322 | Don't search for unused source and javadoc dependencies | Daz DeBoer | Joe Schmetzer | Resolved | Fixed | 2011-01-19 | 2013-01-04 |
GRADLE-1323 | upgrade codenarc plugin to codenarc 0.12 | Peter Niederwieser | Hamlet D'Arcy | Resolved | Fixed | 2011-01-19 | 2013-01-04 |
GRADLE-1324 | Exclude Java files in resource folders from compilation | Peter Niederwieser | Resolved | Won't Fix | 2011-01-19 | 2017-02-10 | |
GRADLE-1325 | Convention mapping does not work for JavaExec and Exec tasks | Adam Murdoch | Resolved | Won't Fix | 2011-01-19 | 2017-02-10 | |
GRADLE-1326 | Create an application plugin | Adam Murdoch | René Gröschke | Resolved | Fixed | 2011-01-19 | 2013-01-04 |
GRADLE-1327 | Gradle puts runtime dependencies on javac classpath | Peter Niederwieser | Resolved | Won't Fix | 2011-01-20 | 2017-02-10 | |
GRADLE-1328 | put total number of tests in updated output for gradle test | Philip Crotwell | Resolved | Won't Fix | 2011-01-20 | 2017-02-10 | |
GRADLE-1329 | sourceCompatibility = 1.6 broken for eclipse plugin / gradle 0.9.1 | Peter Niederwieser | Daniel Joyce | Resolved | Won't Fix | 2011-01-20 | 2013-01-04 |
GRADLE-1330 | StackOverflowError in Eclipse plugin in case of circular dependencies | Peter Niederwieser | Peter Niederwieser | Resolved | Fixed | 2011-01-21 | 2013-01-04 |
GRADLE-1331 | Forbid use of labels in build scripts | Peter Niederwieser | Resolved | Fixed | 2011-01-21 | 2013-01-04 | |
GRADLE-1332 | `gradle dependencies` reports do not include dependencies from flat directories | Matthias | Resolved | Duplicate | 2011-01-21 | 2017-01-16 | |
GRADLE-1333 | Ivy: define a time to live (ttl) for dynamic revisions | Mathias Kalb | Resolved | Fixed | 2011-01-23 | 2013-01-04 | |
GRADLE-1334 | Profile report: Durations for Ivy/Dependency and UP-TO-DATE check | Mathias Kalb | Resolved | Fixed | 2011-01-23 | 2016-12-07 | |
GRADLE-1335 | Resolve dependencies onyl if it is necessary | Adam Murdoch | Mathias Kalb | Resolved | Fixed | 2011-01-23 | 2013-01-04 |
GRADLE-1336 | "gradle build clean" fails | Mathias Kalb | Resolved | Fixed | 2011-01-23 | 2013-01-04 | |
GRADLE-1337 | Detail improvements to command-line output | Peter Niederwieser | Peter Niederwieser | Resolved | Fixed | 2011-01-23 | 2013-01-04 |
GRADLE-1338 | Tooling api should use the daemon to build the project model | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-01-23 | 2013-01-04 |
GRADLE-1339 | Tooling API should consider eclipse project name customisations and deduplication | Szczepan Faber | Adam Murdoch | Resolved | Fixed | 2011-01-23 | 2013-01-04 |
GRADLE-1340 | Tooling API should provide some way to execute a build | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-01-23 | 2013-01-04 |
GRADLE-1341 | Gradle's Test Scanner Ignores the presence of a TestNG suite.xml file. | Mike Cornell | Resolved | Won't Fix | 2011-01-24 | 2017-02-10 | |
GRADLE-1342 | Dependency successfully resolved although it is not available from any of the listed repositories | Daz DeBoer | Peter Niederwieser | Resolved | Fixed | 2011-01-24 | 2013-01-04 |
GRADLE-1343 | Performance degradation in "idea" task | Peter Niederwieser | Peter Niederwieser | Resolved | Fixed | 2011-01-24 | 2013-01-04 |
GRADLE-1344 | groovydoc Errors | Mathias Kalb | Resolved | Fixed | 2011-01-24 | 2016-12-07 | |
GRADLE-1345 | Gradle should complain if there is a spec that has an include but not a from. | Hans Dockter | Resolved | Won't Fix | 2011-01-24 | 2017-02-10 | |
GRADLE-1346 | AbstractCopyTask is UP-TO-DATE after `into` changes | Lóránt Pintér | Mathias Kalb | Resolved | Fixed | 2011-01-24 | 2016-09-23 |
GRADLE-1347 | announce growl plugin broken in 0.9.2 | Peter Niederwieser | Gianni Bruno | Resolved | Fixed | 2011-01-24 | 2013-01-04 |
GRADLE-1348 | Transitive dependency not being pulled in | Ben McCann | Resolved | Not A Bug | 2011-01-25 | 2013-01-04 | |
GRADLE-1349 | Improved behavior for chained Maven repositories | Peter Niederwieser | Resolved | Won't Fix | 2011-01-25 | 2017-02-10 | |
GRADLE-1350 | More user-friendly behavior for the case where convention property is set before plugin has been applied | Peter Niederwieser | Resolved | Won't Fix | 2011-01-25 | 2017-02-10 | |
GRADLE-1351 | Add support for continuous compilation of Scala code | Matt Accola | Resolved | Fixed | 2011-01-25 | 2016-02-08 | |
GRADLE-1352 | Improve error message when class cannot be found | Ben McCann | Resolved | Won't Fix | 2011-01-25 | 2013-01-04 | |
GRADLE-1353 | CamelCase doesn't work on command line for rule-based tasks | Mathias Kalb | Resolved | Won't Fix | 2011-01-26 | 2017-01-26 | |
GRADLE-1354 | Groovy's Sql doesn't see a database driver class specified in "buildscripts" | Thor Kummer | Resolved | Won't Fix | 2011-01-26 | 2017-02-10 | |
GRADLE-1355 | Running 'gradle eclipse' for Gradle itself does generate faulty eclipse metadata. | Peter Niederwieser | Hans Dockter | Resolved | Fixed | 2011-01-27 | 2013-01-04 |
GRADLE-1356 | Order of dependencies is not honored | Peter Niederwieser | Jay Guidos | Resolved | Not A Bug | 2011-01-27 | 2013-01-04 |
GRADLE-1357 | Task execution fails occasionally with NoSuchElement exception | Dima Gutzeit | Resolved | Won't Fix | 2011-01-28 | 2017-02-10 | |
GRADLE-1358 | Unable to specify 'branch' variable in dependency notation. | Val Kolovos | Resolved | Duplicate | 2011-01-28 | 2017-02-08 | |
GRADLE-1359 | Odd behavior of "gradle jar" if war plugin is present | Adam Murdoch | Peter Niederwieser | Resolved | Fixed | 2011-01-28 | 2013-01-04 |
GRADLE-1360 | Make it easier to exclude specific files from the war generated by the War task | Matt Stine | Resolved | Won't Fix | 2011-01-31 | 2017-02-10 | |
GRADLE-1361 | Fat jar cookbook example leads to error | Szczepan Faber | Ben McCann | Resolved | Fixed | 2011-02-01 | 2013-01-04 |
GRADLE-1362 | Checkstyle: Indicate checkstyle failure | Mikael Andersson | Resolved | Won't Fix | 2011-02-01 | 2017-02-10 | |
GRADLE-1363 | LineFilter in CopySpec throws StringIndexOutOfBoundsException | Peter Niederwieser | René Gröschke | Resolved | Fixed | 2011-02-02 | 2013-01-04 |
GRADLE-1364 | Pattern rules of subprojects missing at the TaskReport | Mathias Kalb | Resolved | Won't Fix | 2011-02-03 | 2017-02-03 | |
GRADLE-1365 | Allow override of plugin convention property with project property | Mark Ingram | Resolved | Won't Fix | 2011-02-03 | 2017-02-10 | |
GRADLE-1366 | Redundancy in class header declaration | Peter Niederwieser | Etienne Studer | Resolved | Fixed | 2011-02-04 | 2013-01-04 |
GRADLE-1367 | Strange error message 'Failed to notify build listener.' when throwing exception in buildFinished | Etienne Studer | Resolved | Won't Fix | 2011-02-04 | 2017-02-10 | |
GRADLE-1368 | Load properties from a global gradle.properites file | Joe Schmetzer | Resolved | Won't Fix | 2011-02-04 | 2017-02-10 | |
GRADLE-1369 | Provide hook to be called after all tasks have been executed but before buildFinished hook is called | Etienne Studer | Resolved | Won't Fix | 2011-02-04 | 2017-02-10 | |
GRADLE-1370 | project-report plugin has problems with the clean | Mathias Kalb | Resolved | Won't Fix | 2011-02-04 | 2017-01-16 | |
GRADLE-1371 | Java 7 Source and Target Compatibility | Peter Niederwieser | Robert Fischer | Resolved | Fixed | 2011-02-04 | 2013-01-04 |
GRADLE-1372 | Make the wrapper a build-in task | Hans Dockter | Resolved | Fixed | 2011-02-05 | 2013-05-01 | |
GRADLE-1373 | Add option to Eclipse plugin to have a single Eclipse project | Ben McCann | Resolved | Won't Fix | 2011-02-05 | 2013-01-04 | |
GRADLE-1374 | Add option to Eclipse plugin to have a single Eclipse project | Ben McCann | Resolved | Won't Fix | 2011-02-05 | 2017-02-10 | |
GRADLE-1375 | compileJava done before Datanucleus has enhanced classes | Pieter Herroelen | Resolved | Won't Fix | 2011-02-06 | 2017-02-10 | |
GRADLE-1376 | Error Compiling from Source: unsupported Target TYPE_PARAMETER | Robert Fischer | Resolved | Incomplete | 2011-02-06 | 2013-01-23 | |
GRADLE-1377 | gradle Eclipse plugin should allow simple method to set jst.web value | Daniel Joyce | Resolved | Duplicate | 2011-02-06 | 2016-11-29 | |
GRADLE-1378 | Make gradlew more convenient to use | Peter Niederwieser | Resolved | Duplicate | 2011-02-07 | 2017-02-08 | |
GRADLE-1379 | Tooling API should provide the source directories of the project | Szczepan Faber | Adam Murdoch | Resolved | Fixed | 2011-02-07 | 2013-01-04 |
GRADLE-1380 | Tooling API should provide project dependencies of the project | Szczepan Faber | Adam Murdoch | Resolved | Fixed | 2011-02-07 | 2013-01-04 |
GRADLE-1381 | The 'eclipse' task for Gradle's build is incredibly slow | Peter Niederwieser | Resolved | Fixed | 2011-02-07 | 2013-01-04 | |
GRADLE-1382 | Unable to set the version of an artifact uploaded to a repository | Luciano Fiandesio | Resolved | Won't Fix | 2011-02-08 | 2017-02-10 | |
GRADLE-1383 | Transparent handling of Maven plugin install task | Steve Ebersole | Resolved | Won't Fix | 2011-02-08 | 2017-02-10 | |
GRADLE-1384 | Desire ability to have better control of logging, especially for Ivy | Spencer Allain | Resolved | Won't Fix | 2011-02-09 | 2017-02-10 | |
GRADLE-1385 | Disambiguate DSL for using separate Maven repos for POMs and Jars | Peter Niederwieser | Resolved | Fixed | 2011-02-11 | 2013-01-04 | |
GRADLE-1386 | CopySpec should support TaskContainer in from clauses | René Gröschke | Resolved | Won't Fix | 2011-02-12 | 2017-02-10 | |
GRADLE-1387 | Gradle Archetypes | James R. Carr | Resolved | Fixed | 2011-02-13 | 2013-05-01 | |
GRADLE-1388 | Report time elapsed by unit tests | Andrew Schetinin | Resolved | Won't Fix | 2011-02-15 | 2017-02-10 | |
GRADLE-1389 | Add ability to set owner and group on entries in tar files | Russ Egan | Resolved | Won't Fix | 2011-02-17 | 2017-02-10 | |
GRADLE-1390 | Default output folder is always set to bin instead of sourceSets.main.classesDir | Peter Niederwieser | Simon Harrer | Resolved | Fixed | 2011-02-18 | 2013-01-04 |
GRADLE-1391 | Groovydoc doesn't create external links in generated HTML | Peter Niederwieser | Evgeny Goldin | Resolved | Fixed | 2011-02-19 | 2013-01-04 |
GRADLE-1392 | ConcurrentModificationException occurs when using copy within a loop | Graeme Rocher | Resolved | Won't Fix | 2011-02-21 | 2017-02-10 | |
GRADLE-1393 | Add a timeout as a generic feature of a task. | Hans Dockter | Resolved | Duplicate | 2011-02-21 | 2017-01-20 | |
GRADLE-1394 | When selecting JUnit/TestNG within test task, it would be useful to have option to add embedded version to test classpath | Spencer Allain | Resolved | Won't Fix | 2011-02-22 | 2017-02-10 | |
GRADLE-1395 | gradle could reveal internal jars as a local repository | Spencer Allain | Resolved | Won't Fix | 2011-02-22 | 2017-02-10 | |
GRADLE-1396 | Eclipse plugin doesn't generate files for projects that were renamed via changing the projectDir | David Gileadi | Resolved | Not A Bug | 2011-02-22 | 2013-01-04 | |
GRADLE-1397 | Non-transitive project dependency includes the file (ie self-resolving) dependencies of the target project | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-02-22 | 2013-01-04 |
GRADLE-1398 | Dependency but no repository fails "silently" | Adam Murdoch | Russel Winder | Resolved | Fixed | 2011-02-25 | 2013-01-04 |
GRADLE-1399 | Incorrect contents generated for org.eclipse.wst.common.component file in Eclipse WTP Utility Module projects | Peter Niederwieser | Matt Accola | Resolved | Fixed | 2011-02-25 | 2013-01-04 |
GRADLE-1400 | Missing environment variables under windows cause tests to fail with unexpected exception | Spencer Allain | Resolved | Won't Fix | 2011-02-25 | 2017-02-10 | |
GRADLE-1401 | Allow specifying task group like project.task(name: "name", group: "group") | Ladislav Thon | Resolved | Fixed | 2011-02-26 | 2013-01-04 | |
GRADLE-1402 | Eclipse plugin should add generated resources to the classpath used to execute tests | Szczepan Faber | Adam Murdoch | Resolved | Fixed | 2011-02-26 | 2013-01-04 |
GRADLE-1403 | IDEA plugin should add generated resources to the classpath used to execute tests | Szczepan Faber | Adam Murdoch | Resolved | Duplicate | 2011-02-26 | 2013-01-04 |
GRADLE-1404 | Remove the 'master' naming convention in flat multi-project builds | Kevin Stembridge | Resolved | Won't Fix | 2011-02-27 | 2017-02-10 | |
GRADLE-1405 | Documentation of execution rules for multi-projects builds doesn't mention flat project structures | Kevin Stembridge | Resolved | Won't Fix | 2011-02-27 | 2017-02-10 | |
GRADLE-1406 | MissingMethodException: static org.gradle.ap i.internal.file.pattern.PatternMatcherFactory.getPatternMatcher() | Remon Sinnema | Resolved | Fixed | 2011-02-28 | 2014-04-10 | |
GRADLE-1407 | Eclipse plugin does not handle case where multiple projects in a multi-project build have the same name | Szczepan Faber | Adam Murdoch | Resolved | Fixed | 2011-03-01 | 2013-01-04 |
GRADLE-1408 | IDEA plugin generates incorrect module dependencies when non-default module name is used | Szczepan Faber | Adam Murdoch | Resolved | Fixed | 2011-03-01 | 2013-01-04 |
GRADLE-1409 | Add sshExec task and method | Hans Dockter | Resolved | Won't Fix | 2011-03-02 | 2017-02-10 | |
GRADLE-1410 | syntax error | Leo Mekenkamp | Resolved | Fixed | 2011-03-02 | 2014-04-10 | |
GRADLE-1411 | Failed to create MANIFEST when building a web app as OSGi bundle | Wolfgang Schell | Resolved | Won't Fix | 2011-03-02 | 2017-02-10 | |
GRADLE-1412 | org.eclipse.jst.component.dependency attribute not set when using variables | Szczepan Faber | Matt Accola | Resolved | Fixed | 2011-03-02 | 2013-01-04 |
GRADLE-1413 | Use classpath container for Eclipse classpath entires like Maven does | Ben McCann | Resolved | Won't Fix | 2011-03-02 | 2017-02-10 | |
GRADLE-1414 | Can't import base project and subprojects into Eclipse | Peter Niederwieser | Ben McCann | Resolved | Won't Fix | 2011-03-02 | 2013-01-04 |
GRADLE-1415 | 'eclipse' plugin with 'war' plugin fails with class cast exception | Peter Niederwieser | Stephane Gallès | Resolved | Fixed | 2011-03-03 | 2013-01-04 |
GRADLE-1416 | IDEA Plugin doesn't honor excluded dependencies | Peter Niederwieser | Andreas Sahlbach | Resolved | Fixed | 2011-03-03 | 2013-01-04 |
GRADLE-1417 | Tooling API should provide progress information for long running operations | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-03-04 | 2013-01-04 |
GRADLE-1418 | Tooling API should provide as much information as possible in the presence of failures | Adam Murdoch | Resolved | Won't Fix | 2011-03-04 | 2017-02-10 | |
GRADLE-1419 | Add support for loading arbitrary properties files as per gradle.properties | Kevin Stembridge | Resolved | Won't Fix | 2011-03-04 | 2017-02-06 | |
GRADLE-1420 | Forked groovyc compilation can create a classpath line too long for Windows | Ben Dotte | Resolved | Fixed | 2011-03-04 | 2013-01-04 | |
GRADLE-1421 | Tooling API: should provide a fast skeletal project model | Adam Murdoch | Kris De Volder | Resolved | Fixed | 2011-03-04 | 2013-01-04 |
GRADLE-1422 | Improper .classpath generation causes WTP to deploy all of the war's dependant project's dependencies | Radim Kubacki | Rob Winch | Resolved | Fixed | 2011-03-05 | 2014-12-05 |
GRADLE-1423 | Provide documentation example of how to add an arbitrary directory to a runtime classpath | Kevin Stembridge | Resolved | Won't Fix | 2011-03-05 | 2017-02-10 | |
GRADLE-1424 | Better documentation of Test.useTestNG(Closure testFrameworkConfigure) | Kevin Stembridge | Resolved | Won't Fix | 2011-03-05 | 2017-02-10 | |
GRADLE-1425 | StackOverflow in TestNGOptions | Kevin Stembridge | Resolved | Fixed | 2011-03-06 | 2014-04-10 | |
GRADLE-1426 | Improper .classpath generation prevents WTP from including war's dependencies when no source folders are specified | Rob Winch | Resolved | Cannot Reproduce | 2011-03-06 | 2013-01-04 | |
GRADLE-1427 | Application plugin install task will remove any other files/directories under installDirPath | Adam Murdoch | Gary Stewart | Resolved | Fixed | 2011-03-07 | 2013-01-04 |
GRADLE-1428 | upgrade code-quality to CodeNarc 0.13 | Hamlet D'Arcy | Resolved | Fixed | 2011-03-08 | 2013-01-04 | |
GRADLE-1429 | Gradle Maven Plugin doesn't honour user settings.xml when installing to local repository | Szczepan Faber | Elisha Ezeugoh | Resolved | Fixed | 2011-03-08 | 2013-01-04 |
GRADLE-1430 | Gradle leaves jna*.dll temporary files in user's home directory | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-03-08 | 2013-01-04 |
GRADLE-1431 | Gradle leaves gradle_ivy_cache_clientModule* directories in the user's home directory | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-03-08 | 2013-01-04 |
GRADLE-1432 | Test process leaks heap space for each test executed | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-03-08 | 2013-01-04 |
GRADLE-1433 | typo in user manual | Leo Mekenkamp | Resolved | Fixed | 2011-03-09 | 2013-01-04 | |
GRADLE-1434 | typo in user manual | Leo Mekenkamp | Resolved | Fixed | 2011-03-09 | 2013-01-04 | |
GRADLE-1435 | typo in user manual | Leo Mekenkamp | Resolved | Fixed | 2011-03-09 | 2013-01-04 | |
GRADLE-1436 | test report does not sum decimal parts correctly in environments with rare Locales | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-03-09 | 2013-01-04 |
GRADLE-1437 | Create moduleName property for ideaModule task | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-03-10 | 2013-01-04 |
GRADLE-1438 | Update application plugin to 'gradle install' of multiple projects | Adam Murdoch | Ben McCann | Resolved | Fixed | 2011-03-10 | 2013-01-04 |
GRADLE-1439 | Cannot call private methods from closures in task classes | Peter Niederwieser | Resolved | Won't Fix | 2011-03-11 | 2017-02-10 | |
GRADLE-1440 | eclipse plugin creates incorrect project dependencies when projectName overridden | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-03-11 | 2013-01-04 |
GRADLE-1441 | Add Web Facet to Module iml | Stéphane Toussaint | Resolved | Won't Fix | 2011-03-14 | 2017-02-10 | |
GRADLE-1442 | possible problem when single artifact is referenced in dependencies with different classifiers | Szczepan Faber | Resolved | Fixed | 2011-03-14 | 2016-03-08 | |
GRADLE-1443 | Incremental build checking leaks memory heap | Adam Murdoch | Resolved | Won't Fix | 2011-03-14 | 2017-02-10 | |
GRADLE-1444 | sources are not downloaded when dependency is using a classifier | Charly Koza | Resolved | Won't Fix | 2011-03-15 | 2017-02-10 | |
GRADLE-1445 | Add task to WAR plugin that creates exploded webapp | Benjamin Muschko | Resolved | Won't Fix | 2011-03-16 | 2017-01-25 | |
GRADLE-1446 | Tooling API should honor eclipse beforeConfigured / whenConfigured hooks | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-03-17 | 2013-01-04 |
GRADLE-1447 | Use Gradle's provided Groovy library as default for 'groovy' dependency (Groovy plugin) | Luke Daley | Benjamin Muschko | Resolved | Won't Fix | 2011-03-17 | 2013-01-04 |
GRADLE-1449 | Tooling API should honor source folder customizations | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-03-20 | 2013-01-04 |
GRADLE-1450 | closures nested inside 'into' portion of a CopySpec do not write under said 'into' | Steve Ebersole | Resolved | Won't Fix | 2011-03-21 | 2017-02-10 | |
GRADLE-1451 | java.lang.ClassCastException | Anton Vorotynsev | Resolved | Won't Fix | 2011-03-21 | 2017-02-10 | |
GRADLE-1452 | IOException when extracting a dependency zip | Jan Thomä | Resolved | Won't Fix | 2011-03-21 | 2017-02-10 | |
GRADLE-1453 | Partial checkout of multi-project should be stand-alone buildable | Gerwin Jansen | Resolved | Won't Fix | 2011-03-21 | 2017-02-10 | |
GRADLE-1454 | War task does not filter out non-unique items | Sten Roger Sandvik | Resolved | Fixed | 2011-03-22 | 2017-02-08 | |
GRADLE-1455 | The tooling api should provide some information about the tasks of a project | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-03-23 | 2013-01-04 |
GRADLE-1456 | Convention property to set JAVA_OPTS/APPL_OPTS in application plugin | René Gröschke | Benjamin Muschko | Resolved | Fixed | 2011-03-25 | 2013-05-20 |
GRADLE-1457 | Init script passed from command line are not executed for buildSrc project | Frederic Simon | Resolved | Won't Fix | 2011-03-27 | 2017-02-10 | |
GRADLE-1458 | Application plugin should use PATH variable | Ben McCann | Resolved | Won't Fix | 2011-03-27 | 2017-02-10 | |
GRADLE-1459 | running 'gradle cleanidea' (all lower case) does nothing | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-03-28 | 2013-01-04 |
GRADLE-1460 | Need improved error message when trying to set eclipseClasspath when project isn't a java project. | Glen Stampoultzis | Resolved | Won't Fix | 2011-03-30 | 2017-02-10 | |
GRADLE-1461 | serverUrl property of sonar task is ignored | Peter Niederwieser | Hans Dockter | Resolved | Fixed | 2011-03-31 | 2013-01-04 |
GRADLE-1462 | Allow interaction Gradle Daemon to manipulate builds in progress | Chris Beams | Resolved | Won't Fix | 2011-03-31 | 2017-02-10 | |
GRADLE-1463 | Version property that is taken from gradle.properties is overriden by BasePlugin | Tomer Cohen | Resolved | Won't Fix | 2011-04-04 | 2017-02-10 | |
GRADLE-1464 | OSGi plugin improvements (https://github.com/gradle/gradle/pull/23) | Peter Niederwieser | Peter Niederwieser | Resolved | Fixed | 2011-04-06 | 2013-01-04 |
GRADLE-1465 | Isolate internally used (Maven) libraries from script class path | Peter Niederwieser | Peter Niederwieser | Resolved | Fixed | 2011-04-06 | 2013-01-04 |
GRADLE-1466 | Test output should include logs of standard out and standard error | Ben McCann | Resolved | Not A Bug | 2011-04-08 | 2013-01-04 | |
GRADLE-1467 | sonar task fails with java.lang.IncompatibleClassChangeError | Peter Niederwieser | David Resnick | Resolved | Fixed | 2011-04-09 | 2013-01-04 |
GRADLE-1468 | Samples in the dsl guide should have more readable format (indentation) | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-04-11 | 2013-01-04 |
GRADLE-1469 | incorrect behavior of idea plugin after upgrade to milestone-2 | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-04-12 | 2013-01-04 |
GRADLE-1470 | Scala Eclipse metadata put out via Eclipse+Scala plugins is outdated | Peter Niederwieser | Colin Sampaleanu | Resolved | Fixed | 2011-04-12 | 2013-01-04 |
GRADLE-1471 | Test execution fails when using Junit version between 4.0 and 4.5 | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-04-12 | 2013-01-04 |
GRADLE-1472 | java.lang.ClassCastException FileCollectionSnapshotImpl cannot be cast to OutputFilesSnapshot | Adam Murdoch | Ildiko Varga Robey | Resolved | Fixed | 2011-04-13 | 2013-01-04 |
GRADLE-1473 | Maven and Application plugins conflict on the "install" task | Peter Niederwieser | Brian Trezise | Resolved | Fixed | 2011-04-13 | 2013-01-04 |
GRADLE-1474 | ZipTask is skipped although the sources were changed by a previous task | Leonard Brünings | Resolved | Won't Fix | 2011-04-14 | 2017-02-10 | |
GRADLE-1475 | gradle release build should validate early and tag late | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-04-14 | 2013-01-04 |
GRADLE-1476 | Make AbstractCompile able to find the "root" of SourceSets | Robert Fischer | Resolved | Won't Fix | 2011-04-15 | 2017-02-10 | |
GRADLE-1477 | Support adding tools.jar to dependencies | Marco Hunsicker | Resolved | Won't Fix | 2011-04-16 | 2017-02-10 | |
GRADLE-1478 | Transitive dependency in classpath configuration of buildscript closure not excluded | Benjamin Muschko | Resolved | Fixed | 2011-04-16 | 2013-01-04 | |
GRADLE-1479 | OS-X OpenJDK7 Issue with libjnidispatch.dylib | Adam Murdoch | Robert Fischer | Resolved | Fixed | 2011-04-16 | 2013-01-04 |
GRADLE-1480 | org.gradle.api.tasks.bundling.Jar#getVersion() returns wrong value | Peter Niederwieser | Marco Hunsicker | Resolved | Not A Bug | 2011-04-17 | 2013-01-04 |
GRADLE-1481 | ant.jar does not allow to specify manifest:attribute values | Alexander Kitaev | Resolved | Won't Fix | 2011-04-17 | 2017-02-10 | |
GRADLE-1482 | links customization for eclipse plugin does not work | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-04-17 | 2013-01-04 |
GRADLE-1483 | Tasks of type JavaExec fails to honor inputs/outputs | Luke Daley | Magnus Rundberget | Resolved | Fixed | 2011-04-18 | 2013-01-04 |
GRADLE-1484 | exclude a particular test from execution | Szczepan Faber | Resolved | Won't Fix | 2011-04-18 | 2017-02-10 | |
GRADLE-1485 | Snapshot dependency fails with "always" update strategy | Daz DeBoer | Alexander Kitaev | Resolved | Duplicate | 2011-04-18 | 2013-01-04 |
GRADLE-1486 | Eclipse's targetCompatibility and sourceCompatibility should be assignable by simple types | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-04-19 | 2013-01-04 |
GRADLE-1487 | eclipse plugin does not honor minusConfigurations for file dependencies | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-04-20 | 2013-01-04 |
GRADLE-1488 | idea plugin does not honor the 'single file dependency' | Szczepan Faber | Resolved | Won't Fix | 2011-04-20 | 2017-02-10 | |
GRADLE-1489 | Assemble in Multi Project build does to much | Adam Murdoch | Bas Jansen | Resolved | Fixed | 2011-04-21 | 2013-01-04 |
GRADLE-1490 | Method getGradleHomeDir() in Gradle.java shouldn't be deprecated | Benjamin Muschko | Resolved | Fixed | 2011-04-21 | 2013-01-04 | |
GRADLE-1491 | Idea plugin does not honor the inheritOutputDirs property | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-04-23 | 2013-01-04 |
GRADLE-1492 | tooling api should use wrapper properties to determine gradle version to use | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-04-24 | 2013-01-04 |
GRADLE-1493 | Execution of "tasks" task displays instructions that are clearly wrong | Peter Niederwieser | Blaine Simpson | Resolved | Not A Bug | 2011-04-25 | 2013-01-04 |
GRADLE-1494 | Tooling api skeletal project tries to download dependencies | Szczepan Faber | Adam Murdoch | Resolved | Fixed | 2011-04-26 | 2013-01-04 |
GRADLE-1495 | Maven publish fails for large artifact for password protected http/dav repository | Adam Murdoch | Resolved | Won't Fix | 2011-04-26 | 2017-02-10 | |
GRADLE-1496 | sonar task fails with java.lang.OutOfMemoryError: PermGen space | Joern Huxhorn | Resolved | Fixed | 2011-04-27 | 2013-01-04 | |
GRADLE-1497 | "gradle install" fails with ClassCastError | Peter Niederwieser | Luke Taylor | Resolved | Not A Bug | 2011-04-27 | 2013-01-04 |
GRADLE-1498 | sonar task fails with ClassNotFoundException for SQL driver | Peter Niederwieser | David Resnick | Resolved | Not A Bug | 2011-04-27 | 2013-01-04 |
GRADLE-1499 | projectProperty setter of Sonar task adds to globalProperties | Peter Niederwieser | Gary Hale | Resolved | Fixed | 2011-04-28 | 2013-01-04 |
GRADLE-1500 | Generate project reports in xml format | Adam Murdoch | Resolved | Won't Fix | 2011-04-28 | 2017-02-10 | |
GRADLE-1501 | Compile task up-to-date checking is broken after changing gradle version until clean task is executed | Adam Murdoch | Resolved | Duplicate | 2011-04-29 | 2016-11-25 | |
GRADLE-1502 | eclipse plugin creates incorrect .classpath when any source dir is external | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-04-30 | 2013-01-04 |
GRADLE-1503 | Eclipse classpath task doesn't respect transitive setting (regression) | Bryan Keller | Resolved | Won't Fix | 2011-04-30 | 2017-02-10 | |
GRADLE-1504 | IDEA plugin should add generated resources to the classpath used to execute tests | Szczepan Faber | Adam Murdoch | Resolved | Fixed | 2011-05-01 | 2013-01-04 |
GRADLE-1505 | org.gradle.api.internal.plugins.DefaultProjectsPluginContainer#hasPlugin should returns false if plugin class not present in classpath | Adam Murdoch | Frederic Simon | Resolved | Fixed | 2011-05-02 | 2013-01-04 |
GRADLE-1506 | Jar, War, Ear tasks should use UTF-8 as default for file and directory naming | Paul Merlin | Magnus Rundberget | Resolved | Fixed | 2011-05-02 | 2016-05-18 |
GRADLE-1507 | Add ivy resolve times to --profile option | Glen Stampoultzis | Resolved | Duplicate | 2011-05-02 | 2013-01-04 | |
GRADLE-1508 | gradle occasionally leaves stale .class | Szczepan Faber | Resolved | Duplicate | 2011-05-03 | 2017-01-16 | |
GRADLE-1509 | Add ability to filter properties recursively | Erick Dovale | Resolved | Won't Fix | 2011-05-03 | 2017-02-10 | |
GRADLE-1510 | Disable compile up-to-date checking fails | Marco Hunsicker | Resolved | Fixed | 2011-05-04 | 2013-01-23 | |
GRADLE-1511 | Gradle tests task hangs, when test throws a specific exception. | Alexander Kitaev | Resolved | Fixed | 2011-05-04 | 2013-11-25 | |
GRADLE-1512 | pom generation does not retain the correct order of dependencies | Russ Egan | Resolved | Won't Fix | 2011-05-04 | 2017-02-10 | |
GRADLE-1513 | Concurrency Bug With JUnit Test Listener | Peter Niederwieser | Robert Fischer | Resolved | Fixed | 2011-05-05 | 2013-01-04 |
GRADLE-1514 | Ability to define properties on a Project from settings.gradle | Colin Findlay | Resolved | Won't Fix | 2011-05-05 | 2017-02-10 | |
GRADLE-1515 | Provide a tooling api implementation which can be used in integration tests | Adam Murdoch | Resolved | Fixed | 2011-05-06 | 2015-07-26 | |
GRADLE-1516 | Daemon buildscript dependency classloader error | Marco Hunsicker | Resolved | Won't Fix | 2011-05-06 | 2017-02-10 | |
GRADLE-1517 | Apply statement not using script classpath | Marco Hunsicker | Resolved | Won't Fix | 2011-05-08 | 2017-02-10 | |
GRADLE-1518 | Build should fail immediately once test failure is detected | Ildiko Varga Robey | Resolved | Duplicate | 2011-05-09 | 2017-02-02 | |
GRADLE-1519 | SourceSets should understand the concept of generated resource | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-05-09 | 2013-01-04 |
GRADLE-1520 | make it possible to generate plugin documentation | Szczepan Faber | Resolved | Won't Fix | 2011-05-09 | 2017-02-10 | |
GRADLE-1521 | Have Antlr plugin add Antlr jar to | Steve Ebersole | Resolved | Won't Fix | 2011-05-09 | 2017-02-10 | |
GRADLE-1522 | repositories.ivy() does not support publishing to the local filesystem | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-05-09 | 2013-01-04 |
GRADLE-1523 | Tests doesn't start when test target is invoked explicitly | Alexander Kitaev | Resolved | Won't Fix | 2011-05-11 | 2017-02-10 | |
GRADLE-1524 | Cannot call method from buildscript { } closure | Peter Niederwieser | Alexander Kitaev | Resolved | Not A Bug | 2011-05-11 | 2013-01-04 |
GRADLE-1525 | ClassCastException doing integration testing via DefaultGradleConnector | Marco Hunsicker | Resolved | Won't Fix | 2011-05-11 | 2017-02-10 | |
GRADLE-1526 | java.util.ConcurrentModificationException when executing compileJavacc | Robert Fischer | Resolved | Won't Fix | 2011-05-11 | 2017-02-10 | |
GRADLE-1527 | Tooling api throws exception when project contains a wrapper properties file generated by a version of Gradle < 0.9 | Szczepan Faber | Adam Murdoch | Resolved | Fixed | 2011-05-11 | 2013-01-04 |
GRADLE-1528 | it should be possible to register the task that generates the resource | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-05-11 | 2013-10-18 |
GRADLE-1529 | Eclipse model built by the tooling api for a project which does not use the eclipse plugin lists tasks which cannot be executed | Szczepan Faber | Adam Murdoch | Resolved | Fixed | 2011-05-11 | 2013-01-04 |
GRADLE-1530 | Tooling api eclipse model should include the linked resources for the project | Szczepan Faber | Adam Murdoch | Resolved | Fixed | 2011-05-11 | 2013-01-04 |
GRADLE-1531 | Compile seems to ignore options.encoding | Peter Rietzler | Resolved | Fixed | 2011-05-12 | 2013-01-04 | |
GRADLE-1532 | Gradle throwing error when trying to execute parallel functional test with Selenium Grid and testNG | Asmita Vaidya | Resolved | Fixed | 2011-05-12 | 2013-01-04 | |
GRADLE-1533 | Tooling API should return info on what Gradle distribution is being used by a given project | Szczepan Faber | Kris De Volder | Resolved | Fixed | 2011-05-12 | 2013-01-04 |
GRADLE-1534 | Annotation to mark properties | Marco Hunsicker | Resolved | Won't Fix | 2011-05-12 | 2017-02-10 | |
GRADLE-1535 | Tooling api should allow changing Gradle version / distribution in the wrapper | Kris De Volder | Resolved | Won't Fix | 2011-05-12 | 2017-02-10 | |
GRADLE-1536 | Gradle Tooling API hangs building full Eclipse model for spring-data-mapping project | Kris De Volder | Resolved | Fixed | 2011-05-12 | 2013-01-04 | |
GRADLE-1537 | Tooling API fails to build skeletal model for spring-data-mapping project | Kris De Volder | Resolved | Duplicate | 2011-05-12 | 2013-01-04 | |
GRADLE-1538 | Tooling API should provide information on Groovy nature and version | Kris De Volder | Resolved | Won't Fix | 2011-05-12 | 2017-02-10 | |
GRADLE-1539 | Tooling API should provide cancelation for long running operations | Radim Kubacki | Kris De Volder | Resolved | Fixed | 2011-05-12 | 2014-08-05 |
GRADLE-1540 | Tooling api should provide estimate of percentage complete for long running operations | Adam Murdoch | Resolved | Won't Fix | 2011-05-12 | 2017-02-10 | |
GRADLE-1541 | Tooling api should provide more feedback while resolving project dependencies | Adam Murdoch | Resolved | Won't Fix | 2011-05-12 | 2017-02-10 | |
GRADLE-1542 | Decorated objects created using ClassGenerator should implement Serializable if the undecorated object does | René Gröschke | Resolved | Won't Fix | 2011-05-13 | 2017-02-10 | |
GRADLE-1543 | Tooling API fails to connect to Gradle Daemon in execution environment that has network proxy | Kris De Volder | Resolved | Won't Fix | 2011-05-13 | 2017-02-10 | |
GRADLE-1544 | Quality Plugin: Be able to declare codenarc version | Hamlet D'Arcy | Resolved | Fixed | 2011-05-14 | 2013-05-01 | |
GRADLE-1545 | up-to-date check for Jar task does not work when osgi plugin is applied | Luke Daley | René Gröschke | Resolved | Fixed | 2011-05-14 | 2013-01-04 |
GRADLE-1546 | Provide a method that returns a path for storing project specific build data across builds. | Hans Dockter | Resolved | Won't Fix | 2011-05-14 | 2017-02-10 | |
GRADLE-1547 | Provide reference for Ant-style pattern syntax | Marco Hunsicker | Resolved | Won't Fix | 2011-05-15 | 2017-02-10 | |
GRADLE-1548 | Cannot run 'gradle eclipse' successfully - insists dependencies are not found | Andrew Thorburn | Resolved | Duplicate | 2011-05-16 | 2013-01-04 | |
GRADLE-1549 | XMLSchema 1.1 validation test fails | Joe Schmetzer | Resolved | Won't Fix | 2011-05-16 | 2017-02-10 | |
GRADLE-1550 | A few minor typos in the documentation... | Brett L Schuchert | Resolved | Won't Fix | 2011-05-16 | 2017-02-10 | |
GRADLE-1551 | typos in http://www.gradle.org/build_lifecycle.html | Brett L Schuchert | Resolved | Fixed | 2011-05-16 | 2013-05-01 | |
GRADLE-1552 | Eclipse plugin generates absolute filenames in .classpath for local jar files | Alan Krueger | Resolved | Not A Bug | 2011-05-16 | 2013-01-04 | |
GRADLE-1553 | -Dtest.single causes errors if there are projects with test tasks in buildSrc | Szczepan Faber | Luke Daley | Resolved | Won't Fix | 2011-05-16 | 2014-11-06 |
GRADLE-1554 | Allow build to continue on test failure, yet still end with a failed status | Luke Daley | Resolved | Won't Fix | 2011-05-16 | 2017-02-10 | |
GRADLE-1555 | Programatic task depedencies not obeyed in tooling API | Kris De Volder | Resolved | Not A Bug | 2011-05-16 | 2013-01-04 | |
GRADLE-1556 | Gradle does not support proxy authentication using user/password system properties | Daz DeBoer | Daniel Beck | Resolved | Fixed | 2011-05-16 | 2013-06-25 |
GRADLE-1557 | target directory error when copy file in task distZip of application plugin | Sky Ao | Resolved | Fixed | 2011-05-17 | 2013-01-04 | |
GRADLE-1558 | improve application plugin to support to copy more files to distribution | Luke Daley | Sky Ao | Resolved | Fixed | 2011-05-17 | 2013-01-04 |
GRADLE-1559 | buildSrc double compilation | Greg Gigon | Resolved | Won't Fix | 2011-05-17 | 2017-02-10 | |
GRADLE-1560 | Tooling API should provide info on default tasks | Kris De Volder | Resolved | Won't Fix | 2011-05-17 | 2017-02-10 | |
GRADLE-1561 | FileSnapshotter class cast exception | Adam Murdoch | Lee Dickenson | Resolved | Fixed | 2011-05-17 | 2013-01-04 |
GRADLE-1562 | NPE on running a task | phil swenson | Resolved | Won't Fix | 2011-05-18 | 2017-02-10 | |
GRADLE-1563 | Javadoc Plugin does not generate correct command line options for tags and targlets | Peter Niederwieser | Howard M. Lewis Ship | Resolved | Fixed | 2011-05-19 | 2013-01-04 |
GRADLE-1564 | Javadoc cut-n-paste error in org.gradle.api.tasks.testing.Test.useTestNG(Closure) | Baron Roberts | Resolved | Won't Fix | 2011-05-22 | 2017-02-10 | |
GRADLE-1565 | DSL documentation for eclipse plugin typos | Szczepan Faber | Baron Roberts | Resolved | Fixed | 2011-05-22 | 2013-01-04 |
GRADLE-1566 | Copy filtering/expansion needs to be more selective on what content is filtered to avoid corrupting binary files | Luke Daley | Resolved | Fixed | 2011-05-22 | 2013-11-18 | |
GRADLE-1567 | Cannot have more than one version of the same artifact with a different classifier in Ivy cache, causing unpredictable builds | Daz DeBoer | Luke Daley | Resolved | Fixed | 2011-05-22 | 2013-01-04 |
GRADLE-1568 | FilterChain drops useful exception information | Karl Gustafsson | Resolved | Won't Fix | 2011-05-23 | 2017-02-10 | |
GRADLE-1569 | Allow shorthand to exclude transitive dependency using single string, rather than map | Daniel Gredler | Resolved | Won't Fix | 2011-05-23 | 2017-02-10 | |
GRADLE-1570 | Allow shorthand to replace transitive dependency version with another version | Daniel Gredler | Resolved | Fixed | 2011-05-23 | 2013-05-01 | |
GRADLE-1571 | Ant target that depends on Gradle task breaks if Ant target includes | Mark Jeffcoat | Resolved | Duplicate | 2011-05-23 | 2017-02-06 | |
GRADLE-1572 | The current EclipseModel does not allow to define additional tasks like eclipseJdt | Thomas Glaeser | Resolved | Won't Fix | 2011-05-24 | 2013-01-04 | |
GRADLE-1573 | 'gradle dependencies' only shows dependencies for root project | Peter Niederwieser | Resolved | Won't Fix | 2011-05-24 | 2017-02-10 | |
GRADLE-1574 | transitive = false should produce excludes for each dependency in POM | Pepper Lebeck-Jobe | Luke Daley | Resolved | Fixed | 2011-05-26 | 2016-03-29 |
GRADLE-1575 | compile dependencies mixed with groovy depencencies (commons cli) | Daniel Gredler | Resolved | Not A Bug | 2011-05-26 | 2013-01-23 | |
GRADLE-1576 | pdf formatting | John Watson | Resolved | Won't Fix | 2011-05-26 | 2017-02-10 | |
GRADLE-1577 | JavaExec task doesn't seem to handle spaces in the executable path or in classpath. | Jason Hatton | Resolved | Won't Fix | 2011-05-27 | 2017-02-10 | |
GRADLE-1578 | Gradle should attempt to translate Ivy version ranges to Maven compatible syntax where possible | René Gröschke | Luke Daley | Resolved | Fixed | 2011-05-29 | 2014-11-11 |
GRADLE-1579 | DSL guide samples should have syntax highlighting | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-05-31 | 2013-01-04 |
GRADLE-1580 | Generating eclipse files for Gradle itself creates cyclic project dependencies between core and coreImpl | Szczepan Faber | Carsten Mjartan | Resolved | Fixed | 2011-06-01 | 2013-01-04 |
GRADLE-1581 | Check for eclipse-wise cyclic dependencies | Carsten Mjartan | Resolved | Won't Fix | 2011-06-01 | 2017-02-10 | |
GRADLE-1582 | "XMLResultAggregator was not found" error when instantiating TestNG's junitreport task | Ronald Kurr | Resolved | Won't Fix | 2011-06-01 | 2017-02-10 | |
GRADLE-1583 | Gradle doesn't support ivy configuration expression | Sky Ao | Resolved | Fixed | 2011-06-01 | 2013-08-13 | |
GRADLE-1584 | Groovy tests work under 1.0 milestone 3 but fail under milestone 4 | Alan Krueger | Resolved | Won't Fix | 2011-06-01 | 2017-02-10 | |
GRADLE-1585 | NoSuchMethodError when running Sonar task | Peter Niederwieser | Peter Niederwieser | Resolved | Won't Fix | 2011-06-01 | 2013-01-04 |
GRADLE-1586 | Tooling API should provide info on which output folder to use | Kris De Volder | Resolved | Won't Fix | 2011-06-02 | 2017-02-10 | |
GRADLE-1587 | DependencyHandler does not have localGroovy() method, but default impl does | Luke Daley | Resolved | Fixed | 2011-06-04 | 2013-01-04 | |
GRADLE-1588 | Add interface for tasks that produce a file | Luke Daley | Resolved | Won't Fix | 2011-06-04 | 2017-02-10 | |
GRADLE-1589 | Name the POM artifact in the Gradle build by what it will be published as | Luke Daley | Resolved | Won't Fix | 2011-06-04 | 2017-02-10 | |
GRADLE-1590 | Moving class from src/main/groovy to src/main/java blows up build | Axel Fontaine | Resolved | Won't Fix | 2011-06-05 | 2017-02-10 | |
GRADLE-1591 | Adding a projectProperty to the Sonar configuration removes all default projectProperties that are added by the Plugin's convention | Joshua Shrader | Resolved | Fixed | 2011-06-05 | 2013-01-04 | |
GRADLE-1592 | Fail fast if a user tries to create a task via project.task(Map) | Luke Daley | Resolved | Won't Fix | 2011-06-06 | 2017-02-10 | |
GRADLE-1593 | Tooling API should provide a way to create tasks and execute them | Kris De Volder | Resolved | Won't Fix | 2011-06-06 | 2017-02-10 | |
GRADLE-1594 | Tooling API spawning 'runaway' daemon? | Kris De Volder | Resolved | Won't Fix | 2011-06-06 | 2017-02-10 | |
GRADLE-1595 | "failOnError" property on Gradle tasks | Evgeny Goldin | Resolved | Won't Fix | 2011-06-06 | 2017-02-10 | |
GRADLE-1596 | Exception raised inside JavaDoc generation result in just the exception name being printed, without a stack trace | Howard M. Lewis Ship | Resolved | Won't Fix | 2011-06-06 | 2017-02-10 | |
GRADLE-1597 | Custom configuration transitive dependency omitted due to project naming | Daniel Gredler | Resolved | Won't Fix | 2011-06-07 | 2017-02-10 | |
GRADLE-1598 | Compile dependencies dependent project may not become runtime dependencies in project that depends on it | Alan Krueger | Resolved | Won't Fix | 2011-06-08 | 2017-02-10 | |
GRADLE-1599 | Project transitive dependency resolution appears not to use repositories definition from dependent project | Alan Krueger | Resolved | Won't Fix | 2011-06-08 | 2017-02-10 | |
GRADLE-1600 | Plugin Conflict: 'war' and 'eclipse' fail with compile fileTree | Christopher Paulicka | Resolved | Cannot Reproduce | 2011-06-08 | 2013-01-04 | |
GRADLE-1601 | Expose "OSGi" attribute | Robert Fischer | Resolved | Won't Fix | 2011-06-09 | 2017-02-10 | |
GRADLE-1602 | cleanIdea should not trigger cleaning the workspace file | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-06-09 | 2013-01-04 |
GRADLE-1603 | Docs claim zip files go into sub-folder, but they go into project folder | Howard M. Lewis Ship | Resolved | Won't Fix | 2011-06-09 | 2017-02-10 | |
GRADLE-1604 | compiler error,when compile code like: public | Simon Leung | Resolved | Won't Fix | 2011-06-09 | 2017-02-10 | |
GRADLE-1605 | "copy" task reporting up-to-date | Brian Trezise | Resolved | Duplicate | 2011-06-10 | 2016-09-05 | |
GRADLE-1606 | A different dependency is downloaded instead of the declared dependency | Claude Mamo | Resolved | Fixed | 2011-06-10 | 2013-01-04 | |
GRADLE-1607 | DefaultTaskDependency needs a better toString() | Luke Daley | Resolved | Won't Fix | 2011-06-13 | 2017-02-10 | |
GRADLE-1608 | DefaultConfiguration.ArtifactsFileCollection should implement equals() | Luke Daley | Resolved | Won't Fix | 2011-06-13 | 2017-02-10 | |
GRADLE-1609 | Daemon does not work with Grails | Luke Daley | Luke Daley | Resolved | Fixed | 2011-06-13 | 2013-01-04 |
GRADLE-1610 | no exception when task with the same name is added | Szczepan Faber | Resolved | Not A Bug | 2011-06-14 | 2013-01-04 | |
GRADLE-1611 | Getting a path with backslashes where a path with slashes is expected in a ziptask with ziptree input | Ric Klaren | Resolved | Not A Bug | 2011-06-14 | 2013-01-04 | |
GRADLE-1612 | Add a zip() method to Project's DSL | Evgeny Goldin | Resolved | Won't Fix | 2011-06-14 | 2017-02-10 | |
GRADLE-1613 | Classpath entries generated by the Eclipse plugin are always exported="true" | Szczepan Faber | David Gileadi | Resolved | Fixed | 2011-06-14 | 2013-01-04 |
GRADLE-1614 | Eclipse plugin orders src/main/* before src/test/* | Alan Krueger | Resolved | Won't Fix | 2011-06-14 | 2017-02-10 | |
GRADLE-1615 | Support publication of artifacts to .gradle/cache for collaboration across projects without need for .m2 | Chris Beams | Resolved | Won't Fix | 2011-06-14 | 2017-02-10 | |
GRADLE-1616 | change the location of the project's .gradle cache | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-06-14 | 2013-01-04 |
GRADLE-1617 | Inconsistent behavior for MavenDeployer.addFilter on upload of multiple poms | Davide Cavestro | Resolved | Won't Fix | 2011-06-15 | 2017-02-10 | |
GRADLE-1618 | file.encoding System property (and GRADLE_OPTS) not passed to Daemon | Luke Daley | David Fogel | Resolved | Fixed | 2011-06-15 | 2013-01-04 |
GRADLE-1619 | Provide infrastructure for plugin/task developers to execute gradle builds in a controlled manner for integration testing | Luke Daley | Luke Daley | Resolved | Fixed | 2011-06-16 | 2015-08-04 |
GRADLE-1620 | Gradle does not execute testng test classes with just a org.testng.annotations.Factory annotation | Ric Klaren | Resolved | Fixed | 2011-06-16 | 2013-01-24 | |
GRADLE-1621 | Gradle Tooling API fails to build Eclipse model if it can't find source jars for dependencies | Peter Niederwieser | Kris De Volder | Resolved | Fixed | 2011-06-17 | 2013-01-04 |
GRADLE-1622 | Gradle Tooling API EclipseModel silently drops dependencies if they only differ in classifier | Daz DeBoer | Kris De Volder | Resolved | Fixed | 2011-06-17 | 2013-01-04 |
GRADLE-1623 | task depends on should execute tasks in order specified | phil swenson | Resolved | Duplicate | 2011-06-18 | 2013-01-04 | |
GRADLE-1624 | eclipse's plugin referencedProjects do not work | Szczepan Faber | Resolved | Not A Bug | 2011-06-18 | 2013-01-04 | |
GRADLE-1625 | NoClassDefFound org.jaxen.XPath using Sonar plugin | Luke Daley | Olivier Girardot | Resolved | Won't Fix | 2011-06-20 | 2015-04-30 |
GRADLE-1626 | Task dependency fail for external scripts | Max Garmash | Resolved | Won't Fix | 2011-06-20 | 2013-01-04 | |
GRADLE-1627 | Corrupted cache exception on local disk | Adam Murdoch | Olivier Girardot | Resolved | Fixed | 2011-06-21 | 2013-01-04 |
GRADLE-1628 | Clean task doesn't delete classes directory if classesDir was set | Benjamin Muschko | Resolved | Won't Fix | 2011-06-21 | 2017-01-25 | |
GRADLE-1629 | Provide supported mechanism for evaluating ProjectBuilder created projects (for plugin testing) | Luke Daley | Resolved | Won't Fix | 2011-06-21 | 2017-02-10 | |
GRADLE-1631 | allow creating tasks using path | Szczepan Faber | Resolved | Won't Fix | 2011-06-22 | 2017-02-10 | |
GRADLE-1632 | Add convenience methods to appropriate places to fail the build | Luke Daley | Resolved | Won't Fix | 2011-06-23 | 2017-02-10 | |
GRADLE-1633 | Allow the build to be failed in such a way that execution does not stop | Luke Daley | Resolved | Won't Fix | 2011-06-23 | 2017-02-10 | |
GRADLE-1634 | AbstractTask#execute() should be final. | Luke Daley | Luke Daley | Resolved | Fixed | 2011-06-23 | 2013-01-04 |
GRADLE-1635 | Expand in Copy Task should only replace variables that exist in the scope | Jani | Resolved | Won't Fix | 2011-06-23 | 2017-02-10 | |
GRADLE-1636 | Create task for aggregating test results into a combined report | Luke Daley | Resolved | Fixed | 2011-06-23 | 2013-05-01 | |
GRADLE-1637 | Support "skinny" deployed ears, where transitive dependencies of deployed modules are automatically put in the earlib | David Gileadi | Resolved | Won't Fix | 2011-06-23 | 2017-02-10 | |
GRADLE-1638 | gradle --stop should be more forceful when daemon does not stop or is stuck | Adam Murdoch | Resolved | Won't Fix | 2011-06-23 | 2017-02-10 | |
GRADLE-1639 | CommandLineIntegrationTest fails under windows unless default user Path contains location of correct jdk | Adam Murdoch | Spencer Allain | Resolved | Fixed | 2011-06-24 | 2013-01-04 |
GRADLE-1640 | StackOverflow in ear plugin | Dave Cracauer | Resolved | Fixed | 2011-06-24 | 2013-01-04 | |
GRADLE-1641 | Provide some way for plugins to extend a domain object to add a namespace of properties and methods | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-06-24 | 2013-01-04 |
GRADLE-1642 | Maven plugin assumes the base plugin has been applied | Luke Daley | Luke Daley | Resolved | Fixed | 2011-06-24 | 2013-01-04 |
GRADLE-1643 | copy task does not copy empty dirs when no files present | Pepper Lebeck-Jobe | Szczepan Faber | Resolved | Duplicate | 2011-06-25 | 2016-11-18 |
GRADLE-1644 | Allow to specify configuration(s) when running "gradle dependencies" | Evgeny Goldin | Resolved | Fixed | 2011-06-27 | 2013-05-01 | |
GRADLE-1645 | Introduce callback on convention object configuration completed | Baruch Sadogursky | Resolved | Won't Fix | 2011-06-27 | 2017-02-10 | |
GRADLE-1646 | Copy tasks do not consider filter/expansion properties in up-to-date checks | Luke Daley | Resolved | Duplicate | 2011-06-27 | 2017-01-16 | |
GRADLE-1647 | allow configuring wrapper with relative file path to distro | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-06-28 | 2013-01-04 |
GRADLE-1648 | cleanWrapper leaves gradlew.bat and gradle directory | Philip Crotwell | Resolved | Won't Fix | 2011-06-28 | 2017-02-10 | |
GRADLE-1649 | Remove default exclude patterns for test tasks | Adam Murdoch | Luke Daley | Resolved | Fixed | 2011-06-28 | 2013-01-04 |
GRADLE-1650 | Tooling API should provide info on Java version | Kris De Volder | Resolved | Won't Fix | 2011-06-30 | 2017-02-10 | |
GRADLE-1651 | Improve conventional configuration setup so not to encourage unnecessary artifacts being built as inter-project dependencies | Luke Daley | Luke Daley | Resolved | Fixed | 2011-06-30 | 2013-01-04 |
GRADLE-1652 | Environment not working | Donald Kwakkel | Resolved | Not A Bug | 2011-07-01 | 2013-01-04 | |
GRADLE-1653 | Add repository notation for github downloads. | Luke Daley | Resolved | Won't Fix | 2011-07-01 | 2013-05-01 | |
GRADLE-1654 | GroovyDoc documentation has truncated text in the explanations columns | Matthew J. McCullough | Resolved | Won't Fix | 2011-07-02 | 2017-02-10 | |
GRADLE-1655 | idea plugin does not honor minusConfigurations for file dependencies | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-07-02 | 2013-01-04 |
GRADLE-1656 | The Checkstyle plugin doesn't support ommiting the console output | Andras Milassin | Resolved | Fixed | 2011-07-04 | 2013-01-04 | |
GRADLE-1657 | Confusing failure if trying to pass a wildcard as a parameter to fileTree() | Dmitry Jemerov | Resolved | Won't Fix | 2011-07-04 | 2017-02-10 | |
GRADLE-1658 | .gradle/jna/libjnidispatch.so created in default user home dir, altough -g is used | Stephane Gallès | Resolved | Fixed | 2011-07-05 | 2014-04-20 | |
GRADLE-1659 | Remove JAX Innovation Awards graphic from Gradle.org (competition has concluded) | Hans Dockter | Matthew J. McCullough | Resolved | Fixed | 2011-07-05 | 2013-01-04 |
GRADLE-1660 | Add version number to footer of web site | Matthew J. McCullough | Resolved | Won't Fix | 2011-07-05 | 2017-02-10 | |
GRADLE-1661 | Configuration should expose its dependencies and artifacts as DomainObjectCollections | Luke Daley | Luke Daley | Resolved | Fixed | 2011-07-05 | 2013-01-04 |
GRADLE-1662 | DomainObjectCollection should implement Set or Collection | Luke Daley | Luke Daley | Resolved | Fixed | 2011-07-05 | 2013-01-04 |
GRADLE-1663 | Gradle should provide an option to perform an Ivy deliver when producing the uploaded Ivy file for a module | Carl Quinn | Resolved | Won't Fix | 2011-07-05 | 2017-02-10 | |
GRADLE-1664 | Clarify the role of ConventionTask | Luke Daley | Resolved | Won't Fix | 2011-07-05 | 2017-02-10 | |
GRADLE-1665 | an example of running Selenium tests with Gradle | Luke Daley | Tomek Kaczanowski | Resolved | Won't Fix | 2011-07-06 | 2013-01-04 |
GRADLE-1666 | ClassCastException in eclipse plugin, BigDecimal to org.gradle.api.JavaVersion | Szczepan Faber | Philip Crotwell | Resolved | Duplicate | 2011-07-06 | 2013-01-04 |
GRADLE-1667 | gradle uses wrong Java version on MacOS X 10.5 and later | Adam Murdoch | Konrad Hinsen | Resolved | Fixed | 2011-07-07 | 2013-01-04 |
GRADLE-1668 | TaskExecutionGraph and TaskGraphExecuter | Benjamin Muschko | Tim Berglund | Resolved | Fixed | 2011-07-07 | 2013-11-01 |
GRADLE-1669 | Application plugin script does not set Mac -Xdock:name correctly | Adam Murdoch | Kelly Robinson | Resolved | Fixed | 2011-07-08 | 2013-01-04 |
GRADLE-1670 | OSGi plugin fails with ClassCastException if project.version has type other than String | Peter Niederwieser | Peter Niederwieser | Resolved | Fixed | 2011-07-08 | 2013-01-04 |
GRADLE-1671 | Add a simple way to create empty folders in copy and archive tasks | Russ Egan | Resolved | Won't Fix | 2011-07-10 | 2017-02-10 | |
GRADLE-1672 | The "choice" command should not be used in gradle.bat | Adam Murdoch | Olivier Lefevre | Resolved | Fixed | 2011-07-11 | 2013-01-04 |
GRADLE-1673 | Cannot generate | René Gröschke | Resolved | Won't Fix | 2011-07-13 | 2017-02-10 | |
GRADLE-1674 | testCompile dependency is not included in the test scope of an idea project created by gradle | Mike Mills | Resolved | Won't Fix | 2011-07-15 | 2017-02-10 | |
GRADLE-1675 | slow dependency resolution for certain snapshot dependencies | Szczepan Faber | Resolved | Fixed | 2011-07-15 | 2013-01-04 | |
GRADLE-1676 | IncompatibleClassChangeError is thrown when using Sonar plugin for Gradle | Luke Daley | Swavek Lorenc | Resolved | Won't Fix | 2011-07-15 | 2015-04-30 |
GRADLE-1677 | Apply a plugin and add it's classpath dependency directly via a single Project.apply statement | Merlyn Albery-Speyer | Resolved | Won't Fix | 2011-07-16 | 2017-02-10 | |
GRADLE-1678 | When using daemon, Zip task creates archive into ~/.gradle when destinationDir is not set | Daz DeBoer | Resolved | Fixed | 2011-07-19 | 2013-01-04 | |
GRADLE-1679 | gradlew does not support HTTP proxy authentication | Daz DeBoer | Matt Stine | Resolved | Fixed | 2011-07-20 | 2013-01-04 |
GRADLE-1680 | Eclipse plugin generates incorrect path for library javadocs | Adam Murdoch | Resolved | Fixed | 2011-07-20 | 2013-01-04 | |
GRADLE-1681 | Improve error message for task 'upload' if java.io.tmpdir does not exist | Jochen Hinrichsen | Resolved | Won't Fix | 2011-07-21 | 2017-02-10 | |
GRADLE-1682 | Test classloader ordering seems to not be in parent first | Frédéric Camblor | Resolved | Fixed | 2011-07-21 | 2016-09-13 | |
GRADLE-1684 | make it possible to configure IDEA sdk with arbitrary name | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-07-22 | 2013-01-04 |
GRADLE-1685 | 'properties' property in script does not include properties defined in gradle.properties | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-07-24 | 2013-01-04 |
GRADLE-1686 | properties defined in root project's gradle.properties override those defined in subproject's gradle.properties | Adam Murdoch | Resolved | Fixed | 2011-07-24 | 2013-01-04 | |
GRADLE-1687 | ExtensionContainer should extend NamedDomainObjectContainer | Adam Murdoch | Resolved | Won't Fix | 2011-07-24 | 2017-02-10 | |
GRADLE-1688 | Officially document tooling api | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-07-25 | 2013-01-04 |
GRADLE-1691 | Tooling API should accept all the parameters not task name only | Szczepan Faber | Greg Gigon | Resolved | Fixed | 2011-07-26 | 2013-01-04 |
GRADLE-1692 | Tooling API should provide a classpath for build.gradle file | Kris De Volder | Resolved | Won't Fix | 2011-07-26 | 2017-02-10 | |
GRADLE-1693 | Tooling API should provide informatin about which Groovy compiler (version) should be used for parsing build.gradle | Kris De Volder | Resolved | Won't Fix | 2011-07-26 | 2017-02-10 | |
GRADLE-1694 | 'gradle dependencies' should include more information | Szczepan Faber | Resolved | Won't Fix | 2011-07-26 | 2017-02-10 | |
GRADLE-1695 | buildNeeded and buildDependents tasks are not recursive | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-07-27 | 2013-01-04 |
GRADLE-1696 | Gradle 1.0-milestone-4 local cache structure changed cause the Arquillian test broken | Daz DeBoer | Wang Liyu | Resolved | Not A Bug | 2011-07-28 | 2013-08-02 |
GRADLE-1697 | 1.0-milestone-4 a lot slower than 1.0-milestone-3 | Adam Murdoch | Russel Winder | Resolved | Fixed | 2011-07-28 | 2013-01-04 |
GRADLE-1698 | Gradle Sonar plugin fails to connect to Sonar | Austin Austin | Resolved | Not A Bug | 2011-07-28 | 2013-01-04 | |
GRADLE-1699 | import fails for JavaPlugin in buildSrc | Adam Murdoch | Philip Crotwell | Resolved | Fixed | 2011-07-28 | 2013-01-04 |
GRADLE-1700 | Tooling API M4 throws unsupported operation when getLinkedResources is called with an M3 distro | Kris De Volder | Resolved | Won't Fix | 2011-07-28 | 2017-02-10 | |
GRADLE-1701 | Gradle 1.0-M4 fails to create HierarchicalEclipseProject for spring-integration project | Adam Murdoch | Kris De Volder | Resolved | Fixed | 2011-07-28 | 2013-01-04 |
GRADLE-1702 | Mapping of source folders and linked resources should try to avoid absolute paths (use path variables) | Kris De Volder | Resolved | Won't Fix | 2011-07-28 | 2017-02-10 | |
GRADLE-1703 | Please 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 this | David Oliver | Resolved | Won't Fix | 2011-07-28 | 2017-02-10 | |
GRADLE-1704 | Rendering of dates in "gradle -version" | Russel Winder | Resolved | Fixed | 2011-07-29 | 2013-05-20 | |
GRADLE-1705 | propertiesReport task report warning | Daz DeBoer | Wang Liyu | Resolved | Fixed | 2011-07-29 | 2013-01-04 |
GRADLE-1706 | Gradle eclipse/idea plugin breaks when dependency sources jar is not found occasionally | Szczepan Faber | Wang Liyu | Resolved | Fixed | 2011-07-29 | 2013-01-04 |
GRADLE-1707 | Eclipse plugin should eliminate Eclipse warning: Classpath entry ... will not be exported or published | Szczepan Faber | David Oliver | Resolved | Duplicate | 2011-07-30 | 2013-01-04 |
GRADLE-1708 | Can't specify more than one artifact pattern for ivy repositories | Daz DeBoer | Levi Hoogenberg | Resolved | Fixed | 2011-08-01 | 2013-01-04 |
GRADLE-1709 | Default 'runtime' configuration in the Java plugin should not extend 'compile', or have an easy way to override default behaviour | Rodion Moiseev | Resolved | Not A Bug | 2011-08-01 | 2013-01-23 | |
GRADLE-1710 | TestNG test creation errors fail without test report | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-08-02 | 2013-11-19 |
GRADLE-1711 | Deprecation warnings are only displayed once for the lifetime of the gradle daemon, rather than on every execution | Daz DeBoer | Daz DeBoer | Resolved | Fixed | 2011-08-03 | 2013-01-04 |
GRADLE-1712 | gradlew eclipse fails with NullPointerException | Adam Murdoch | Ingo Richter | Resolved | Fixed | 2011-08-03 | 2013-01-04 |
GRADLE-1713 | Running "./gradlew cleanIdea idea" task fails with Nullpointer Exception on gradle codebase | René Gröschke | Resolved | Duplicate | 2011-08-03 | 2014-07-29 | |
GRADLE-1714 | Remote repositories hit on every build despite cache causing significant performance degradation | Doug Lethin | Resolved | Fixed | 2011-08-03 | 2013-01-04 | |
GRADLE-1715 | gradleApi() pollutes compile time with runtime dependencies | Hani Suleiman | Resolved | Fixed | 2011-08-03 | 2016-05-04 | |
GRADLE-1716 | Unable to run tests due to wharf exceptions | Adam Murdoch | Szczepan Faber | Resolved | Fixed | 2011-08-04 | 2013-01-04 |
GRADLE-1717 | unable to resolve dependencies after clearing entire cache | Adam Murdoch | Szczepan Faber | Resolved | Fixed | 2011-08-04 | 2013-01-04 |
GRADLE-1718 | CommonsHttpClientBackedRepository only expects HTTP 200 status code responses | Daz DeBoer | Phil Messenger | Resolved | Fixed | 2011-08-04 | 2013-01-04 |
GRADLE-1719 | The eclipseClasspath task generates incomplete .classpath entries | Marian Seitner | Resolved | Not A Bug | 2011-08-04 | 2013-01-04 | |
GRADLE-1720 | no stack trace when dependency resolution fails awkwardly | Adam Murdoch | Szczepan Faber | Resolved | Fixed | 2011-08-04 | 2013-01-04 |
GRADLE-1721 | Gradle Tooling API M4 NPE while building full Eclipse model for spring-data-redis project | Adam Murdoch | Kris De Volder | Resolved | Fixed | 2011-08-04 | 2013-01-04 |
GRADLE-1722 | upgrade to groovy 1.8 | Adam Murdoch | Resolved | Fixed | 2011-08-04 | 2013-01-04 | |
GRADLE-1723 | impossible to acquire lock problem when resolving dependencies | Adam Murdoch | Szczepan Faber | Resolved | Fixed | 2011-08-05 | 2013-01-04 |
GRADLE-1724 | Dependency resolution against SSL repo hang and make m4 unusable | Daz DeBoer | Hani Suleiman | Resolved | Fixed | 2011-08-05 | 2013-01-04 |
GRADLE-1725 | Nested exception in failing test case causes ClassCastException in gradle | Casey Moyaert | Resolved | Won't Fix | 2011-08-05 | 2017-02-10 | |
GRADLE-1726 | Tooling API + M4 dependency resolution issues | Kris De Volder | Resolved | Cannot Reproduce | 2011-08-05 | 2013-07-28 | |
GRADLE-1727 | Artifacts in the new cache has some issues with FileCollections | Adam Murdoch | Szczepan Faber | Resolved | Fixed | 2011-08-06 | 2013-01-04 |
GRADLE-1728 | Dependency resolver should have a short timeout | Hani Suleiman | Resolved | Won't Fix | 2011-08-06 | 2017-02-10 | |
GRADLE-1729 | Gradle blocks when run for for non-existing task | Evgeny Goldin | Resolved | Duplicate | 2011-08-06 | 2013-01-04 | |
GRADLE-1730 | Cannot use $GRADLE_OPTS or $JAVA_OPTS to pass arguments containing whitespace to jvm from Gradle scripts | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-08-07 | 2013-01-04 |
GRADLE-1731 | Can't use groovy ruleset configuration for CodeNarc | Levi Hoogenberg | Resolved | Won't Fix | 2011-08-08 | 2017-02-10 | |
GRADLE-1732 | CommonsHttpClientBackedRepository doesn't support version ranges | Phil Messenger | Resolved | Fixed | 2011-08-08 | 2013-01-04 | |
GRADLE-1733 | Internal error | Peter Niederwieser | Konrad Hinsen | Resolved | Not A Bug | 2011-08-08 | 2013-01-04 |
GRADLE-1734 | eclipse/idea plugin fails miserably when input metadata files were tinkered with | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-08-08 | 2013-01-04 |
GRADLE-1735 | ClassCastException: DefaultFileSnapshotter$FileCollectionSnapshotImpl cannot be cast to OutputFilesSnapshotter$OutputFilesSnapshot | Evgeny Goldin | Resolved | Duplicate | 2011-08-08 | 2013-01-04 | |
GRADLE-1736 | idea/eclipse plugin fails fast when some dependency is unresolved | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-08-09 | 2013-01-04 |
GRADLE-1737 | GroovyCompile task ignores AST transforms when fork=false | Peter Niederwieser | Resolved | Fixed | 2011-08-09 | 2013-01-04 | |
GRADLE-1738 | class org.dom4j.io.SAXReader cannot be resolved | Martin Kováčik | Resolved | Not A Bug | 2011-08-10 | 2013-01-04 | |
GRADLE-1739 | Add a factory method named "create" to DependencyHandler that allows to create dependencies without immediately adding them to a configuration | Peter Niederwieser | Peter Niederwieser | Resolved | Fixed | 2011-08-10 | 2013-01-04 |
GRADLE-1740 | Make it possible to retrieve version of locally available gradle installation via the gradle tooling api | Denis Zhdanov | Resolved | Won't Fix | 2011-08-11 | 2017-02-10 | |
GRADLE-1741 | Expose remotely available gradle versions via the tooling api | Denis Zhdanov | Resolved | Won't Fix | 2011-08-11 | 2017-01-16 | |
GRADLE-1742 | Allow maximum number of CodeNarc violations to be configurable | René Gröschke | Levi Hoogenberg | Resolved | Fixed | 2011-08-11 | 2013-05-19 |
GRADLE-1743 | Provide a way to view Java stubs generated by groovyc joint compilation | Peter Niederwieser | Resolved | Fixed | 2011-08-11 | 2013-01-04 | |
GRADLE-1744 | NullPointerException in MasterDirSettingsFinderStrategy.findBeyondCurrentDir | Ben Jansen | Resolved | Won't Fix | 2011-08-11 | 2017-02-10 | |
GRADLE-1745 | NPE in client when daemon crashes | Adam Murdoch | Resolved | Fixed | 2011-08-12 | 2013-01-04 | |
GRADLE-1746 | Change Gradle's built-in plugins to use DSL extensions instead of convention objects | Adam Murdoch | Resolved | Won't Fix | 2011-08-14 | 2017-02-10 | |
GRADLE-1747 | daemon process has a different working directory to that of the client | Adam Murdoch | Resolved | Fixed | 2011-08-14 | 2013-01-04 | |
GRADLE-1748 | Cannot run more than one build at a time when using the daemon | Szczepan Faber | Adam Murdoch | Resolved | Fixed | 2011-08-14 | 2013-01-04 |
GRADLE-1749 | Provide support for optional dependencies and reflect in generated Maven metadata | Chris Beams | Resolved | Duplicate | 2011-08-15 | 2016-11-17 | |
GRADLE-1750 | CLONE - Resolve performance is still slow for project dependencies when they are deeply nested. | Hans Dockter | Marius Kotsbak | Resolved | Won't Fix | 2011-08-16 | 2017-02-10 |
GRADLE-1751 | Improve error message when pom validation fails | Adam Murdoch | Resolved | Won't Fix | 2011-08-16 | 2017-02-10 | |
GRADLE-1752 | Hang in Ivy and/or Wharf | Adam Murdoch | Joern Huxhorn | Resolved | Fixed | 2011-08-18 | 2013-01-04 |
GRADLE-1753 | Repeated EOFException during comunication with daemon | gabriele garuglieri | Resolved | Won't Fix | 2011-08-19 | 2017-02-10 | |
GRADLE-1754 | Not able to reconnect to a running daemon | gabriele garuglieri | Resolved | Duplicate | 2011-08-19 | 2013-01-04 | |
GRADLE-1755 | Sonar plugin prints error messages for Java project with tests written in a different language (e.g. Groovy) | Luke Daley | Peter Niederwieser | Resolved | Won't Fix | 2011-08-19 | 2015-04-30 |
GRADLE-1756 | OS X dock name incorrect with 'application' plugin | Adam Murdoch | Bernhard Woditschka | Resolved | Fixed | 2011-08-19 | 2013-01-04 |
GRADLE-1757 | Changes to the java version specified in JAVA_HOME or PATH are not honoured when using the daemon | Adam Murdoch | Resolved | Fixed | 2011-08-20 | 2013-01-04 | |
GRADLE-1758 | tooling api fails to download snapshot distribution | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-08-20 | 2013-01-04 |
GRADLE-1759 | daemons never expire | Szczepan Faber | Szczepan Faber | Resolved | Not A Bug | 2011-08-20 | 2013-01-04 |
GRADLE-1760 | repositories.ivy() should not cache local artifacts | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-08-20 | 2013-01-04 |
GRADLE-1761 | Tooling api SimpleIdeaProject should include information about dependencies, too | Denis Zhdanov | Resolved | Won't Fix | 2011-08-22 | 2017-02-10 | |
GRADLE-1762 | Changes to environment variables are not made visible when using the daemon | Adam Murdoch | Resolved | Fixed | 2011-08-22 | 2013-01-04 | |
GRADLE-1763 | Daemon processes are left unusable when the daemon registry directory (under GRADLE_USER_HOME) is deleted | Eric Wendelin | Adam Murdoch | Resolved | Fixed | 2011-08-22 | 2016-05-27 |
GRADLE-1764 | Default artifacts are not returned when combined with classifier artifacts when using flatdir repository | Daz DeBoer | Resolved | Fixed | 2011-08-24 | 2014-04-10 | |
GRADLE-1765 | Gradle Tooling API not obeying Gradle Wrapper settings for subprojects | Kris De Volder | Resolved | Fixed | 2011-08-25 | 2013-01-04 | |
GRADLE-1766 | A dependecy on sourceset.classes breaks GradleDependencies classpath container in Eclipse/STS | Kris De Volder | Resolved | Won't Fix | 2011-08-25 | 2016-09-01 | |
GRADLE-1767 | non-existent build file given with longer path causes exeption - instead of reporting "file XYZ does not exist" error | Vilem Benes | Resolved | Won't Fix | 2011-08-26 | 2017-02-10 | |
GRADLE-1768 | Cache the result of "apply from:" when the target is a url to allow offline builds | Chris Beams | Resolved | Duplicate | 2011-08-26 | 2017-02-08 | |
GRADLE-1769 | defaultTasks only takes string arguments | Russel Winder | Resolved | Won't Fix | 2011-08-27 | 2017-02-10 | |
GRADLE-1770 | eclipse-wtp plugin doesn't respect webAppDirName | Szczepan Faber | Andrew Oberstar | Resolved | Fixed | 2011-08-29 | 2013-01-04 |
GRADLE-1771 | Tooling API should start daemon with -client option (or at least provide a way to control options passed to daemon process) | Szczepan Faber | Kris De Volder | Resolved | Fixed | 2011-08-29 | 2013-01-04 |
GRADLE-1772 | Gradle wrapper download/installation should be quiet if script was invoked with -q | Luke Daley | Resolved | Won't Fix | 2011-08-30 | 2017-02-10 | |
GRADLE-1773 | Allow disabling snapshot resolution against individual MavenRepo entries | Chris Beams | Resolved | Won't Fix | 2011-08-30 | 2017-02-10 | |
GRADLE-1774 | Gradle truncates values of system and project properties passed from the command line if they contain an equals sign | René Gröschke | Peter Niederwieser | Resolved | Fixed | 2011-08-31 | 2013-01-04 |
GRADLE-1775 | Thread hanging issues in org.gradle.util.LinePerThreadBufferingOutputStream | Steve Ebersole | Resolved | Won't Fix | 2011-08-31 | 2017-02-10 | |
GRADLE-1776 | Gradle should degrade gracefully if jna integration is not available for the current platform | Adam Murdoch | Resolved | Fixed | 2011-08-31 | 2013-01-04 | |
GRADLE-1777 | Tooling API model should allow determine the type of a dependency | Kris De Volder | Resolved | Won't Fix | 2011-08-31 | 2017-02-10 | |
GRADLE-1778 | Asynchronous processing of FileTree elements | Stefan Kendall | Resolved | Won't Fix | 2011-09-01 | 2017-02-10 | |
GRADLE-1779 | ResolvedConfiguration.getResolvedArtifacts() contains duplicates | Peter Niederwieser | Resolved | Fixed | 2011-09-01 | 2013-01-04 | |
GRADLE-1780 | Classpath for Eclipse plugin and Tooling API is incomplete | Kris De Volder | Resolved | Won't Fix | 2011-09-01 | 2017-02-10 | |
GRADLE-1781 | Maven resolver does not find maven snapshots with uniqueVersion = true (which is the default value for the maven deployer) and latest selected | Ricardo Torres | Resolved | Fixed | 2011-09-03 | 2013-01-04 | |
GRADLE-1782 | Idea plugin: use 'project library' instead of 'single module entry' libraries | Denis Zhdanov | Resolved | Won't Fix | 2011-09-05 | 2017-02-10 | |
GRADLE-1783 | Gradle unix scripts does not work on platforms when bash is not available | Benjamin Muschko | Adam Murdoch | Resolved | Fixed | 2011-09-06 | 2015-04-02 |
GRADLE-1784 | Support @Input's of type Configuration | Peter Niederwieser | Resolved | Won't Fix | 2011-09-06 | 2016-06-01 | |
GRADLE-1785 | When running the tests in debug mode, set maxParallelForks to 1 | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-09-06 | 2013-01-04 |
GRADLE-1786 | Throw an exception if a convention with the same name already exists | Peter Niederwieser | Resolved | Won't Fix | 2011-09-07 | 2017-02-10 | |
GRADLE-1787 | Gradle copy task hangs on Windows XP when copying to network | Steven Dick | Resolved | Won't Fix | 2011-09-08 | 2017-02-10 | |
GRADLE-1788 | Allow ivy artifact patterns to be specified for repositories.ivy(). | Daz DeBoer | Adam Murdoch | Resolved | Fixed | 2011-09-11 | 2013-01-04 |
GRADLE-1789 | Repositories.ivy() does not handle dynamic revisions | Adam Murdoch | Resolved | Fixed | 2011-09-11 | 2013-01-04 | |
GRADLE-1790 | Make it easy to configure an ivy repository with standard patterns and a root url | Daz DeBoer | Daz DeBoer | Resolved | Fixed | 2011-09-12 | 2013-01-04 |
GRADLE-1791 | Gradle M5 snapshot Tooling API Fails to build Hierarchical Eclipse project for spring-security | Szczepan Faber | Kris De Volder | Resolved | Won't Fix | 2011-09-12 | 2013-01-04 |
GRADLE-1792 | Tooling API always returns eclipse tasks even when eclipse plugin is not applied. | Kris De Volder | Resolved | Duplicate | 2011-09-12 | 2013-01-04 | |
GRADLE-1793 | Tooling API should provide a way to run tasks equivalent to commandline gradle | Kris De Volder | Resolved | Fixed | 2011-09-12 | 2014-04-15 | |
GRADLE-1794 | Gradle does not download transitive dependencies that are in subsequent mavenRepo urls | Matt Callanan | Resolved | Not A Bug | 2011-09-14 | 2013-01-04 | |
GRADLE-1795 | M5: Plugins installed in [gradle_home]/lib/plugins not included in classpath. | Eric Berry | Resolved | Won't Fix | 2011-09-14 | 2017-02-10 | |
GRADLE-1796 | Update user guide to explain how to get POMs from multiple Maven repos | Matt Callanan | Resolved | Won't Fix | 2011-09-14 | 2017-02-10 | |
GRADLE-1797 | tooling api should not reset java logging when embedded | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-09-15 | 2013-01-04 |
GRADLE-1798 | Dependency resolution sometimes fails when using the daemon due to $userHome/caches/artifacts/resolved-[org]-[module]-[revision].xml being locked | Adam Murdoch | Resolved | Fixed | 2011-09-15 | 2013-01-04 | |
GRADLE-1799 | No feedback provided to user when daemon fails to start | Szczepan Faber | Adam Murdoch | Resolved | Fixed | 2011-09-18 | 2013-01-04 |
GRADLE-1800 | Tooling API: Sporadic model-build failures because of LinkedList.remove => NoSuchElementException | Szczepan Faber | Kris De Volder | Resolved | Fixed | 2011-09-20 | 2013-01-04 |
GRADLE-1801 | Could not open cache directory ... taskArtifacts | Basile Chandesris | Resolved | Fixed | 2011-09-20 | 2013-01-04 | |
GRADLE-1802 | up-to-date checking should not unpack archives when a zipTree() or tarTree() is used as input | Adam Murdoch | Resolved | Fixed | 2011-09-20 | 2016-02-12 | |
GRADLE-1803 | Gradle Groovy compilation broken with Groovy 1.8.3. snapshots | Graeme Rocher | Resolved | Incomplete | 2011-09-22 | 2013-01-23 | |
GRADLE-1804 | Allow to pass command line arguments to a task | Philippe Lhoste | Resolved | Won't Fix | 2011-09-22 | 2017-02-10 | |
GRADLE-1805 | Allow users to define custom dependency resolvers | Dumitru Daniliuc | Resolved | Won't Fix | 2011-09-22 | 2017-02-10 | |
GRADLE-1806 | The Gradle JIRA at Codehaus still exists | Russel Winder | Resolved | Fixed | 2011-09-26 | 2013-01-04 | |
GRADLE-1807 | Gradle refuses to install on Debian Testing | Russel Winder | Resolved | Fixed | 2011-09-26 | 2013-01-04 | |
GRADLE-1808 | GradleLauncher.getBuildAndRunAnalysis() should invoke TaskExecutionGraph.whenReady callbacks | Peter Niederwieser | Resolved | Won't Fix | 2011-09-26 | 2017-02-10 | |
GRADLE-1809 | Provide a way to create an empty FileTree | Peter Niederwieser | Resolved | Won't Fix | 2011-09-26 | 2017-02-10 | |
GRADLE-1810 | Provide a mutable FileTree | Peter Niederwieser | Resolved | Won't Fix | 2011-09-26 | 2017-02-10 | |
GRADLE-1811 | It is not possible to generate the ivy.xml file without publishing the project | Szczepan Faber | Resolved | Fixed | 2011-09-26 | 2013-01-17 | |
GRADLE-1812 | Provide a configuration flag on the compile task to fail the compile task if there are compiler warnings | Etienne Studer | Resolved | Won't Fix | 2011-09-27 | 2013-01-23 | |
GRADLE-1813 | Sonar fails on nested multiproject builds | René Gröschke | Resolved | Not A Bug | 2011-09-28 | 2013-01-04 | |
GRADLE-1814 | change of includeEmptyDirs property is not considered an input change to copy operations | Etienne Studer | Resolved | Won't Fix | 2011-09-28 | 2017-02-10 | |
GRADLE-1815 | Passing a closure to Project.fileTree() yields a FileTree that always resolves to zero files | Luke Daley | Peter Niederwieser | Resolved | Fixed | 2011-09-28 | 2013-01-04 |
GRADLE-1816 | Tooling API: don't expose project source dir as a dependency | Denis Zhdanov | Resolved | Not A Bug | 2011-09-29 | 2013-09-03 | |
GRADLE-1817 | Tooling API: keep source roots in sync with content root | Denis Zhdanov | Resolved | Won't Fix | 2011-09-29 | 2017-02-10 | |
GRADLE-1818 | Allow stdin of client to be available via System.in when running in the daemon | Adam Murdoch | Resolved | Fixed | 2011-09-30 | 2013-01-04 | |
GRADLE-1819 | daemon allows unauthenticated access from local machine | Adam Murdoch | Resolved | Won't Fix | 2011-09-30 | 2017-02-10 | |
GRADLE-1820 | ivy.xml produced by gradle does not contain configuration.transitive information | Szczepan Faber | Resolved | Cannot Reproduce | 2011-10-05 | 2013-01-04 | |
GRADLE-1821 | Google Closure compiler plug-in | Ben McCann | Resolved | Won't Fix | 2011-10-06 | 2017-02-10 | |
GRADLE-1822 | testng configuration failures resulting in skipped tests do not fail the build | Peter Niederwieser | Doug Lethin | Resolved | Fixed | 2011-10-07 | 2014-06-17 |
GRADLE-1823 | Running gradlew wrapper on windows puts windows backslashes in unix gradlew file | Paul King | Resolved | Fixed | 2011-10-10 | 2013-01-04 | |
GRADLE-1824 | "tasks" task hides tasks intended for public execution | Blaine Simpson | Resolved | Won't Fix | 2011-10-11 | 2017-02-10 | |
GRADLE-1825 | importBuild creates redundant tasks for simple imported Targets | Blaine Simpson | Resolved | Won't Fix | 2011-10-11 | 2017-02-10 | |
GRADLE-1826 | hasProperty() does not work in allprojects and subprojects closures with command line or explicitly set earlier | Spencer Allain | Resolved | Fixed | 2011-10-11 | 2017-01-16 | |
GRADLE-1827 | Project.getProperty() could be overloaded to have an optional object argument for the default return | Spencer Allain | Resolved | Won't Fix | 2011-10-11 | 2017-02-10 | |
GRADLE-1828 | Document task-specific switch feature | Blaine Simpson | Resolved | Won't Fix | 2011-10-11 | 2017-02-10 | |
GRADLE-1829 | ant.importBuild should support | Blaine Simpson | Resolved | Won't Fix | 2011-10-11 | 2017-02-10 | |
GRADLE-1830 | copy / archive tasks include redundant directories | Szczepan Faber | Resolved | Won't Fix | 2011-10-13 | 2017-02-10 | |
GRADLE-1831 | TaskContainer.remove() succeeds but doesn't have any effect | Peter Niederwieser | Resolved | Won't Fix | 2011-10-13 | 2017-02-10 | |
GRADLE-1832 | Provide convention property for source file encoding | Peter Niederwieser | Resolved | Won't Fix | 2011-10-13 | 2017-02-10 | |
GRADLE-1833 | NPE when attempting to build a model through tooling api when specified project directory does not exist | Adam Murdoch | Resolved | Won't Fix | 2011-10-13 | 2017-02-10 | |
GRADLE-1834 | Tooling API should handle the case where gradle-wrapper.properties is in a non-standard location | Adam Murdoch | Resolved | Won't Fix | 2011-10-13 | 2017-02-10 | |
GRADLE-1835 | Eclipse plugin doesn't update .classpath properly if build has dependency on project with different JAR version | Jeff Sussna | Resolved | Won't Fix | 2011-10-14 | 2017-02-10 | |
GRADLE-1836 | Allow arbitrary model properties to be set from the command line with -P | Peter Niederwieser | Resolved | Won't Fix | 2011-10-15 | 2017-02-10 | |
GRADLE-1837 | 'compile project' dependency not working under milestone-5 snapshot | Chris Beams | Resolved | Fixed | 2011-10-15 | 2013-01-04 | |
GRADLE-1838 | Artifacts are missing when meta-data declares multiple artifacts with same name, type and extension but different classifier | Adam Murdoch | Resolved | Fixed | 2011-10-16 | 2013-01-04 | |
GRADLE-1839 | daemon should restart when heap or permspace is full | Adam Murdoch | Resolved | Won't Fix | 2011-10-16 | 2017-02-10 | |
GRADLE-1840 | The Javadoc task doesn't handle custom taglets correctly | Dumitru Daniliuc | Resolved | Fixed | 2011-10-17 | 2013-01-04 | |
GRADLE-1841 | Tooling API: correct idea module compile output path processing | Denis Zhdanov | Resolved | Won't Fix | 2011-10-18 | 2017-02-10 | |
GRADLE-1842 | Resolution does not fail when dependency with classifier refers to an artifact that does not exist | Adam Murdoch | Resolved | Fixed | 2011-10-18 | 2013-01-04 | |
GRADLE-1843 | Crash on dangling symlink: "Could not list contents of X" | Greg Ward | Resolved | Duplicate | 2011-10-19 | 2017-02-08 | |
GRADLE-1844 | Idea plugin: Using a pathVariable breaks library references | René Gröschke | Adrian Abraham | Resolved | Fixed | 2011-10-19 | 2013-01-04 |
GRADLE-1845 | 'signing' plugin is incompatible with 'artifactory' plugin | Chris Beams | Resolved | Won't Fix | 2011-10-19 | 2017-02-10 | |
GRADLE-1846 | Idea plugin: allow to define compiler excludes and resource patterns | Denis Zhdanov | Resolved | Won't Fix | 2011-10-19 | 2017-02-10 | |
GRADLE-1847 | Tooling API: expose idea compiler resource patterns and excludestoo | Denis Zhdanov | Resolved | Won't Fix | 2011-10-19 | 2017-02-10 | |
GRADLE-1848 | Tooling API: Provide fine-grained dependency resolving notification callbacktool | Denis Zhdanov | Resolved | Won't Fix | 2011-10-20 | 2017-02-10 | |
GRADLE-1849 | Tooling API: expose information about idea module file (*.iml) location | Denis Zhdanov | Resolved | Won't Fix | 2011-10-20 | 2017-02-10 | |
GRADLE-1850 | Tooling API: Provide module groups support for IntelliJ IDEA integration | Denis Zhdanov | Resolved | Won't Fix | 2011-10-20 | 2017-02-10 | |
GRADLE-1851 | Tooling API: Expose project compile output path for IntelliJ IDEA integration | Denis Zhdanov | Resolved | Won't Fix | 2011-10-20 | 2017-02-10 | |
GRADLE-1852 | Tooling API: Allow custom jdk location definition for IntelliJ IDEA integration | Szczepan Faber | Denis Zhdanov | Resolved | Duplicate | 2011-10-20 | 2013-01-04 |
GRADLE-1853 | Copying a configuration does not copy the exclude rules from parent configurations | Luke Daley | Luke Daley | Resolved | Fixed | 2011-10-20 | 2013-01-04 |
GRADLE-1854 | GUI needs task-interrupt ability to be useful for significant build work | Blaine Simpson | Resolved | Not A Bug | 2011-10-20 | 2013-01-04 | |
GRADLE-1855 | GUI property-setting ability is inadequate | Blaine Simpson | Resolved | Won't Fix | 2011-10-20 | 2017-01-16 | |
GRADLE-1856 | Tooling API: Make it possible to get IntelliJ IDEA view to the gradle project | Szczepan Faber | Denis Zhdanov | Resolved | Fixed | 2011-10-20 | 2013-01-04 |
GRADLE-1857 | source(someDir) is not adding the directory to the set of sources, instead is clobbering it | David Kowis | Resolved | Fixed | 2011-10-20 | 2013-01-04 | |
GRADLE-1858 | global tasks | phil swenson | Resolved | Won't Fix | 2011-10-21 | 2017-02-10 | |
GRADLE-1859 | overwrite of compileJava task breaks java task ordering for multi-project builds | Scott Yancey | Resolved | Won't Fix | 2011-10-21 | 2017-02-10 | |
GRADLE-1860 | TestNG 6.3 is not supported | Peter Niederwieser | Nikolay Rybak | Resolved | Fixed | 2011-10-22 | 2013-01-04 |
GRADLE-1861 | GUI silently ignores task arguments in invocatoin | Blaine Simpson | Resolved | Won't Fix | 2011-10-22 | 2017-01-16 | |
GRADLE-1862 | Don't run redundant 'tasks' task automatically for GUI | Blaine Simpson | Resolved | Won't Fix | 2011-10-22 | 2017-01-16 | |
GRADLE-1863 | --gui and -P switches incompatible | Blaine Simpson | Resolved | Won't Fix | 2011-10-23 | 2017-01-16 | |
GRADLE-1864 | -Dtest.single doesn't work for custom task | Luke Daley | Łukasz Lichota | Resolved | Not A Bug | 2011-10-24 | 2013-01-04 |
GRADLE-1865 | Project dependencies of zip files no longer seem to work with m5 | Luke Daley | Luke Daley | Resolved | Fixed | 2011-10-24 | 2013-01-04 |
GRADLE-1866 | Eclipse Plugin Documentation: Wrong link for property "outputFile" | Michael Oberwasserlechner | Resolved | Fixed | 2011-10-25 | 2013-01-04 | |
GRADLE-1867 | Assure that "outputFile" is not a directory | Michael Oberwasserlechner | Resolved | Won't Fix | 2011-10-25 | 2017-02-10 | |
GRADLE-1868 | TestNG method with parameters name should be logged with parameters | Denis Stepanov | Resolved | Fixed | 2011-10-26 | 2013-09-03 | |
GRADLE-1869 | Tooling API: should provide info on "exclude" elements of source folders | Kris De Volder | Resolved | Won't Fix | 2011-10-26 | 2017-02-10 | |
GRADLE-1870 | GUI "find in output" function badly broken | Blaine Simpson | Resolved | Won't Fix | 2011-10-26 | 2017-01-16 | |
GRADLE-1871 | Parsing bug in org.gradle.wrapper.GradleWrapperMain | Luke Daley | Blaine Simpson | Resolved | Fixed | 2011-10-26 | 2013-01-04 |
GRADLE-1872 | Regular use of eclipse tooling api leads to deprecation warnings | Luke Daley | Szczepan Faber | Resolved | Fixed | 2011-10-27 | 2013-01-04 |
GRADLE-1873 | GUI needs mnemonic shortcuts, at least thost for universal functions | Blaine Simpson | Resolved | Won't Fix | 2011-10-27 | 2017-01-16 | |
GRADLE-1874 | Tooling API: Avoid MissingPropertyException working with IntelliJ IDEA model | Denis Zhdanov | Resolved | Not A Bug | 2011-10-27 | 2013-01-04 | |
GRADLE-1875 | Cannot use EclipseProject.getGradleProject() or acquire GradleProject model for pre-m5 Gradle versions | Szczepan Faber | Adam Murdoch | Resolved | Fixed | 2011-10-27 | 2013-01-04 |
GRADLE-1876 | Aggregation of javadocs in muli-project build is cumbersome | Jordan Zimmerman | Resolved | Won't Fix | 2011-10-29 | 2017-02-10 | |
GRADLE-1877 | Parsing bug with open brace placement | Jordan Zimmerman | Resolved | Won't Fix | 2011-10-29 | 2017-02-10 | |
GRADLE-1878 | milestone 5 broke PgpPlugin | Blaine Simpson | Resolved | Not A Bug | 2011-10-30 | 2013-01-04 | |
GRADLE-1879 | org.junit.Assume isn't handled correctly sometimes | Andrew Spina | Resolved | Won't Fix | 2011-10-30 | 2013-01-04 | |
GRADLE-1880 | Eclipse task should warn the user when a web application relies on a module without eclipse-wtp plugin applied | Sune Wettersteen | Resolved | Won't Fix | 2011-11-01 | 2017-02-06 | |
GRADLE-1881 | The Eclipse WTP plugin uses project name rather than eclipse project name when adding dependent modules | Szczepan Faber | Sune Wettersteen | Resolved | Fixed | 2011-11-01 | 2013-01-04 |
GRADLE-1882 | Provide repositories.maven(Map) overload | Peter Niederwieser | Resolved | Won't Fix | 2011-11-01 | 2017-02-10 | |
GRADLE-1883 | Provide a way to disable the default excludes on a FileTree without disabling the global excludes for all PatternSet instances | Mauro Molinari | Resolved | Duplicate | 2011-11-01 | 2017-02-07 | |
GRADLE-1884 | gradle eclipseClasspath should add output directory of build/classes by default, not bin | Tim Myer | Resolved | Won't Fix | 2011-11-02 | 2013-01-04 | |
GRADLE-1885 | Jar task should not create build/tmp/x directory when it's not executed | Luke Daley | Matias Bjarland | Resolved | Fixed | 2011-11-02 | 2013-01-04 |
GRADLE-1886 | gradle wrapper should set up java params in generated scripts | phil swenson | Resolved | Won't Fix | 2011-11-02 | 2017-02-10 | |
GRADLE-1887 | checkstyle*.ignoreFailures = true | Chris Jones | Resolved | Fixed | 2011-11-03 | 2013-01-04 | |
GRADLE-1888 | Disable stdout for checkstyle tasks | Chris Jones | Resolved | Fixed | 2011-11-03 | 2013-01-17 | |
GRADLE-1889 | up-to-date checks for checkstyle tasks | Chris Jones | Resolved | Not A Bug | 2011-11-03 | 2013-01-04 | |
GRADLE-1890 | Daemon should die more quickly when there are multiple instances running | Adam Murdoch | Resolved | Won't Fix | 2011-11-03 | 2017-02-10 | |
GRADLE-1891 | Daemon management should consider daemons for all Gradle versions | Adam Murdoch | Resolved | Won't Fix | 2011-11-03 | 2017-02-10 | |
GRADLE-1892 | Gradle build time should always print in UTC | Luke Daley | Luke Daley | Resolved | Fixed | 2011-11-04 | 2013-01-04 |
GRADLE-1893 | Gradle gradle-1.0-milestone-5 breaks testing of plugins not in the org.gradle package namespace | Frederick Staats | Resolved | Fixed | 2011-11-04 | 2013-01-04 | |
GRADLE-1894 | Gradle trying to download sources & javadocs for all dependencies results in a very slow build | raja chawat | Resolved | Fixed | 2011-11-04 | 2016-01-14 | |
GRADLE-1895 | version conflict reporting/listening | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-11-05 | 2013-01-04 |
GRADLE-1896 | Dependency exclusions not working in 1.0-milestone-6 | Kelly Robinson | Resolved | Fixed | 2011-11-05 | 2013-01-04 | |
GRADLE-1897 | Don't attempt to resolve static dependency which will be evicted | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-11-06 | 2013-01-04 |
GRADLE-1898 | Runtime dependency ignored when another dependency already depends on a different configuration of the same dependency which is processed first | Mauro Molinari | Resolved | Fixed | 2011-11-07 | 2013-01-04 | |
GRADLE-1899 | fail on version conflict | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-11-07 | 2013-01-04 |
GRADLE-1900 | Apply the repo location from the maven config in mavenLocal() | Peter Niederwieser | Mike M. | Resolved | Fixed | 2011-11-08 | 2013-01-04 |
GRADLE-1901 | Allow access to gradle's internal jetty classes for customization of Jetty tasks | Luke Taylor | Resolved | Won't Fix | 2011-11-08 | 2017-01-16 | |
GRADLE-1902 | Gradle hangs when running TestNG on FreeBSD | Nikita Skvortsov | Resolved | Won't Fix | 2011-11-08 | 2017-02-10 | |
GRADLE-1903 | Test Task failure | Andrew Declercq | Resolved | Won't Fix | 2011-11-08 | 2017-02-10 | |
GRADLE-1904 | Log exceptions of failing tests to console | Peter Niederwieser | Resolved | Fixed | 2011-11-08 | 2013-01-04 | |
GRADLE-1905 | Test reports should only show actual exception but not PlaceholderException | Peter Niederwieser | Peter Niederwieser | Resolved | Fixed | 2011-11-08 | 2013-01-04 |
GRADLE-1906 | Can create infinite loop task | Jordan Zimmerman | Resolved | Won't Fix | 2011-11-08 | 2017-02-10 | |
GRADLE-1907 | Avoid unnecessary dependency downloads through checksum comparison | Daz DeBoer | Chris Beams | Resolved | Fixed | 2011-11-08 | 2013-01-04 |
GRADLE-1908 | Gradle should expire and prune old entries from the cache, to prevent it from growing indefinitely | Daz DeBoer | Resolved | Won't Fix | 2011-11-09 | 2017-02-10 | |
GRADLE-1909 | Problem compiling a Groovy project when a Groovy class from src/main/groovy imports a Java nested interface in src/main/java | Mauro Molinari | Resolved | Not A Bug | 2011-11-10 | 2013-01-23 | |
GRADLE-1910 | Task should be considered out-of-date when its implementation classpath changes | Lóránt Pintér | Adam Murdoch | Resolved | Fixed | 2011-11-10 | 2017-01-25 |
GRADLE-1911 | Allow conflicting modules to be declared | Adam Murdoch | Resolved | Won't Fix | 2011-11-10 | 2017-02-10 | |
GRADLE-1912 | Project Dependency for ear / war not working | Georg Fleischer | Resolved | Duplicate | 2011-11-10 | 2017-02-07 | |
GRADLE-1913 | Iterating over runtime dependencies of a project unless a required project has been built, makes the required project JAR not being shown as a dependency | Mauro Molinari | Resolved | Won't Fix | 2011-11-10 | 2017-01-18 | |
GRADLE-1914 | The build daemon should ensure that thread locals left hanging around after a build are cleared out | Luke Daley | Resolved | Won't Fix | 2011-11-10 | 2017-02-10 | |
GRADLE-1915 | Use a reasonable name for the main thread that runs tests | Adam Murdoch | Resolved | Fixed | 2011-11-10 | 2013-01-04 | |
GRADLE-1916 | NPE when the version selected by conflict resolution does not exist | Adam Murdoch | Resolved | Fixed | 2011-11-10 | 2013-01-04 | |
GRADLE-1917 | Relative artifactPattern/ivyPattern doesn't work for "ivy" repository with "maven" layout | Peter Niederwieser | Resolved | Won't Fix | 2011-11-11 | 2017-02-10 | |
GRADLE-1918 | Provide ability to override artifactPattern/ivyPattern of "ivy" repository | Peter Niederwieser | Resolved | Won't Fix | 2011-11-11 | 2017-02-10 | |
GRADLE-1919 | Provide "m2compatible" property for IvyArtifactRepository | Peter Niederwieser | Resolved | Fixed | 2011-11-11 | 2013-01-04 | |
GRADLE-1920 | Set up (nightly?) builds that 1. start from empty Gradle cache 2. compile/run against latest Groovy snapshot (1.8.x) | Peter Niederwieser | Peter Niederwieser | Resolved | Won't Fix | 2011-11-11 | 2017-02-10 |
GRADLE-1921 | Add Support for Findbugs, JDepend, and PMD | Andrew Oberstar | Resolved | Fixed | 2011-11-11 | 2013-01-04 | |
GRADLE-1922 | Build announcements should not fail if notify-send is not in the path | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-11-12 | 2013-01-04 |
GRADLE-1923 | Dependency resolution fails due to broken/missing version that has been evicted | Adam Murdoch | Resolved | Fixed | 2011-11-12 | 2013-01-04 | |
GRADLE-1924 | Build fails | Selvin George | Resolved | Fixed | 2011-11-13 | 2013-01-04 | |
GRADLE-1925 | Gradle cannot download dependencies when user name in Windows has a non ASCII character | Michal Jedynak | Resolved | Won't Fix | 2011-11-13 | 2017-02-10 | |
GRADLE-1926 | Twitter announcer does not check request status code | Adam Murdoch | Resolved | Won't Fix | 2011-11-13 | 2017-02-10 | |
GRADLE-1927 | Maven unique snapshots are not resolved using 'additionalUrls' for maven repository | Daz DeBoer | Resolved | Won't Fix | 2011-11-14 | 2017-02-10 | |
GRADLE-1928 | NPE when a dependency refers to a configuration that does not exist in the target module version | Adam Murdoch | Resolved | Won't Fix | 2011-11-14 | 2017-02-10 | |
GRADLE-1929 | Support a configurations block inside a buildscript block | Daz DeBoer | Resolved | Won't Fix | 2011-11-14 | 2017-02-10 | |
GRADLE-1930 | java.lang.ClassCastException: org.gradle.api.internal.changedetection.DefaultFileSnapshotter$FileCollectionSnapshotImpl cannot be cast to org.gradle.api.internal.changedetection.OutputFilesSnapshotter$OutputFilesSnapshot | Ratnesh Deepak | Resolved | Duplicate | 2011-11-15 | 2013-01-04 | |
GRADLE-1931 | Settings from gradle.properties are being ignored | Stefan Schlott | Resolved | Won't Fix | 2011-11-15 | 2017-02-10 | |
GRADLE-1932 | Provide some way to locate usages of deprecated methods | Adam Murdoch | Resolved | Won't Fix | 2011-11-15 | 2017-02-10 | |
GRADLE-1933 | tooling api is not thread safe even if no instances are shared | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-11-16 | 2013-01-04 |
GRADLE-1934 | Multiple classifiers in Maven dependency ignored | MikeN | Resolved | Fixed | 2011-11-16 | 2013-01-04 | |
GRADLE-1935 | Project.getProperties().hashCode() throws a StackOverflowError | Blaine Simpson | Resolved | Won't Fix | 2011-11-17 | 2017-02-02 | |
GRADLE-1936 | gradle internal error on rpm task | Selvin George | Resolved | Won't Fix | 2011-11-17 | 2017-02-10 | |
GRADLE-1937 | EclipseProject.getName sometimes returns names that are not legal project names | Kris De Volder | Resolved | Won't Fix | 2011-11-17 | 2017-02-10 | |
GRADLE-1938 | Internal Gradle error at org.gradle.api.internal.changedetection.OutputFilesSnapshotter$OutputFilesSnapshot.changesSince(OutputFilesSnapshotter.java:96) | Dumitru Daniliuc | Resolved | Fixed | 2011-11-17 | 2013-01-04 | |
GRADLE-1939 | tooling api client leaves non-daemon threads running after connection is closed | Luke Daley | Adam Murdoch | Resolved | Fixed | 2011-11-17 | 2013-01-04 |
GRADLE-1940 | Unresolved dependencies when project A depends on project B and A does not have a reference to the repository used by B | Mauro Molinari | Resolved | Duplicate | 2011-11-18 | 2017-02-07 | |
GRADLE-1941 | Strange exception in while executing wrapper task | Adam Murdoch | Joern Huxhorn | Resolved | Fixed | 2011-11-18 | 2013-01-04 |
GRADLE-1942 | Do whatever possible to limit paths lengths in Windows | Mauro Molinari | Resolved | Fixed | 2011-11-18 | 2013-01-04 | |
GRADLE-1943 | Base plugin required for building and publishing artifacts, while documentation suggest otherwise | Szczepan Faber | nitko nigdje | Resolved | Fixed | 2011-11-18 | 2013-01-04 |
GRADLE-1944 | Dependencies resolved different than old version which cause trouble when running | Wang Liyu | Resolved | Won't Fix | 2011-11-18 | 2017-02-10 | |
GRADLE-1945 | IDE plugins do not warn that some dependencies are unresolved | Stefan Oehme | Szczepan Faber | Resolved | Fixed | 2011-11-20 | 2016-01-20 |
GRADLE-1946 | Gradle memory usage is too high | Andrew Schetinin | Resolved | Won't Fix | 2011-11-20 | 2017-02-10 | |
GRADLE-1947 | Expose the exact files that were "copied" by a copy task invocation | Luke Daley | Resolved | Won't Fix | 2011-11-21 | 2017-02-10 | |
GRADLE-1948 | If a test marks the current thread as interrupted, test execution will never complete | Luke Daley | Luke Daley | Resolved | Fixed | 2011-11-21 | 2013-01-04 |
GRADLE-1949 | resolution strategy cache settings does not handle all TimeUnits for java 1.5 | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2011-11-21 | 2013-02-12 |
GRADLE-1950 | Change in behavior when using copy specs | Paul King | Resolved | Won't Fix | 2011-11-21 | 2017-02-10 | |
GRADLE-1951 | 'gradle tasks' produces StackOverflowError if there is a task cycle | Peter Niederwieser | Resolved | Won't Fix | 2011-11-21 | 2017-02-10 | |
GRADLE-1952 | For certain files tarTree cannot detect that the archive is not a proper tar | Szczepan Faber | Resolved | Won't Fix | 2011-11-22 | 2017-02-10 | |
GRADLE-1953 | "gradle eclipse" creates duplicate classpath entries in 1.0-milestone-6 | Daz DeBoer | Ben McCann | Resolved | Fixed | 2011-11-22 | 2013-01-04 |
GRADLE-1954 | Javadoc DSL for IvyArtifactRepository has wrong method name for ivy artifact pattern | Frederic Simon | Resolved | Fixed | 2011-11-23 | 2013-01-04 | |
GRADLE-1955 | add option to jetty plugin to allow web app to be run in a debugger | Adam Murdoch | Resolved | Won't Fix | 2011-11-23 | 2017-02-10 | |
GRADLE-1956 | update jetty plugin to current jetty | Zsolt Kúti | Resolved | Won't Fix | 2011-11-24 | 2017-01-16 | |
GRADLE-1957 | tests in milestone 5 or 6 hang forever | Gradle Forums | Resolved | Duplicate | 2011-11-24 | 2013-01-19 | |
GRADLE-1958 | Testing integrations, pls ignore. | Luke Daley | Gradle Forums | Resolved | Won't Fix | 2011-11-24 | 2013-01-04 |
GRADLE-1959 | More testing, pls ignore. | Luke Daley | Gradle Forums | Resolved | Fixed | 2011-11-24 | 2013-01-04 |
GRADLE-1960 | Regression with classloading in the Jetty plugin with Gradle 1.0-milestone-6? | Gradle Forums | Resolved | Won't Fix | 2011-11-24 | 2017-01-16 | |
GRADLE-1961 | Silently fails to retrieve relocated artifacts | Daz DeBoer | Blaine Simpson | Resolved | Fixed | 2011-11-24 | 2013-01-04 |
GRADLE-1962 | Gradle 1.0-milestone-6 cannot access to repositories via proxy | Yasuharu NAKANO | Resolved | Fixed | 2011-11-24 | 2013-01-04 | |
GRADLE-1963 | Maven plugin should not have a hard dependency on the JavaPlugin | Yennick Trevels | Resolved | Fixed | 2011-11-25 | 2016-11-29 | |
GRADLE-1964 | Provide a mechanism for caching local filesystem dependencies when access to the filesystem is slow | Gradle Forums | Resolved | Won't Fix | 2011-11-25 | 2017-02-10 | |
GRADLE-1965 | Allow clearing of 'additional type' Project properties | Blaine Simpson | Resolved | Won't Fix | 2011-11-26 | 2017-02-10 | |
GRADLE-1966 | test.testLogging.showStandardStreams displays stderr not stdout | Blaine Simpson | Resolved | Fixed | 2011-11-26 | 2013-01-04 | |
GRADLE-1967 | Accessing public method Project.getProperties after applying the maven plugin generates misleading warnings | Luke Daley | Blaine Simpson | Resolved | Fixed | 2011-11-27 | 2013-01-04 |
GRADLE-1968 | Dependency resolution became awfully slow with milestone 6 | Adam Murdoch | Bernhard Messerer | Resolved | Fixed | 2011-11-28 | 2013-01-04 |
GRADLE-1969 | Crossed runtime/compile dependencies between projects cause circular dependencies between compile and JAR tasks | Mauro Molinari | Resolved | Fixed | 2011-11-28 | 2017-01-24 | |
GRADLE-1970 | internal error: Neither path nor baseDir may be null or empty string | Andreas Kirschbaum | Resolved | Won't Fix | 2011-11-29 | 2017-02-10 | |
GRADLE-1971 | 1.0-milestone-6 cannot contact Maven Central when using a proxy | Gradle Forums | Resolved | Fixed | 2011-11-29 | 2013-01-04 | |
GRADLE-1972 | ChangingPattern of a custom DependencyResolver is ignored | Daz DeBoer | Daz DeBoer | Resolved | Fixed | 2011-11-29 | 2013-01-04 |
GRADLE-1973 | Gradle does not report missing/failed artifact downloads | Gradle Forums | Resolved | Fixed | 2011-11-30 | 2013-01-04 | |
GRADLE-1974 | eclipse-wtp plugin doesn't add 'Web Libraries' classpath container to jst.web applications | Szczepan Faber | Kris De Volder | Resolved | Fixed | 2011-11-30 | 2013-01-04 |
GRADLE-1975 | Default artifact is not resolved for maven dependencies that are declared with packaging = 'pom' | Daz DeBoer | Daz DeBoer | Resolved | Fixed | 2011-11-30 | 2013-01-04 |
GRADLE-1976 | (M5 / M6) Cannot lock the artifact cache, as it is already locked by this process | Gradle Forums | Resolved | Fixed | 2011-11-30 | 2013-01-04 | |
GRADLE-1977 | Links from DSL reference to API documentation don't work anymore | Peter Niederwieser | Resolved | Fixed | 2011-12-01 | 2013-01-04 | |
GRADLE-1978 | Ear Plugin incorrectly picks up application.xml | Matt Accola | Resolved | Won't Fix | 2011-12-01 | 2017-02-10 | |
GRADLE-1979 | Tooling API: Respect user-defined 'GradleConnector.installation' property | Denis Zhdanov | Resolved | Not A Bug | 2011-12-02 | 2013-01-04 | |
GRADLE-1980 | Provide a copy filter where closure transforms entire file text content | Blaine Simpson | Resolved | Won't Fix | 2011-12-02 | 2017-02-10 | |
GRADLE-1981 | build script dependencies classloader problem | Martin Kováčik | Resolved | Won't Fix | 2011-12-04 | 2017-02-10 | |
GRADLE-1982 | Should disabling a task automatically remove any artifact it might publish? | Gradle Forums | Resolved | Won't Fix | 2011-12-06 | 2017-02-10 | |
GRADLE-1983 | Replace FileSource with Factory | Luke Daley | Resolved | Fixed | 2011-12-06 | 2013-01-04 | |
GRADLE-1984 | Running gradle eclipse twice results in duplicated java source entries in .classpath | Sergey Kadaner | Resolved | Fixed | 2011-12-06 | 2013-01-04 | |
GRADLE-1985 | Changing modules don't get retrieved when the changing property is once switched off. | Daz DeBoer | Hans Dockter | Resolved | Fixed | 2011-12-06 | 2013-01-04 |
GRADLE-1986 | Milestone-6 dependency resolution keeps on going | Adam Murdoch | Gradle Forums | Resolved | Fixed | 2011-12-07 | 2013-01-04 |
GRADLE-1987 | gradle --stop does not stop daemons that are running with a different java home | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2011-12-07 | 2013-01-04 |
GRADLE-1988 | Daemon crash can leave daemon registry corrupted, and no builds can be executed after this | Adam Murdoch | Resolved | Fixed | 2011-12-08 | 2013-01-04 | |
GRADLE-1989 | Provide API to construct a dependency repository of project's dependencies | Luke Daley | Resolved | Won't Fix | 2011-12-09 | 2017-02-10 | |
GRADLE-1990 | Jetty plugin only searches sub-project dependencies and Gradle jars for TLD files | Stanford S. Guillory | Resolved | Won't Fix | 2011-12-09 | 2017-01-16 | |
GRADLE-1991 | Can't run two gradle instances at the same time | Stanford S. Guillory | Resolved | Won't Fix | 2011-12-09 | 2017-02-10 | |
GRADLE-1992 | Support for pinned versions (subset of version ranges) | Robert Watkins | Resolved | Won't Fix | 2011-12-09 | 2017-02-10 | |
GRADLE-1993 | REL_1.0-milestone-6 doesn't compile from Github | Robert Watkins | Resolved | Duplicate | 2011-12-09 | 2013-01-18 | |
GRADLE-1994 | Duplicate build path entry (src/main/java) | Cengiz Öztürk | Resolved | Fixed | 2011-12-10 | 2013-01-04 | |
GRADLE-1995 | Tooling API: Allow to explicitly retrieve information about unresolved dependencies | Denis Zhdanov | Resolved | Won't Fix | 2011-12-12 | 2017-02-10 | |
GRADLE-1996 | StackOverflowError when test throws exception that implements writeReplace() | Peter Niederwieser | Resolved | Fixed | 2011-12-12 | 2013-11-25 | |
GRADLE-1997 | Dependencies declared as part of a POM profile marked with activeByDefault are not parsed and resolved | Benjamin Muschko | Gradle Forums | Resolved | Fixed | 2011-12-12 | 2014-07-29 |
GRADLE-1999 | Jars from additional maven repo not added to build classpath | Kurt Harriger | Resolved | Fixed | 2011-12-12 | 2013-01-04 | |
GRADLE-2000 | eclipseClasspath does not generate correct .classpath for Scala | Jeppe Nejsum Madsen | Resolved | Fixed | 2011-12-13 | 2013-01-04 | |
GRADLE-2001 | Custom plugin jar META-INF/gradle-plugins properties file not found Error | Luke Daley | Gradle Forums | Resolved | Fixed | 2011-12-13 | 2013-01-04 |
GRADLE-2002 | Getting Sonar to reuse Cobertura reports in a multi-project analysis | Peter Niederwieser | Gradle Forums | Resolved | Fixed | 2011-12-14 | 2013-01-04 |
GRADLE-2003 | With transition to httpclient library the proxy settings are not picked up anymore | Dmitry Kozlov | Resolved | Fixed | 2011-12-17 | 2013-01-04 | |
GRADLE-2004 | Fail upload on missing artifacts | Gradle Forums | Resolved | Won't Fix | 2011-12-17 | 2017-02-10 | |
GRADLE-2005 | Received a failure event for test with unknown id | Gradle Forums | Resolved | Fixed | 2011-12-17 | 2013-11-11 | |
GRADLE-2006 | Calling Project.getProperties() may emit deprecation messages | Luke Daley | Yoav Landman | Resolved | Fixed | 2011-12-19 | 2013-01-04 |
GRADLE-2007 | Gradle does not handle http responses with content-encoding = gzip | Daz DeBoer | Denis Zhdanov | Resolved | Fixed | 2011-12-19 | 2013-01-04 |
GRADLE-2008 | Make tooling api results consistent with cli | Denis Zhdanov | Resolved | Not A Bug | 2011-12-20 | 2013-01-04 | |
GRADLE-2009 | Eclipse .classpath generated incorrectly when using dependencies with a classifier | Klaus Lehner | Resolved | Not A Bug | 2011-12-21 | 2013-01-04 | |
GRADLE-2010 | DefaultProjectDependency_Decorated cannot be cast to ExternalModuleDependency | Adam Murdoch | Anders Viskum | Resolved | Fixed | 2011-12-21 | 2013-01-04 |
GRADLE-2011 | ClassNotFoundException when running SonarAnalyze | Luke Daley | Peter Niederwieser | Resolved | Won't Fix | 2011-12-21 | 2015-04-30 |
GRADLE-2012 | Test classpath regression in 1.0-milestone-6 | Marek Wiącek | Resolved | Won't Fix | 2011-12-22 | 2017-02-10 | |
GRADLE-2013 | Version in DependencyManagement of Parent pom not considered | Stefan Sieber | Resolved | Won't Fix | 2011-12-23 | 2017-02-10 | |
GRADLE-2014 | Display a proper icon in OSX's dock when running the gradle command | Adam Murdoch | Andres Almiray | Resolved | Fixed | 2011-12-23 | 2013-01-04 |
GRADLE-2015 | Tooling API idea / idea plugin does not understand java-base plugin as it does the java plugin | Denis Zhdanov | Resolved | Won't Fix | 2011-12-26 | 2017-02-10 | |
GRADLE-2016 | Incorrect generation of org.eclipse.wst.common.component with multi-projects and transitive dependencies | Donát Csikós | Klaus Lehner | Resolved | Fixed | 2011-12-27 | 2017-01-25 |
GRADLE-2017 | Tooling API: Avoid incorrect dependency scope merge | Radim Kubacki | Denis Zhdanov | Resolved | Fixed | 2011-12-28 | 2014-04-02 |
GRADLE-2018 | Without applying the Java plugin, the EAR's app dir is not added to the eclipse projects deployment assembly | Szczepan Faber | Andrew Oberstar | Resolved | Fixed | 2011-12-30 | 2013-01-04 |
GRADLE-2019 | EAR plugin fails if JavaBasePlugin is applied before the EAR plugin (and JavaPlugin is not applied) | René Gröschke | Andrew Oberstar | Resolved | Fixed | 2011-12-30 | 2013-01-04 |
GRADLE-2020 | Locked cache directory | Adam Murdoch | Benjamin Muschko | Resolved | Fixed | 2011-12-31 | 2013-01-04 |
GRADLE-2021 | Gradle sonarAnalyze task complains if binaries have not already been built | Thomas Johnson | Resolved | Won't Fix | 2012-01-02 | 2017-02-10 | |
GRADLE-2022 | Error message when a user tries to use a directly instantiated task does not provide any information | Luke Daley | Luke Daley | Resolved | Fixed | 2012-01-03 | 2013-01-04 |
GRADLE-2023 | Concurrent Modification Exception during 'gradle tasks' | Luke Daley | Gradle Forums | Resolved | Fixed | 2012-01-03 | 2013-01-16 |
GRADLE-2024 | A PropertiesFileContentMerger should exist similar to XmlFileContentMerger | Andrew Oberstar | Resolved | Fixed | 2012-01-03 | 2013-01-04 | |
GRADLE-2025 | zipTree(someTask) does not carry dependency information | Luke Daley | Resolved | Won't Fix | 2012-01-04 | 2017-02-10 | |
GRADLE-2026 | @SkipWhenEmpty doesn't work when applied to Groovy properties | Peter Niederwieser | Resolved | Won't Fix | 2012-01-04 | 2017-02-10 | |
GRADLE-2027 | Milestone 6 fails to recognize fetched dependencies and then fails fetch dependencies from Nexus repository | Daz DeBoer | Moritz Dietsche | Resolved | Fixed | 2012-01-05 | 2013-01-04 |
GRADLE-2028 | SimpleHttpConnectionManager being used incorrectly. | Daz DeBoer | Philip Crotwell | Resolved | Fixed | 2012-01-05 | 2013-01-04 |
GRADLE-2029 | Expose list of applied plugins in Tooling API | Kris De Volder | Resolved | Won't Fix | 2012-01-05 | 2017-02-10 | |
GRADLE-2030 | Eclipse-wtp plugin creates illegal entries for non-existing source folders in deployment assembly | Szczepan Faber | Kris De Volder | Resolved | Fixed | 2012-01-05 | 2013-01-04 |
GRADLE-2031 | IllegalStateException when calling Task.execute() from a task action | Adam Murdoch | Resolved | Won't Fix | 2012-01-05 | 2017-02-10 | |
GRADLE-2032 | Concurrent builds with a buildSrc project cause a timeout on the cache directory | Rolf Suurd | Resolved | Fixed | 2012-01-06 | 2013-01-04 | |
GRADLE-2033 | Gradle can't find sonar plugin | Alexandr Kulik | Resolved | Not A Bug | 2012-01-06 | 2015-04-30 | |
GRADLE-2034 | Existence of pom file requires that declared artifacts can be found in the same repository | Daz DeBoer | Luke Daley | Resolved | Fixed | 2012-01-06 | 2013-09-15 |
GRADLE-2035 | Error running tests in milestone 6 | Szczepan Faber | Gradle Forums | Resolved | Fixed | 2012-01-06 | 2013-01-04 |
GRADLE-2036 | Excludes DSL needs some improvements (error on unknown keys, error if no valid keys) | Gradle Forums | Resolved | Fixed | 2012-01-06 | 2013-01-04 | |
GRADLE-2037 | Idea & Eclipse plugins do not report missing dependencies | Gradle Forums | Resolved | Duplicate | 2012-01-07 | 2013-01-04 | |
GRADLE-2038 | Tar decompression should also understand .bz2 and .gz extensions | René Gröschke | Ben Jansen | Resolved | Fixed | 2012-01-09 | 2013-01-04 |
GRADLE-2039 | DefaultAntBuilder always uses script directory as basedir | Michael Brand | Resolved | Won't Fix | 2012-01-09 | 2017-02-10 | |
GRADLE-2040 | Reduce log levels for the Tooling API | Szczepan Faber | Gradle Forums | Resolved | Fixed | 2012-01-11 | 2013-01-04 |
GRADLE-2041 | circular task dependency to 'self' is hard to diagnose | Gradle Forums | Resolved | Won't Fix | 2012-01-11 | 2017-02-10 | |
GRADLE-2042 | gradle adds classifier to testng and can't get it from maven repository | necromantiarian | Resolved | Won't Fix | 2012-01-11 | 2017-02-10 | |
GRADLE-2043 | Unknown command-line option causes unexpected internal error with stack trace | Stefan Scheidt | Resolved | Fixed | 2012-01-12 | 2013-01-04 | |
GRADLE-2044 | Cannot manually remove dependencies from milestone-8 cache structure | Daz DeBoer | Chris Beams | Resolved | Fixed | 2012-01-12 | 2013-01-04 |
GRADLE-2045 | Regression: odd NPE from findAll()/each() | Luke Daley | Peter Ledbrook | Resolved | Not A Bug | 2012-01-12 | 2013-01-04 |
GRADLE-2046 | Cannot mix file and http protocols to resolve artifacts for a single maven repository | Mauro Molinari | Resolved | Duplicate | 2012-01-13 | 2017-02-07 | |
GRADLE-2047 | can't access dependency files from inside configuration.incoming.afterResolve hook | Luke Daley | Luke Daley | Resolved | Fixed | 2012-01-14 | 2013-01-04 |
GRADLE-2048 | configuration.incoming.{beforeResolve,afterResolve} should error when they are called on a resolved configuration | Luke Daley | Resolved | Won't Fix | 2012-01-14 | 2017-02-10 | |
GRADLE-2049 | Tooling API: Provide support for 'allpojects' processing | Denis Zhdanov | Resolved | Not A Bug | 2012-01-16 | 2013-01-04 | |
GRADLE-2050 | Provide Gradle logger AST transformation | Benjamin Muschko | Resolved | Won't Fix | 2012-01-16 | 2014-03-04 | |
GRADLE-2051 | Convention mapping does not work for primitive properties | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2012-01-17 | 2013-01-04 |
GRADLE-2052 | Cannot use dom4j from task action attached to built-in task | Gradle Forums | Resolved | Fixed | 2012-01-17 | 2013-01-04 | |
GRADLE-2053 | Have Maven plugin deal with authentication against remote repos for upload/deploy | Steve Ebersole | Resolved | Won't Fix | 2012-01-19 | 2017-02-10 | |
GRADLE-2054 | Tooling API not obeying gradle wrapper settings | Kris De Volder | Resolved | Won't Fix | 2012-01-19 | 2017-02-10 | |
GRADLE-2055 | Tooling API: Expose dependencies that belong to custom configurations | Denis Zhdanov | Resolved | Won't Fix | 2012-01-20 | 2017-02-10 | |
GRADLE-2056 | Project.getProperties() call fails in ProjectEvaluationListener | Nikita Skvortsov | Resolved | Won't Fix | 2012-01-20 | 2017-02-10 | |
GRADLE-2057 | Add project.fileTree(Object, Closure) method for consistency with project.files(Object..., Closure) | Luke Daley | Luke Daley | Resolved | Fixed | 2012-01-20 | 2013-01-04 |
GRADLE-2058 | testNG listeners' system out/err is swallowed | Tomek Kaczanowski | Resolved | Won't Fix | 2012-01-23 | 2017-02-10 | |
GRADLE-2059 | Add configure(delegate, closure) method to Script interface and make this method available in init and settings scripts | Luke Daley | Resolved | Won't Fix | 2012-01-23 | 2017-02-10 | |
GRADLE-2060 | gradle.user.home on the command-line is ignored | René Gröschke | Daz DeBoer | Resolved | Fixed | 2012-01-23 | 2013-01-04 |
GRADLE-2061 | Using mavenLocal() is very slow in Milestone 7 | Daz DeBoer | Gradle Forums | Resolved | Fixed | 2012-01-23 | 2013-01-04 |
GRADLE-2062 | 1.0-milestone-7 does not support NTLM proxy authentication | Daz DeBoer | Gradle Forums | Resolved | Fixed | 2012-01-24 | 2013-01-04 |
GRADLE-2063 | Inconsistent POM generation for excludes with missing module | Matthias Pfau | Resolved | Won't Fix | 2012-01-24 | 2017-02-10 | |
GRADLE-2064 | doFirst actions should execute before @TaskActions, and doLast should run after. | Luke Daley | Resolved | Won't Fix | 2012-01-24 | 2017-02-10 | |
GRADLE-2065 | Settings object should be extension aware. | Luke Daley | Resolved | Fixed | 2012-01-24 | 2013-09-03 | |
GRADLE-2066 | Allow application of plugins to Settings objects | Luke Daley | Resolved | Fixed | 2012-01-24 | 2013-04-30 | |
GRADLE-2067 | Allow access to the settings object from an init script | Luke Daley | Resolved | Won't Fix | 2012-01-24 | 2017-02-10 | |
GRADLE-2068 | archives built from configurations contain duplicate jars (M5->M6 regression) | Daz DeBoer | Szczepan Faber | Resolved | Fixed | 2012-01-25 | 2013-01-04 |
GRADLE-2069 | Build announcements cause build failure with jenkins CI | Adam Murdoch | Tino Nitze | Resolved | Won't Fix | 2012-01-25 | 2017-02-10 |
GRADLE-2070 | Excessive artifact download when using SFTP resolver | Gradle Forums | Resolved | Won't Fix | 2012-01-27 | 2017-02-10 | |
GRADLE-2071 | Different task execution order | Gradle Forums | Resolved | Won't Fix | 2012-01-27 | 2017-02-10 | |
GRADLE-2072 | CopySpec.from | Adam Murdoch | Resolved | Fixed | 2012-01-29 | 2013-01-04 | |
GRADLE-2073 | Documentation on "Managing domain objects" in custom plugin section needs updating to the new plugin.extensions syntax | René Gröschke | Matias Bjarland | Resolved | Fixed | 2012-01-30 | 2013-01-04 |
GRADLE-2074 | Missing WEB-INF/classes when setting a custom classpath | Kirk Rasmussen | Resolved | Won't Fix | 2012-01-31 | 2017-02-10 | |
GRADLE-2075 | Gradle OSGi plugin does not support the Bnd -include instruction | Detelin Yordanov | Resolved | Won't Fix | 2012-02-01 | 2017-02-10 | |
GRADLE-2076 | Artifact not found resolving dependencies with packaging/type "eclipse-plugin" | Daz DeBoer | Gradle Forums | Resolved | Fixed | 2012-02-01 | 2013-01-04 |
GRADLE-2077 | processResources.source property return wrong data | Sviatoslav Romanenko | Resolved | Not A Bug | 2012-02-02 | 2013-01-04 | |
GRADLE-2078 | Let distribute gradle build scripts through repositories | Franco Bulgarelli | Resolved | Won't Fix | 2012-02-02 | 2017-02-10 | |
GRADLE-2079 | Eclipse plugin generates invalid javadoc locations | Alex Romanyuk | Resolved | Fixed | 2012-02-03 | 2013-01-04 | |
GRADLE-2080 | Configuration done in gradle.projectsEvaluated { } ignored by tooling API | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2012-02-03 | 2013-01-04 |
GRADLE-2081 | warning emitted when compiling using openjdk 7 | René Gröschke | Adam Murdoch | Resolved | Fixed | 2012-02-04 | 2013-01-04 |
GRADLE-2082 | Output[File|Files|Directory|Directories] annotations do not validate that the property type is valid | Luke Daley | Resolved | Won't Fix | 2012-02-04 | 2017-02-10 | |
GRADLE-2083 | http status code 403 stops ivy resolver? | Gradle Forums | Resolved | Won't Fix | 2012-02-06 | 2017-02-10 | |
GRADLE-2084 | up to date checks and serializable | Philip Crotwell | Resolved | Won't Fix | 2012-02-06 | 2017-02-10 | |
GRADLE-2085 | Could not create task of type 'Test' | Gradle Forums | Resolved | Fixed | 2012-02-07 | 2013-01-04 | |
GRADLE-2086 | Failure to resolve dependency when project repositories are merged | Adam Murdoch | Resolved | Won't Fix | 2012-02-07 | 2017-02-10 | |
GRADLE-2087 | Project status always reverting to integration | Gradle Forums | Resolved | Won't Fix | 2012-02-08 | 2017-02-10 | |
GRADLE-2088 | Timeout exception when two builds attempt to compile a build script at the same time | Adam Murdoch | Resolved | Fixed | 2012-02-08 | 2013-01-04 | |
GRADLE-2089 | Cannot use daemon with ibm jvm | Adam Murdoch | Resolved | Fixed | 2012-02-08 | 2013-01-04 | |
GRADLE-2090 | Should invalidate compiled groovy classes when (effective) boot classpath changes | Adam Murdoch | Resolved | Won't Fix | 2012-02-08 | 2017-02-10 | |
GRADLE-2091 | signing { required = false } is not honoured. | Luke Daley | Luke Daley | Resolved | Fixed | 2012-02-09 | 2013-01-04 |
GRADLE-2092 | Gradle misbehaves when there is a cycle in the chain of parent POMs | Gradle Forums | Resolved | Won't Fix | 2012-02-09 | 2017-02-10 | |
GRADLE-2093 | signPom() should do nothing if !signing.required and signing can't be done (e.g. no signatory) | Luke Daley | Luke Daley | Resolved | Fixed | 2012-02-09 | 2013-01-04 |
GRADLE-2094 | Provide a project-specific view into the cache, which would provide a standard, supported location for tools to access dependency artifacts. | Daz DeBoer | Resolved | Won't Fix | 2012-02-09 | 2017-02-10 | |
GRADLE-2095 | Allow signing.required to be set with a callable to make it easier to defer this decision | Luke Daley | Resolved | Fixed | 2012-02-10 | 2013-01-04 | |
GRADLE-2096 | jar Task of the Java Plugin has incorrect up-to-date check | Stefan Sieber | Resolved | Fixed | 2012-02-10 | 2013-01-04 | |
GRADLE-2097 | DSL set methods (e.g. object.prop(value)) do not work for collections/iterables | Luke Daley | Resolved | Won't Fix | 2012-02-13 | 2017-02-10 | |
GRADLE-2098 | Eclipse plugin does not honor minusConfigurations for files in cache | Stephane Gallès | Resolved | Won't Fix | 2012-02-14 | 2017-02-10 | |
GRADLE-2099 | Impossible to set the default character encoding when using the daemon | Luke Daley | Luke Daley | Resolved | Fixed | 2012-02-14 | 2013-01-04 |
GRADLE-2100 | Ordering of repository declarations can cause Could not resolve all dependencies error | Daz DeBoer | Dan Stine | Resolved | Fixed | 2012-02-14 | 2013-01-04 |
GRADLE-2101 | Dependency resolution incorrectly uses cached values from different repository | Daz DeBoer | Daz DeBoer | Resolved | Fixed | 2012-02-14 | 2013-01-04 |
GRADLE-2102 | Tooling API LongRunningOperation.setJavaHome() fails with NoClassDefFoundError | Szczepan Faber | Adam Murdoch | Resolved | Fixed | 2012-02-14 | 2013-01-04 |
GRADLE-2103 | When an appropriate java version is in the path groovyc should always find the java compiler | Stephane Gallès | Resolved | Fixed | 2012-02-15 | 2013-01-04 | |
GRADLE-2104 | milestone-8 : jsch-0.1.42.jar missing, Ivy SFTPResolver can not be be used anymore | Gradle Forums | Resolved | Fixed | 2012-02-15 | 2013-01-04 | |
GRADLE-2105 | Cannot specify jvm args to Findbugs | Paul Jimenez | Resolved | Won't Fix | 2012-02-15 | 2017-02-10 | |
GRADLE-2106 | Cannot specify targetjdk to the PMD plugin | Paul Jimenez | Resolved | Fixed | 2012-02-15 | 2013-01-25 | |
GRADLE-2107 | Add some mechanism to make a plugin visible to every build script used by the build | Adam Murdoch | Resolved | Won't Fix | 2012-02-15 | 2017-02-10 | |
GRADLE-2108 | cpp executable that links against shared libraries does not work if the shared libraries are moved from their link-time location | Adam Murdoch | Resolved | Fixed | 2012-02-15 | 2013-01-04 | |
GRADLE-2109 | FindBugs plugin on Windows fails on projects with many source files due | René Gröschke | Brant Bobby | Resolved | Fixed | 2012-02-16 | 2013-01-04 |
GRADLE-2110 | IDEA plugin should expose outputFile property for workspace e.g. .iws | Antony Blakey | Resolved | Won't Fix | 2012-02-17 | 2017-02-10 | |
GRADLE-2111 | Provide first-class support for JUnit @Category | René Gröschke | Chris Beams | Resolved | Fixed | 2012-02-21 | 2013-03-19 |
GRADLE-2112 | Altering copy tasks during execution | Gradle Forums | Resolved | Won't Fix | 2012-02-21 | 2017-02-10 | |
GRADLE-2113 | Error generating manifest in WAR where excluded dependencies are getting included | Szczepan Faber | Gradle Forums | Resolved | Not A Bug | 2012-02-21 | 2013-01-04 |
GRADLE-2114 | Tooling API should provide information about whether dependencies should be exported | Kris De Volder | Resolved | Won't Fix | 2012-02-21 | 2017-02-10 | |
GRADLE-2115 | Up-To-Date check ignores @Input-annotated boolean properties | Lóránt Pintér | Gradle Forums | Resolved | Fixed | 2012-02-22 | 2016-09-14 |
GRADLE-2116 | provide c++ support on mac os x | Adam Murdoch | Resolved | Fixed | 2012-02-22 | 2013-01-04 | |
GRADLE-2117 | provide support for visual c++ | Adam Murdoch | Resolved | Fixed | 2012-02-22 | 2013-01-04 | |
GRADLE-2118 | Publication does not work for windows shared libraries | Adam Murdoch | Resolved | Won't Fix | 2012-02-22 | 2017-02-10 | |
GRADLE-2119 | Cannot specify builtBy for artifact using map notation | Luke Daley | Luke Daley | Resolved | Fixed | 2012-02-22 | 2013-01-04 |
GRADLE-2120 | ConfigureUtil.configureByMap does not work correctly with decorated objects (does not call methods with the given name) | Luke Daley | Luke Daley | Resolved | Fixed | 2012-02-22 | 2013-01-04 |
GRADLE-2121 | C++ compile task does not invalidate outputs when compiler changes | Adam Murdoch | Resolved | Won't Fix | 2012-02-22 | 2017-02-10 | |
GRADLE-2122 | System property set on the command line (-D) does not override setting in gradle.properties | Gradle Forums | Resolved | Fixed | 2012-02-23 | 2016-03-31 | |
GRADLE-2123 | WTP Plugin should add org.eclipse.jst.component.dependency to all WEB-INF/lib deps and not add them to the WTP component file | Donát Csikós | Andrew Oberstar | Resolved | Fixed | 2012-02-23 | 2017-01-25 |
GRADLE-2124 | Attempting to download 3rd party dependency fails on googlecode.com | David Kowis | Resolved | Won't Fix | 2012-02-23 | 2017-02-10 | |
GRADLE-2125 | Generated POM is not uploaded | Scott Palmer | Resolved | Won't Fix | 2012-02-25 | 2017-02-10 | |
GRADLE-2126 | Extraneous output prefix is seen on every line when output from gradlew on Unix is redirected to file | Gradle Forums | Resolved | Fixed | 2012-02-26 | 2013-01-04 | |
GRADLE-2127 | C++ plugin should provide support for mingw | Adam Murdoch | Resolved | Fixed | 2012-02-27 | 2013-01-04 | |
GRADLE-2128 | Ivy resolver changingPattern is ignored if changingMatcher is not specified | Gradle Forums | Resolved | Won't Fix | 2012-02-27 | 2017-02-10 | |
GRADLE-2129 | Exception when trying to upload an archive to a webdav repository | Franck Silvestre | Resolved | Won't Fix | 2012-02-28 | 2017-02-10 | |
GRADLE-2130 | Gradle fails to initialize on HP-UX | Stanislav Abadjiev | Resolved | Fixed | 2012-02-28 | 2013-01-04 | |
GRADLE-2131 | Exception with "Discarding connection." message | Gradle Forums | Resolved | Won't Fix | 2012-02-28 | 2017-02-10 | |
GRADLE-2132 | convention mappings cannot be applied to properties that are empty maps or collections | Luke Daley | Resolved | Won't Fix | 2012-02-28 | 2017-02-10 | |
GRADLE-2133 | Eclipse plugin doesn't attach source for the gradleApi() dependency | Gradle Forums | Resolved | Won't Fix | 2012-02-28 | 2017-02-10 | |
GRADLE-2134 | When 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. | Grant | Resolved | Won't Fix | 2012-02-29 | 2017-02-10 | |
GRADLE-2135 | Using Project.tarTree() with unavailable tar file should throw exception | René Gröschke | Resolved | Fixed | 2012-02-29 | 2013-01-04 | |
GRADLE-2136 | Third-party plugins cannot be applied by ID from external build scripts | Gradle Forums | Resolved | Duplicate | 2012-03-03 | 2017-01-26 | |
GRADLE-2137 | Command gradle -v or graddle.bat in Windows doesn't run and causes: gradle -v | Miroslaw Radziszewski | Resolved | Won't Fix | 2012-03-04 | 2017-02-10 | |
GRADLE-2138 | Repository declared as FileSystemResolver is not considered 'local' | Luke Daley | Daz DeBoer | Resolved | Fixed | 2012-03-04 | 2013-01-04 |
GRADLE-2140 | Gradle should search all repositories for newest version of changing module | Gradle Forums | Resolved | Won't Fix | 2012-03-04 | 2017-02-10 | |
GRADLE-2141 | Gradle downloads changing modules every build when using an ivy DependencyResolver | Gradle Forums | Resolved | Won't Fix | 2012-03-04 | 2017-02-10 | |
GRADLE-2142 | Provide a way to provide a custom pattern for a 'maven' layout, or a way to provide 'm2compatible' behaviour with a custom layout | Peter Niederwieser | Daz DeBoer | Resolved | Duplicate | 2012-03-04 | 2013-01-19 |
GRADLE-2143 | Gradle should honour the '*-SNAPSHOT' pattern for changing modules when a repository is declared with "layout 'maven' | Daz DeBoer | Resolved | Won't Fix | 2012-03-04 | 2017-02-10 | |
GRADLE-2144 | Provide a way to dynamically specify a module as 'changing' for transitive dependencies | Daz DeBoer | Resolved | Fixed | 2012-03-04 | 2016-02-12 | |
GRADLE-2145 | Gradle should publish SHA1 checksums when uploading archives to an ivy repository | Daz DeBoer | Resolved | Fixed | 2012-03-04 | 2013-01-04 | |
GRADLE-2146 | Gradle should use last modified date to avoid artifact re-download where SHA1 checksums are not published | Luke Daley | Daz DeBoer | Resolved | Fixed | 2012-03-04 | 2013-01-04 |
GRADLE-2147 | Tooling API: Make it possible to define script file to use | Denis Zhdanov | Resolved | Won't Fix | 2012-03-05 | 2017-02-10 | |
GRADLE-2148 | Error parsing pom file: cyclic variable definition | Gradle Forums | Resolved | Won't Fix | 2012-03-05 | 2017-02-10 | |
GRADLE-2149 | Use java 7 PosixFileAttributes when available, to get and set file unix mode | Adam Murdoch | Resolved | Fixed | 2012-03-05 | 2013-01-04 | |
GRADLE-2150 | Problem sending mail from a build script | Adam Murdoch | Gradle Forums | Resolved | Fixed | 2012-03-06 | 2013-01-04 |
GRADLE-2151 | Resolved native binaries do not use the platform-specific naming scheme | Adam Murdoch | Resolved | Won't Fix | 2012-03-07 | 2017-02-10 | |
GRADLE-2152 | Allow the c compiler to be used to compile c code | Adam Murdoch | Resolved | Fixed | 2012-03-07 | 2013-09-03 | |
GRADLE-2153 | Allow 32-bit and 64-bit variants of native binaries to be built and published | Adam Murdoch | Resolved | Fixed | 2012-03-07 | 2013-10-23 | |
GRADLE-2154 | Allow static native libraries to be built and published | Adam Murdoch | Resolved | Fixed | 2012-03-07 | 2013-09-03 | |
GRADLE-2155 | Allow dependencies to be declared on installed native libraries | Adam Murdoch | Resolved | Won't Fix | 2012-03-07 | 2017-02-10 | |
GRADLE-2156 | Allow a header-file only library to be published and used from another project | Adam Murdoch | Resolved | Won't Fix | 2012-03-07 | 2017-02-10 | |
GRADLE-2157 | Provide some way to influence which c/c++ compilers will be used to build a given binary | Adam Murdoch | Resolved | Fixed | 2012-03-07 | 2013-10-23 | |
GRADLE-2158 | Zip files created on Windows platform have zero FilePermission when unpacked with Gradle | René Gröschke | René Gröschke | Resolved | Fixed | 2012-03-07 | 2013-01-04 |
GRADLE-2159 | gradle does not work on jvm 32bit when set configurations.all.resolutionStrategy.cacheChangingModulesFor to 0 seconds | caiweiwei | Resolved | Won't Fix | 2012-03-08 | 2017-02-10 | |
GRADLE-2160 | Setting packaging 'bundle' uploadArchives and install rename the artifact to {name}.bundle | Rupert Westenthaler | Resolved | Won't Fix | 2012-03-08 | 2017-02-10 | |
GRADLE-2161 | Code quality documentation mistakes | Justin Ryan | Resolved | Fixed | 2012-03-08 | 2013-01-04 | |
GRADLE-2162 | When getting a 'CorruptedCacheException' Gradle should do its best to repair or at least delete the corrupted cache | Kris De Volder | Resolved | Won't Fix | 2012-03-08 | 2017-02-10 | |
GRADLE-2163 | AsmBackedClassGenerator.addGetter is not adding convention backed method for get | Luke Daley | Justin Ryan | Resolved | Fixed | 2012-03-12 | 2013-01-04 |
GRADLE-2164 | Project.exec should print out stderr on error | Robert Oschwald | Resolved | Won't Fix | 2012-03-12 | 2017-01-26 | |
GRADLE-2165 | Dependencies added after projects are evaluated are not included by the tooling API | Kris De Volder | Resolved | Fixed | 2012-03-12 | 2013-01-04 | |
GRADLE-2166 | Ability to directly load an Ant file from within a jar | Kristian Kime | Resolved | Won't Fix | 2012-03-12 | 2017-02-10 | |
GRADLE-2167 | FindBugs plugin runs into command line length limit on Windows | René Gröschke | Gradle Forums | Resolved | Fixed | 2012-03-13 | 2013-01-04 |
GRADLE-2168 | NoClassDefFoundError: "-Xdock:name=Gradle" in sub process | Yasuharu NAKANO | Resolved | Fixed | 2012-03-14 | 2013-01-04 | |
GRADLE-2169 | CountDownLatch not released while running tests | Cédric Champeau | Resolved | Duplicate | 2012-03-14 | 2013-01-04 | |
GRADLE-2170 | Builds hangs while running tests put restrictive security manager policy in place | Gradle Forums | Resolved | Won't Fix | 2012-03-14 | 2017-02-10 | |
GRADLE-2171 | Add an option to avoid duplicate entries when creating a zip file | Gradle Forums | Resolved | Fixed | 2012-03-14 | 2013-06-28 | |
GRADLE-2172 | gradle cleanClasses base plugin added rule task always results in 'UP-TO-DATE' | Gradle Forums | Resolved | Won't Fix | 2012-03-14 | 2017-02-10 | |
GRADLE-2173 | Artifact not found when maven classifier is hk2-jar | Ståle Undheim | Resolved | Won't Fix | 2012-03-14 | 2017-02-10 | |
GRADLE-2174 | C++ support not compatible with GCC 3. | Luke Daley | Luke Daley | Resolved | Fixed | 2012-03-15 | 2013-01-04 |
GRADLE-2175 | Snapshot dependencies with sources/test classifier are not considered 'changing' | René Gröschke | Gradle Forums | Resolved | Fixed | 2012-03-15 | 2016-09-17 |
GRADLE-2176 | daemon still marked experimental | Peter Niederwieser | Gradle Forums | Resolved | Fixed | 2012-03-15 | 2013-01-04 |
GRADLE-2177 | When a subproject classesDir have been altered, if the subproject is used as a dependency the new output location is not used in the compile classpath | Jonathan Imperial | Resolved | Won't Fix | 2012-03-15 | 2017-02-10 | |
GRADLE-2178 | Specified configuration of a dependency is not honored when the module is a participant in an eviction. | Jacob Aleksynas | Resolved | Won't Fix | 2012-03-16 | 2017-02-10 | |
GRADLE-2179 | Url-based dependencies | Yennick Trevels | Resolved | Won't Fix | 2012-03-17 | 2016-11-29 | |
GRADLE-2180 | Tooling API: Expose information about the dependency graph | Denis Zhdanov | Resolved | Won't Fix | 2012-03-18 | 2017-02-10 | |
GRADLE-2181 | Copying of files with unicode in filename fails with "java.lang.UnsupportedOperationException: ENOENT" | René Gröschke | Resolved | Fixed | 2012-03-18 | 2013-01-18 | |
GRADLE-2182 | module dependency declared with map syntax does not work when referred from multiple configurations | justin mares | Resolved | Fixed | 2012-03-20 | 2013-01-04 | |
GRADLE-2183 | compileJava ignores project.sourceCompatibility | Jens Hausherr | Resolved | Won't Fix | 2012-03-20 | 2017-02-10 | |
GRADLE-2184 | Regression: 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 them | mech | Resolved | Won't Fix | 2012-03-20 | 2017-02-10 | |
GRADLE-2185 | NPE launching Tooling API from Eclipse on Windows | Daz DeBoer | Daz DeBoer | Resolved | Fixed | 2012-03-20 | 2013-01-04 |
GRADLE-2186 | Faceted eclipse wtp projects without war/ear plugin applied | Radim Kubacki | Georg Fleischer | Resolved | Fixed | 2012-03-20 | 2014-12-03 |
GRADLE-2187 | Error : compileJava -> java.lang.NullPointerException (no error message) | Gradle Forums | Resolved | Fixed | 2012-03-20 | 2013-01-04 | |
GRADLE-2188 | Artifact not found resolving dependencies with packaging/type "orbit" | Eirik Lygre | Resolved | Fixed | 2012-03-20 | 2013-01-04 | |
GRADLE-2189 | Tests with jmockit do not function when loaded via the --javaagent command line option | Daz DeBoer | Daz DeBoer | Resolved | Fixed | 2012-03-20 | 2013-01-04 |
GRADLE-2190 | PMD Plugin ignores its "ignoreFailures" setting | Jens Hausherr | Resolved | Fixed | 2012-03-21 | 2013-01-04 | |
GRADLE-2191 | HTTP Digest authentication doesn't work since changing to apache httpclient due to use of preemptive auth defaulting to Basic | James Wiltshire | Resolved | Fixed | 2012-03-21 | 2013-01-04 | |
GRADLE-2192 | CompileTestJava is executed when resource in main source set is modified. | Gradle Forums | Resolved | Won't Fix | 2012-03-22 | 2017-02-10 | |
GRADLE-2193 | Often PermGen out of memory in daemon builds | Jarek Potiuk | Resolved | Won't Fix | 2012-03-22 | 2017-02-10 | |
GRADLE-2194 | Archive tasks require the BasePlugin to get useful defaults | Justin Ryan | Resolved | Won't Fix | 2012-03-22 | 2017-02-10 | |
GRADLE-2195 | Gradle 1.0-m9: MapNotationParser removing keys from dependency definitions specified as Maps | Gradle Forums | Resolved | Fixed | 2012-03-23 | 2013-01-04 | |
GRADLE-2196 | Cannot resolve artifact-only module that is served via HTTP redirects | Daz DeBoer | Daz DeBoer | Resolved | Fixed | 2012-03-24 | 2013-01-04 |
GRADLE-2197 | Full debugging information not included in compiled classes with new Milestone-9 compiler | Gradle Forums | Resolved | Fixed | 2012-03-26 | 2013-01-04 | |
GRADLE-2198 | Tooling API: Deduce project language level from the java plugin properties via the Tooling API | Denis Zhdanov | Resolved | Fixed | 2012-03-27 | 2016-03-11 | |
GRADLE-2199 | IvyArtifactRepository does not handle dynamic artifact versions | Seth Goings | Resolved | Fixed | 2012-03-27 | 2013-01-04 | |
GRADLE-2200 | Cycle detected when setting up gradle's own source in eclipse | Gradle Forums | Resolved | Won't Fix | 2012-03-28 | 2017-02-10 | |
GRADLE-2201 | maven 3.x problem | gil | Resolved | Won't Fix | 2012-03-28 | 2017-02-10 | |
GRADLE-2202 | -Dhttp.nonProxyHosts is not respected | Gradle Forums | Resolved | Won't Fix | 2012-03-28 | 2017-02-10 | |
GRADLE-2203 | m9 build fails because LOCAL_MAVEN_REPO is not set | Gradle Forums | Resolved | Fixed | 2012-03-29 | 2013-01-04 | |
GRADLE-2204 | Tooling API: Expose dependencies from the custom configuraiton | Szczepan Faber | Denis Zhdanov | Resolved | Not A Bug | 2012-03-30 | 2013-01-04 |
GRADLE-2205 | Honor -Dfile.encoding provided as a command-line argument | Adam Murdoch | Resolved | Won't Fix | 2012-04-02 | 2017-02-10 | |
GRADLE-2206 | Sources jar not downloaded after missing cache populated | Gradle Forums | Resolved | Won't Fix | 2012-04-02 | 2017-02-10 | |
GRADLE-2207 | Allow application plugin start scripts to be more flexible for different environments. | Benjamin Muschko | Gradle Forums | Resolved | Fixed | 2012-04-02 | 2015-04-02 |
GRADLE-2208 | Provide a default config file for checkstyle plugin | Gradle Forums | Resolved | Won't Fix | 2012-04-03 | 2017-02-10 | |
GRADLE-2209 | Rationalise code quality plugins reporting, unify formats and defaults | Gradle Forums | Resolved | Won't Fix | 2012-04-03 | 2017-02-10 | |
GRADLE-2210 | Migrate to maven 3 | Juan Hernandez | Resolved | Won't Fix | 2012-04-03 | 2017-02-10 | |
GRADLE-2211 | Resolved binary executables and libraries do not use the platform specific naming scheme | Adam Murdoch | Resolved | Won't Fix | 2012-04-03 | 2017-02-10 | |
GRADLE-2212 | The names of resolved native shared libraries do not consider the library's soname/install_path | Adam Murdoch | Resolved | Won't Fix | 2012-04-03 | 2017-02-10 | |
GRADLE-2213 | Standard jar task generates a jar with duplicate entries if we change the resource output folder. | Gradle Forums | Resolved | Won't Fix | 2012-04-04 | 2017-02-10 | |
GRADLE-2214 | Some dependencies are reported unresolved although they are present in the cache | Pierre-Yves Saumont | Resolved | Won't Fix | 2012-04-05 | 2017-02-10 | |
GRADLE-2215 | Allow configuring of the test "showStandardStreams" logging | Gradle Forums | Resolved | Fixed | 2012-04-05 | 2013-01-04 | |
GRADLE-2216 | Occasion failures because 'registry.bin' corrupted? | Luke Daley | Kris De Volder | Resolved | Fixed | 2012-04-05 | 2013-01-04 |
GRADLE-2217 | ClassFileExtractionManager causes memory leak in Test task | Luke Daley | Peter Niederwieser | Resolved | Fixed | 2012-04-06 | 2013-01-04 |
GRADLE-2218 | eclipse plugin : Snapshot dependencies with sources classifier are not updated beside the first time runing "gradle eclipse" | caiweiwei | Resolved | Duplicate | 2012-04-10 | 2013-01-04 | |
GRADLE-2219 | Provide better error message when trying to add a task action from a task action | Gradle Forums | Resolved | Fixed | 2012-04-10 | 2013-01-04 | |
GRADLE-2220 | Rename Compile task to JavaCompile | Gradle Forums | Resolved | Fixed | 2012-04-10 | 2013-01-04 | |
GRADLE-2221 | Cannot manually configure a facet for eclipse-wtp plugin unless War or Ear plugin is applied | Radim Kubacki | Gradle Forums | Resolved | Fixed | 2012-04-10 | 2014-12-12 |
GRADLE-2222 | compileScala: Cannot invoke method withInputStream() on null object | Antony Stubbs | Resolved | Won't Fix | 2012-04-11 | 2017-02-10 | |
GRADLE-2223 | 1.0-rc1 breaks GWT unit test framework | Bryan | Resolved | Fixed | 2012-04-11 | 2013-01-04 | |
GRADLE-2224 | Tooling API: Use language level settings defined at the idea plugin during exposing the project structure via the API | Denis Zhdanov | Resolved | Won't Fix | 2012-04-12 | 2017-02-10 | |
GRADLE-2225 | Wrapper task generates incorrect disbtribution URI | Kris De Volder | Resolved | Not A Bug | 2012-04-12 | 2013-01-04 | |
GRADLE-2226 | Tooling API: LongRunningOperation.withArguments -P and -D are both not working | Szczepan Faber | Kris De Volder | Resolved | Fixed | 2012-04-12 | 2013-01-04 |
GRADLE-2227 | upgrade form m9 to rc1 findbugs plugin not working | Jarod Liu | Resolved | Fixed | 2012-04-13 | 2013-01-04 | |
GRADLE-2228 | Tooling API: Avoid unnecessary daemon processes creation | Szczepan Faber | Denis Zhdanov | Resolved | Fixed | 2012-04-13 | 2013-01-04 |
GRADLE-2229 | NullPointerException encountered when compiling Google Guava with Gradle | Ben McCann | Resolved | Won't Fix | 2012-04-13 | 2017-02-10 | |
GRADLE-2230 | improved idea.project.jdkName setting | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2012-04-13 | 2013-01-04 |
GRADLE-2231 | Tooling API: Provide ability to distinguish 'compile' from 'providedCompile' dependency scope | Denis Zhdanov | Resolved | Won't Fix | 2012-04-13 | 2017-02-10 | |
GRADLE-2232 | TestCase not found on compile classpath in rc-1 | Peter Niederwieser | Gradle Forums | Resolved | Fixed | 2012-04-13 | 2013-01-04 |
GRADLE-2233 | Bug in HttpClient 4.1.2 causes issues with proxies | Gradle Forums | Resolved | Won't Fix | 2012-04-13 | 2017-02-06 | |
GRADLE-2234 | Since 1.0-milestone-6 gradle does not respect javax.net.ssl system properties | Peter Niederwieser | Janning Vygen | Resolved | Fixed | 2012-04-14 | 2013-01-04 |
GRADLE-2235 | Programmatically configuring Jetty Plugin causes ClassCastException | Gradle Forums | Resolved | Won't Fix | 2012-04-14 | 2017-01-16 | |
GRADLE-2237 | OSGi manifest should handle explicit instructions matching symbolic ones. | Luke Daley | Luke Daley | Resolved | Fixed | 2012-04-16 | 2013-01-04 |
GRADLE-2238 | Use maven 3 classes to locate maven local repository | gil | Resolved | Fixed | 2012-04-16 | 2013-01-04 | |
GRADLE-2239 | Error message should provide more diagnostic information when an HTTP request fails | Adam Murdoch | Resolved | Won't Fix | 2012-04-17 | 2017-02-10 | |
GRADLE-2240 | Module is treated as not found when a failure occurs downloading the module descriptor | Adam Murdoch | Resolved | Fixed | 2012-04-17 | 2013-11-11 | |
GRADLE-2241 | Upgrade to M9 fails when project is using certain testNG versions | Szczepan Faber | Resolved | Won't Fix | 2012-04-18 | 2017-02-10 | |
GRADLE-2242 | OSGi plugin should support generating SCR descriptors | Luke Daley | Resolved | Won't Fix | 2012-04-18 | 2017-02-10 | |
GRADLE-2243 | findbugs plugin ignores "ignoreFailures" properties | René Gröschke | Gradle Forums | Resolved | Fixed | 2012-04-19 | 2013-01-04 |
GRADLE-2244 | Cleaning should be more robust on Windows | Luke Daley | Luke Daley | Resolved | Fixed | 2012-04-19 | 2013-01-04 |
GRADLE-2245 | Cannot pass systemProperties to tests runtime | Davide Cavestro | Resolved | Fixed | 2012-04-20 | 2013-01-04 | |
GRADLE-2246 | Cannot build with reportng | Lidia Marchioni | Resolved | Not A Bug | 2012-04-20 | 2013-01-04 | |
GRADLE-2247 | Gradle cannot resolve dependencies when using ivy repository in layout 'gradle' | Peter Niederwieser | Jochen Hinrichsen | Resolved | Won't Fix | 2012-04-21 | 2013-01-04 |
GRADLE-2248 | Maven repository specified at uploadArchives affected by mirrors setting at maven settings.xml | Alexandr Kulik | Resolved | Won't Fix | 2012-04-23 | 2017-02-10 | |
GRADLE-2249 | Sporadic failures due to "Could not load compiled classes for initialization script 'init.gradle' from cache" | René Gröschke | Gradle Forums | Resolved | Won't Fix | 2012-04-24 | 2017-02-10 |
GRADLE-2250 | Error resolving previous versions of plugins to build new versions of itself | John VanderPol | Resolved | Won't Fix | 2012-04-24 | 2017-02-10 | |
GRADLE-2251 | Projects using only 'java-base' plugin get an empty classpath in tooling API | Kris De Volder | Resolved | Won't Fix | 2012-04-24 | 2017-02-10 | |
GRADLE-2252 | possible locking bug when init.gradle is shared | Szczepan Faber | Resolved | Won't Fix | 2012-04-25 | 2017-02-10 | |
GRADLE-2253 | Task eclipseClasspath fails with 'Cannot get property 'name' on null object' | Carlo Luib-Finetti | Resolved | Duplicate | 2012-04-26 | 2013-01-04 | |
GRADLE-2254 | Maven Plugin uploads certain artifacts twice | Gradle Forums | Resolved | Fixed | 2012-04-26 | 2013-01-04 | |
GRADLE-2255 | CopySpec.eachFile() not receiving empty directories from zipTree | Bob Glamm | Resolved | Won't Fix | 2012-04-26 | 2017-02-10 | |
GRADLE-2256 | FileCopyDetails.setMode() from within copy { from zipTree() eachFile { ... } } doesn't work | René Gröschke | Bob Glamm | Resolved | Fixed | 2012-04-26 | 2013-01-04 |
GRADLE-2257 | Gradle doesn't see latest installed Maven snapshot | Ryan Stewart | Resolved | Won't Fix | 2012-04-26 | 2017-02-10 | |
GRADLE-2258 | ClassNotFound exception when compiling Groovy source | Adam Murdoch | Resolved | Fixed | 2012-04-29 | 2013-01-04 | |
GRADLE-2259 | extra property and extension name clash is detected late | Szczepan Faber | Resolved | Won't Fix | 2012-04-30 | 2017-02-10 | |
GRADLE-2260 | Depenendcy artifact excludes DSL should allow type (like ivy exclude) | Jacob Aleksynas | Resolved | Won't Fix | 2012-04-30 | 2017-02-10 | |
GRADLE-2261 | OsgiManifest should support laziness by accepting Object instead of String for values, and toString'ing at the last minute | Luke Daley | Resolved | Won't Fix | 2012-04-30 | 2017-02-10 | |
GRADLE-2262 | Improve error message when .gradle directory is deleted during build | Jens Bendisposto | Resolved | Won't Fix | 2012-05-01 | 2017-02-10 | |
GRADLE-2263 | Jetty instances running as daemon cannot be shut down | Stefan Wolf | Ray | Resolved | Fixed | 2012-05-01 | 2017-01-25 |
GRADLE-2264 | java.lang.NoClassDefFoundError: groovy/lang/GroovyObject | René Gröschke | Steve Holmes | Resolved | Won't Fix | 2012-05-01 | 2017-02-10 |
GRADLE-2265 | Cannot accept connection from remote address in FreeBSD jail | Phill | Resolved | Fixed | 2012-05-01 | 2013-01-04 | |
GRADLE-2266 | Provide ability to download dependencies without going through the local cache | Luke Daley | Resolved | Won't Fix | 2012-05-01 | 2017-02-10 | |
GRADLE-2267 | Ability to cleanse the current dependency cache periodically | Luke Daley | Resolved | Duplicate | 2012-05-01 | 2017-01-03 | |
GRADLE-2268 | Jar manifest generation should be a separate task, particularly for osgi jars | Luke Daley | Resolved | Won't Fix | 2012-05-01 | 2017-02-10 | |
GRADLE-2269 | "gradle dependencies" does not show file dependencies | Mauro Molinari | Resolved | Duplicate | 2012-05-02 | 2017-01-16 | |
GRADLE-2270 | Sync task does not remove not copied files if the UP-TO-DATE check is successful | Mauro Molinari | Resolved | Duplicate | 2012-05-02 | 2017-02-07 | |
GRADLE-2271 | changes to logging manager have no effect when running with --daemon | Sean Fay | Resolved | Won't Fix | 2012-05-02 | 2017-02-10 | |
GRADLE-2272 | gradle wrapper broken in 1.0-rc-3 | Clark Archer | Resolved | Not A Bug | 2012-05-03 | 2013-01-04 | |
GRADLE-2273 | Log level changes do not work with the daemon | Ingo Kegel | Resolved | Won't Fix | 2012-05-03 | 2017-02-10 | |
GRADLE-2274 | Make the eclipse plugin honour encoding options for Java/Groovy source folders | Mauro Molinari | Resolved | Duplicate | 2012-05-03 | 2016-11-21 | |
GRADLE-2275 | Clean can fail on windows when using daemon after running a compile | Michael Barnathan | Luke Daley | Resolved | Fixed | 2012-05-04 | 2016-09-01 |
GRADLE-2276 | Provide way to hide top level tasks from `tasks` output | Luke Daley | Resolved | Won't Fix | 2012-05-04 | 2017-02-10 | |
GRADLE-2277 | OSGi plugin should provide an OSGi aware compiler to manage visibility of dependencies | Luke Daley | Resolved | Won't Fix | 2012-05-04 | 2017-02-10 | |
GRADLE-2278 | Provide logging methods that can write partial lines (for long running operations) | Luke Daley | Resolved | Won't Fix | 2012-05-04 | 2017-02-10 | |
GRADLE-2279 | A module is ignored when resolving "latest. | Adam Murdoch | Resolved | Fixed | 2012-05-05 | 2013-01-04 | |
GRADLE-2280 | test jvmArgs don't work in rc-3 like they did in milestone-9 | Gradle Forums | Resolved | Won't Fix | 2012-05-07 | 2017-02-10 | |
GRADLE-2281 | project names with 'slash' break installApp task | Szczepan Faber | Resolved | Won't Fix | 2012-05-07 | 2017-02-10 | |
GRADLE-2282 | Allow Copy tasks to rename parts of the path | Martin Ziel | Resolved | Won't Fix | 2012-05-07 | 2017-02-10 | |
GRADLE-2283 | Copy task does not preserve symlinks | Matthias Pfau | Resolved | Won't Fix | 2012-05-07 | 2017-02-10 | |
GRADLE-2284 | project name with '/' makes eclipse plugin unhappy | Szczepan Faber | Resolved | Won't Fix | 2012-05-07 | 2017-02-10 | |
GRADLE-2285 | Dependency with package type 'orbit' should be interpreted as a jar | Vijay Nagpal | Resolved | Duplicate | 2012-05-09 | 2013-01-04 | |
GRADLE-2286 | misleading reporting if client module artifact not resolved | Szczepan Faber | Resolved | Won't Fix | 2012-05-09 | 2017-02-10 | |
GRADLE-2287 | ConcurrentModificationException thrown by 'gradle tasks' | Szczepan Faber | Resolved | Duplicate | 2012-05-09 | 2013-01-04 | |
GRADLE-2288 | Closure coerced to specs should interpret return value according to the Groovy Truth | Luke Daley | Luke Daley | Resolved | Fixed | 2012-05-09 | 2013-01-04 |
GRADLE-2289 | daemon and JAR entry META-INF/MANIFEST.MF not found | Szczepan Faber | Resolved | Won't Fix | 2012-05-10 | 2017-02-10 | |
GRADLE-2290 | java.lang.ExceptionInInitializerError when running tests on IBM JDK | Szczepan Faber | Peter Niederwieser | Resolved | Fixed | 2012-05-10 | 2013-01-04 |
GRADLE-2291 | Exclusions set on all configurations not honoured by detachedConfiguration3 while executing eclipseWtpComponent | Mauro Molinari | Resolved | Won't Fix | 2012-05-10 | 2017-02-10 | |
GRADLE-2292 | ReportNG dependency causes NPE | Chris Jones | Resolved | Won't Fix | 2012-05-10 | 2017-02-10 | |
GRADLE-2293 | Avoid to update the timestamp in the header of org.eclipse.jdt.core.prefs whenever "gradle eclipse" is invoked and no changing is necessary | Mauro Molinari | Resolved | Won't Fix | 2012-05-11 | 2017-02-03 | |
GRADLE-2294 | eclipse and idea plugin do not fully respect the dependency order | Szczepan Faber | Resolved | Won't Fix | 2012-05-12 | 2017-02-10 | |
GRADLE-2295 | TestNGOptions.parallel and TestNGOptions.threadCount have no effect | Peter Niederwieser | Peter Niederwieser | Resolved | Fixed | 2012-05-12 | 2013-01-04 |
GRADLE-2296 | Order of Repository Declarations can cause resolution issues | Ken Sipe | Resolved | Fixed | 2012-05-12 | 2016-02-12 | |
GRADLE-2297 | The generated html test reports contain invalid HTML which causes unnecessary warnings in IDEs (e.g. Eclipse) | Klaus UNGER | Resolved | Fixed | 2012-05-12 | 2013-01-04 | |
GRADLE-2298 | File dependencies are not working | Daniel Draganov | Resolved | Not A Bug | 2012-05-14 | 2013-04-18 | |
GRADLE-2299 | Application plugin should allow custom templates for the start scripts | Benjamin Muschko | Gradle Forums | Resolved | Fixed | 2012-05-15 | 2015-04-02 |
GRADLE-2300 | configure by map should be "ext" aware. | Luke Daley | Resolved | Won't Fix | 2012-05-15 | 2017-02-10 | |
GRADLE-2301 | Conflicting test report dirs in samples/java/withIntegrationTests | Gradle Forums | Resolved | Won't Fix | 2012-05-15 | 2017-02-10 | |
GRADLE-2302 | Gradle snapshots should not contain "+" in the version number as it causes issues with artifact managers | Luke Daley | Resolved | Won't Fix | 2012-05-15 | 2017-02-10 | |
GRADLE-2303 | project dependencies for Java IDEs should warn when doing something non conventional | Luke Daley | Resolved | Won't Fix | 2012-05-15 | 2017-02-10 | |
GRADLE-2304 | IDEA plugin forces project dependencies to be last on the classpath | Luke Daley | Resolved | Won't Fix | 2012-05-15 | 2017-02-10 | |
GRADLE-2305 | targetCompatibility value of 'jsr14' is not supported | Alex Antonov | Resolved | Won't Fix | 2012-05-15 | 2017-02-10 | |
GRADLE-2306 | It would be really nice if boolean properties set in gradle.properties were casted by Gradle to booleans | Mauro Molinari | Resolved | Won't Fix | 2012-05-16 | 2017-02-10 | |
GRADLE-2307 | Configuration of TestNG options causes Stackoverflow when trying to use project / task properties. | René Gröschke | René Gröschke | Resolved | Fixed | 2012-05-16 | 2013-01-04 |
GRADLE-2308 | gradle install and multi-module projects | Roger Kapsi | Resolved | Won't Fix | 2012-05-16 | 2017-02-10 | |
GRADLE-2309 | PluginContainer should have withId(String id, Action) method | Luke Daley | Resolved | Won't Fix | 2012-05-16 | 2017-02-10 | |
GRADLE-2310 | Can't use System.console() when using the daemon | Gradle Forums | Resolved | Duplicate | 2012-05-16 | 2017-01-24 | |
GRADLE-2311 | org.gradle.messaging.remote.internal.MessageHub error | Mark Harris | Resolved | Fixed | 2012-05-16 | 2013-05-01 | |
GRADLE-2312 | Provide a way to augment the ant builder's classpath | Gradle Forums | Resolved | Won't Fix | 2012-05-17 | 2017-02-10 | |
GRADLE-2313 | Build fails if useJUnit() is used explicitly, and `clean` runs before the relevant test task. | Luke Daley | Gradle Forums | Resolved | Fixed | 2012-05-17 | 2013-01-04 |
GRADLE-2314 | Registring SourceSetOutput.dir with buildtBy breaks for IdeaPlugin | Leif Lislegård | Resolved | Not A Bug | 2012-05-17 | 2013-01-04 | |
GRADLE-2315 | FileNotFoundException when trying to get RandomAccessFile handle to artifacts directory lock file due to another process having a lock on the file | Gradle Forums | Resolved | Won't Fix | 2012-05-18 | 2017-02-10 | |
GRADLE-2316 | Received invalid response from the daemon | Gradle Forums | Resolved | Fixed | 2012-05-18 | 2015-09-05 | |
GRADLE-2317 | Groovy AST transformations that refer to GroovyTestCase fail with a NoClassDefFoundError | Peter Niederwieser | Gradle Forums | Resolved | Fixed | 2012-05-18 | 2013-01-04 |
GRADLE-2318 | Repository credentials not used when resolving dynamic versions from an Ivy repository | Daz DeBoer | Resolved | Fixed | 2012-05-19 | 2013-01-04 | |
GRADLE-2319 | colored output even if stdout is not connected to a terminal | Björn Kautler | Resolved | Won't Fix | 2012-05-19 | 2017-02-10 | |
GRADLE-2320 | Support for multiple artifacts with source jars in Eclipse plugin | Michal Ševčenko | Resolved | Won't Fix | 2012-05-21 | 2017-02-10 | |
GRADLE-2321 | The daemon does not work with IBM jvm | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2012-05-21 | 2013-01-04 |
GRADLE-2322 | IvyArtifactRepository needs a layout(String, Action | Luke Daley | Resolved | Won't Fix | 2012-05-21 | 2017-02-10 | |
GRADLE-2323 | eclipseWtpComponent task does not remove JARs not needed anymore | Mauro Molinari | Resolved | Fixed | 2012-05-23 | 2017-01-27 | |
GRADLE-2324 | someTask.inputs.properties.foo = 'bar' has no effect | Szczepan Faber | Resolved | Won't Fix | 2012-05-23 | 2017-02-10 | |
GRADLE-2326 | Using suites with TestNGOptions causes Stacktrace | Greg | Resolved | Fixed | 2012-05-24 | 2013-01-04 | |
GRADLE-2327 | deal with project dependency cycles in eclipse | Szczepan Faber | Resolved | Won't Fix | 2012-05-25 | 2017-02-10 | |
GRADLE-2328 | Credentials-aware Gradle artifact caching | Gradle Forums | Resolved | Won't Fix | 2012-05-29 | 2017-02-10 | |
GRADLE-2329 | Resolution issue during Ivy version conflicts with explicit artifact specification | Brian Harris | Resolved | Won't Fix | 2012-05-30 | 2017-02-10 | |
GRADLE-2330 | idea plguin: Resources should be added as module dependencies | Tobias Tobiasen | Resolved | Won't Fix | 2012-05-31 | 2017-02-10 | |
GRADLE-2331 | StackOverflow in TestNgOptions when trying to get things from the project scope | René Gröschke | Michael Arndt | Resolved | Fixed | 2012-05-31 | 2013-01-04 |
GRADLE-2332 | org.gradle.messaging.remote.internal.MessageIOException: Could not read message from '/0:0:0:0:0:0:0:1:51794'. | Etienne Studer | Resolved | Won't Fix | 2012-05-31 | 2017-02-10 | |
GRADLE-2333 | The lib directory of classpath in application plugin should be configurable | Johnny Jian | Resolved | Won't Fix | 2012-06-04 | 2017-02-10 | |
GRADLE-2334 | CompileTest task needs to support the compilerarg parameters | Matti Schneider | Resolved | Won't Fix | 2012-06-04 | 2017-02-10 | |
GRADLE-2335 | Provide the ability to implement a custom HTTP authentication scheme for repository access | Daz DeBoer | Resolved | Won't Fix | 2012-06-04 | 2017-02-10 | |
GRADLE-2336 | Error during project evaluation hidden by an other error in afterEvaluate closure | Stephane Gallès | Resolved | Won't Fix | 2012-06-05 | 2017-02-10 | |
GRADLE-2337 | idea plugin uses javaplugin instead of javabaseplugin for Java projects | Emil Sit | Resolved | Won't Fix | 2012-06-05 | 2017-02-10 | |
GRADLE-2338 | all*.exclude rule being applied to external Groovy compiler classpath | Kirk Rasmussen | Resolved | Won't Fix | 2012-06-05 | 2017-02-10 | |
GRADLE-2339 | Need a Deb creation task | Russel Winder | Resolved | Won't Fix | 2012-06-07 | 2017-02-10 | |
GRADLE-2340 | API consistency - dependencies expressed with 'group' and 'name', excludes with 'group' and 'module' | wujek srujek | Resolved | Won't Fix | 2012-06-08 | 2017-02-10 | |
GRADLE-2341 | unify gradle.build and settings.gradle? | wujek srujek | Resolved | Won't Fix | 2012-06-08 | 2017-02-10 | |
GRADLE-2342 | Running offline mode with a network fails | Peter Ineson | Resolved | Fixed | 2012-06-08 | 2013-01-04 | |
GRADLE-2343 | gradle --ui - invoking task without dependencies (-a) calls the | wujek srujek | Resolved | Won't Fix | 2012-06-09 | 2017-01-16 | |
GRADLE-2344 | Ambiguous Ivy module names generated | Brian Harris | Resolved | Won't Fix | 2012-06-11 | 2017-02-10 | |
GRADLE-2345 | Repositories that do not respond (i.e. timeout) are problemetic | Gradle Forums | Resolved | Duplicate | 2012-06-11 | 2016-11-17 | |
GRADLE-2346 | Run Bnd verifier on the generated Osgi manifest | Detelin Yordanov | Resolved | Won't Fix | 2012-06-12 | 2017-02-10 | |
GRADLE-2347 | Jar created with incorrect name ending with '?.jar' when default version set in super project | Daniel Joyce | Resolved | Won't Fix | 2012-06-12 | 2017-02-10 | |
GRADLE-2348 | test.single does not work when using an init-script | Gradle Forums | Resolved | Not A Bug | 2012-06-13 | 2014-01-17 | |
GRADLE-2349 | Upload to a remote repository with the maven plugin also installs into maven local | Luke Daley | Resolved | Won't Fix | 2012-06-13 | 2017-02-10 | |
GRADLE-2350 | Update from 1.0m5 to 1.0: maven-cobertura-plugin not found | Marcus Warm | Resolved | Won't Fix | 2012-06-13 | 2017-02-10 | |
GRADLE-2351 | taskGraph.allTasks should return a DomainObjectList | Luke Daley | Resolved | Won't Fix | 2012-06-13 | 2017-02-10 | |
GRADLE-2352 | Incorrect handling of target-wildcard dependency in Ivy descriptor | Daz DeBoer | Brian Harris | Resolved | Fixed | 2012-06-13 | 2013-03-11 |
GRADLE-2353 | testng options includeGroups and suites do not play together well | Szczepan Faber | Resolved | Won't Fix | 2012-06-14 | 2017-02-10 | |
GRADLE-2354 | TestNG hierarchical tests issue | Szczepan Faber | Szczepan Faber | Resolved | Cannot Reproduce | 2012-06-14 | 2013-01-04 |
GRADLE-2355 | Scala FSC example seems to be broken | Marek Wiącek | Resolved | Won't Fix | 2012-06-14 | 2017-02-10 | |
GRADLE-2356 | Sync task from zipTree creates read only temporary files | Lari Hotari | Steve Appling | Resolved | Fixed | 2012-06-14 | 2015-11-02 |
GRADLE-2357 | Running gradle with --no-daemon still forks a daemon when org.gradle.jvmargs are specified | Jan Bols | Resolved | Won't Fix | 2012-06-15 | 2017-02-10 | |
GRADLE-2358 | Cannot load plugins by ID in unit tests | Luke Daley | Resolved | Won't Fix | 2012-06-15 | 2017-02-10 | |
GRADLE-2359 | Cannot use propertyMissing(String) on extension in closure | Luke Daley | Resolved | Fixed | 2012-06-15 | 2013-01-04 | |
GRADLE-2360 | Copy task's rename: renames files but also copies originals | Martin Kováčik | Resolved | Won't Fix | 2012-06-15 | 2017-02-10 | |
GRADLE-2361 | ")" character in JAVA_OPTS causes escaping problem in `gradle` startup script | Gradle Forums | Resolved | Won't Fix | 2012-06-25 | 2017-02-10 | |
GRADLE-2362 | eclipse-wtp should be supported on non-EAR/WAR projects | Radim Kubacki | Andrew Oberstar | Resolved | Fixed | 2012-06-25 | 2014-12-07 |
GRADLE-2363 | Binary plugin used in custom script - project.tasks.withType not working | Gradle Forums | Resolved | Won't Fix | 2012-06-26 | 2017-01-17 | |
GRADLE-2364 | Cannot run build with --offline after attempting build with a broken repository | Gradle Forums | Resolved | Fixed | 2012-06-26 | 2013-01-04 | |
GRADLE-2365 | Maven Repositories Should Use settings.xml For Authentication | Ray Gauss II | Resolved | Duplicate | 2012-06-27 | 2017-02-08 | |
GRADLE-2366 | Have mavenLocal() check M2_HOME/conf/settings.xml | René Gröschke | Gradle Forums | Resolved | Fixed | 2012-06-27 | 2013-01-04 |
GRADLE-2367 | NullPointerException when Junit tests are run in parallel | Gradle Forums | Resolved | Fixed | 2012-06-28 | 2013-01-17 | |
GRADLE-2368 | Eclipse plugin loses java source folder. | Christian Graefe | Resolved | Won't Fix | 2012-06-29 | 2017-02-10 | |
GRADLE-2369 | Dependency resolution fails for mavenLocal(), mavenCentral() if artifact partially in mavenLocal() | Rob Winch | Resolved | Duplicate | 2012-06-29 | 2014-04-23 | |
GRADLE-2370 | Idea plugin should fail if there are unresolved dependcies in the project | Marcin Erdmann | Resolved | Duplicate | 2012-06-30 | 2014-08-01 | |
GRADLE-2371 | Scope mappings from POM dependency management do not consider type attribute | Gradle Forums | Resolved | Fixed | 2012-07-05 | 2013-11-10 | |
GRADLE-2372 | No way to pass source files with extensions other than .groovy and .java to Groovy compiler | Peter Niederwieser | Gradle Forums | Resolved | Fixed | 2012-07-05 | 2013-01-04 |
GRADLE-2373 | On the Windows 7 (64 bit SP1) command prompt, gradle fails to restore previous text color on exit | Gradle Forums | Resolved | Fixed | 2012-07-06 | 2013-01-04 | |
GRADLE-2374 | Chmod not found when running under Windows | René Gröschke | Gradle Forums | Resolved | Fixed | 2012-07-07 | 2013-01-04 |
GRADLE-2375 | FindBugs plugin: expose include filter and exclude filter config | Peter Niederwieser | Daniel Gredler | Resolved | Fixed | 2012-07-09 | 2013-01-04 |
GRADLE-2376 | Allow building Maven Plugins using Gradle | Axel Fontaine | Resolved | Won't Fix | 2012-07-09 | 2017-02-10 | |
GRADLE-2377 | improve error message for checkstyle plugin | Szczepan Faber | Resolved | Won't Fix | 2012-07-11 | 2017-02-10 | |
GRADLE-2378 | source code links don't seem to work in pmd report | Szczepan Faber | Resolved | Won't Fix | 2012-07-11 | 2017-02-10 | |
GRADLE-2379 | changing pmd's ignoreFailures does not change 'pmd' task inputs | Szczepan Faber | Resolved | Won't Fix | 2012-07-11 | 2017-02-10 | |
GRADLE-2380 | test task include/exclude does not work with TestNG suites | Szczepan Faber | Resolved | Won't Fix | 2012-07-11 | 2017-02-10 | |
GRADLE-2381 | `gradle dependencies` output swallows classifier tags | Gradle Forums | Resolved | Won't Fix | 2012-07-11 | 2017-02-10 | |
GRADLE-2382 | gradle tasks -all yields internal error | Szczepan Faber | Resolved | Fixed | 2012-07-11 | 2013-01-04 | |
GRADLE-2383 | GroovyCompile task uses `options.listFiles` instead of `groovyOptions.listFiles` | Peter Niederwieser | Peter Niederwieser | Resolved | Fixed | 2012-07-11 | 2013-01-04 |
GRADLE-2384 | MarkupBuilder resolves labels as properties | Björn Kautler | Resolved | Not A Bug | 2012-07-13 | 2013-01-04 | |
GRADLE-2385 | getting properties from a task gives a deprecated warning | Björn Kautler | Resolved | Fixed | 2012-07-13 | 2013-01-04 | |
GRADLE-2386 | System.console() returns null when used in conjunction with org.gradle.java.home property | Gradle Forums | Resolved | Won't Fix | 2012-07-13 | 2017-02-10 | |
GRADLE-2387 | java.lang.ArrayIndexOutOfBoundsException in compile task with Java8 | Mikko Tiihonen | Resolved | Fixed | 2012-07-13 | 2013-01-04 | |
GRADLE-2388 | Provide Precreated Source/Javadoc/Groovydoc/Scaladoc JAR/Zip Tasks | Andrew Oberstar | Resolved | Won't Fix | 2012-07-13 | 2017-02-10 | |
GRADLE-2389 | Buildable filecollection in dependency block is not respected by IDE tasks | René Gröschke | Resolved | Won't Fix | 2012-07-14 | 2017-02-10 | |
GRADLE-2390 | Task input for simple property never UP-TO-DATE | Kelly Robinson | Resolved | Not A Bug | 2012-07-14 | 2016-06-01 | |
GRADLE-2391 | osgi plugin fails to jar if there are no classes | Gradle Forums | Resolved | Won't Fix | 2012-07-17 | 2017-02-10 | |
GRADLE-2392 | Gradle should create intermediate directories on publish to Ivy | Gradle Forums | Resolved | Won't Fix | 2012-07-17 | 2017-02-10 | |
GRADLE-2393 | Add support for 'http_proxy' and 'https_proxy' environment variables | Gradle Forums | Resolved | Won't Fix | 2012-07-18 | 2017-02-10 | |
GRADLE-2394 | IdeaProject does not apply pathVariables from DSL to its PathFactory | Ray | Resolved | Won't Fix | 2012-07-18 | 2017-02-10 | |
GRADLE-2395 | JAI dependency can't be find through maven | fx thoorens | Resolved | Won't Fix | 2012-07-19 | 2017-02-10 | |
GRADLE-2396 | EclipseWtpPlugin incorrectly sets all utility JAR dependencies to be included in the parent WAR's WEB-INF/lib | Donát Csikós | Andrew Oberstar | Resolved | Fixed | 2012-07-19 | 2017-01-25 |
GRADLE-2397 | When a task is declared with `overwrite: true`, task dependencies on original task stay intact | Gradle Forums | Resolved | Won't Fix | 2012-07-21 | 2017-02-10 | |
GRADLE-2398 | Gradle and tomcat7 cannot co-exist on Debian & Ubuntu due to bad package dependencies | Jon Cox | Resolved | Won't Fix | 2012-07-21 | 2017-02-10 | |
GRADLE-2399 | Rename Tooling API getGradleModelVersion() to getGradleModuleVersion() | Luke Daley | Resolved | Fixed | 2012-07-24 | 2013-01-04 | |
GRADLE-2400 | Dependency Resolution does not follow HTTP redirect to different host | Daz DeBoer | Daz DeBoer | Resolved | Fixed | 2012-07-25 | 2013-01-04 |
GRADLE-2401 | NPE when declaring file artifacts | Andreas Kirschbaum | Resolved | Won't Fix | 2012-07-26 | 2017-02-10 | |
GRADLE-2402 | Code quality plugins require depenencies in project repositories | Justin Ryan | Resolved | Won't Fix | 2012-07-26 | 2017-02-10 | |
GRADLE-2403 | test forkEvery does not work when testng suites are used | Szczepan Faber | Resolved | Won't Fix | 2012-07-26 | 2017-02-10 | |
GRADLE-2404 | Groovy compilation with useAnt=true and fork=false fails with latest Groovy releases | Peter Niederwieser | Peter Niederwieser | Resolved | Fixed | 2012-07-27 | 2013-01-04 |
GRADLE-2405 | Tooling API should respect -Dgradle.user.home | Radim Kubacki | Luke Daley | Resolved | Won't Fix | 2012-07-29 | 2017-02-10 |
GRADLE-2406 | Provide a clear error message when MavenDeployer finds no artifacts to deploy | Evgeny Goldin | Resolved | Won't Fix | 2012-07-30 | 2017-02-10 | |
GRADLE-2407 | Cannot load custom plugin (from outside distribution) to project from an init script | Luke Daley | Resolved | Duplicate | 2012-07-30 | 2017-02-03 | |
GRADLE-2408 | Daemons do not consider what distribution they are running from, potentially ignore distribution init scripts | Luke Daley | Luke Daley | Resolved | Fixed | 2012-07-30 | 2013-01-28 |
GRADLE-2409 | Incorrect Deployment Assembly with project dependencies | Donát Csikós | Marten Deinum | Resolved | Fixed | 2012-07-31 | 2017-01-25 |
GRADLE-2410 | configuration resolves fine even though some transitive dependencies are unresolvable | Szczepan Faber | Resolved | Won't Fix | 2012-08-01 | 2017-02-10 | |
GRADLE-2411 | Any artifact that is not a Java type (i.e. jar, war, ear) is implicitly added to the archives configuration | Luke Daley | Resolved | Won't Fix | 2012-08-01 | 2017-02-10 | |
GRADLE-2412 | Unable to alter the name of the artifact if publishing via Ivy | Gradle Forums | Resolved | Won't Fix | 2012-08-01 | 2017-02-10 | |
GRADLE-2413 | project.buildscript block should be ExtensionAware | Luke Daley | Resolved | Won't Fix | 2012-08-01 | 2017-02-10 | |
GRADLE-2414 | Tooling API appears to ignore gradleUserHomeDir when downloading | Radim Kubacki | Gradle Forums | Resolved | Fixed | 2012-08-01 | 2014-01-21 |
GRADLE-2415 | Daemon holds lock on JARs used in buildscript classpath after build completes | Andrew Oberstar | Resolved | Fixed | 2012-08-01 | 2016-08-01 | |
GRADLE-2416 | Unexpected internal initialization error running Gradle version 1.1 on Linux RHEL 5.6 ppc64 | Gradle Forums | Resolved | Fixed | 2012-08-01 | 2013-01-04 | |
GRADLE-2417 | Decorated objects cannot be used as dynamic receivers in closures | Luke Daley | Luke Daley | Resolved | Fixed | 2012-08-02 | 2013-01-04 |
GRADLE-2418 | Cannot declare dependency on a C++ library with artifacts built for multiple platforms | Adam Murdoch | Resolved | Won't Fix | 2012-08-02 | 2017-02-10 | |
GRADLE-2419 | Tooling API holds JVM open after completion | Luke Daley | Luke Daley | Resolved | Fixed | 2012-08-03 | 2013-01-04 |
GRADLE-2420 | gradle task logger always has the name org.gradle.api.Task, not the actual task type name | wujek srujek | Resolved | Won't Fix | 2012-08-04 | 2017-02-10 | |
GRADLE-2421 | Gradle unix scripts does not work on platforms where bash is not located at /bin/bash | Adam Murdoch | Resolved | Fixed | 2012-08-05 | 2013-01-04 | |
GRADLE-2422 | build problems with jnr-posix 1.1.8 | gil | Resolved | Won't Fix | 2012-08-06 | 2017-02-10 | |
GRADLE-2423 | gradle distribution always downloaded, even if it is present in distributionPath | Sean Fay | Resolved | Won't Fix | 2012-08-06 | 2017-02-10 | |
GRADLE-2424 | Sonar task fails with ClassCastException for ch.qos.logback.classic.Logger | Peter Niederwieser | Erich Oswald | Resolved | Fixed | 2012-08-07 | 2013-01-04 |
GRADLE-2425 | Eclipse classpath entry incorrect | rapilabs | Resolved | Won't Fix | 2012-08-07 | 2017-02-10 | |
GRADLE-2426 | Idea-Plugin does not create IPR when specified in "allprojects" section eventhough this should affect the root project as well. | Timo Mika Gläßer | Resolved | Won't Fix | 2012-08-07 | 2017-02-10 | |
GRADLE-2427 | Maven plugin only adds install task for Java plugins. | Gradle Forums | Resolved | Won't Fix | 2012-08-08 | 2017-02-10 | |
GRADLE-2428 | Dependency conflict resolution is not extension aware | Gradle Forums | Resolved | Won't Fix | 2012-08-09 | 2017-02-10 | |
GRADLE-2429 | A script to search upward for a gradlew to use | Gradle Forums | Resolved | Duplicate | 2012-08-09 | 2017-01-24 | |
GRADLE-2430 | eclipse task does not attach source if .jar has a classifier | Steve Eynon | Resolved | Won't Fix | 2012-08-09 | 2017-02-10 | |
GRADLE-2431 | C++ compile task produces output file in incorrect location when building universal binaries on OS X | Adam Murdoch | Resolved | Won't Fix | 2012-08-11 | 2017-02-10 | |
GRADLE-2432 | Support for PHP | Ravi Teja | Resolved | Won't Fix | 2012-08-13 | 2017-02-10 | |
GRADLE-2433 | conflict resolution hides unresolved dependencies | Szczepan Faber | Resolved | Won't Fix | 2012-08-13 | 2017-02-10 | |
GRADLE-2434 | Tooling API should provide information about 'aggregated' tasks | Radim Kubacki | Kris De Volder | Resolved | Fixed | 2012-08-13 | 2014-03-20 |
GRADLE-2435 | Create an mvn compatible URL scheme for distribution downloads | Luke Daley | Resolved | Won't Fix | 2012-08-14 | 2017-02-10 | |
GRADLE-2436 | ExternalDependency.getModuleVersion returns null for unresolved dependencies | Kris De Volder | Resolved | Won't Fix | 2012-08-14 | 2017-02-10 | |
GRADLE-2437 | Create a new UserGuide subsection for debugging tests. | Jeremy Whiting | Resolved | Won't Fix | 2012-08-15 | 2017-02-10 | |
GRADLE-2438 | Task 'aM' is ambiguous in root project 'xxx'. Candidates are: 'addMD5Sum', 'assemble'. | Björn Kautler | Resolved | Won't Fix | 2012-08-17 | 2017-02-10 | |
GRADLE-2439 | strange behaviour with recursive method calls | Björn Kautler | Resolved | Won't Fix | 2012-08-20 | 2017-02-10 | |
GRADLE-2440 | JavaCompile task does not remove stale classes when all source files are removed | Adam Murdoch | Resolved | Fixed | 2012-08-20 | 2016-10-05 | |
GRADLE-2441 | FindBugs rule violations were found. See the report | Marcus Warm | Resolved | Not A Bug | 2012-08-21 | 2013-01-04 | |
GRADLE-2442 | Map Java compilation warning and error options to IDEA and Eclipse | Adam Murdoch | Resolved | Won't Fix | 2012-08-21 | 2017-02-10 | |
GRADLE-2443 | Gradle attempts to access missing jar file for Maven module with packaging = 'pom' | Gradle Forums | Resolved | Not A Bug | 2012-08-22 | 2014-01-29 | |
GRADLE-2444 | Gradle daemon becomes unusable | Gradle Forums | Resolved | Fixed | 2012-08-23 | 2013-01-04 | |
GRADLE-2445 | File system support does not work on Rasberry Pi | Adam Murdoch | Gradle Forums | Resolved | Fixed | 2012-08-24 | 2013-01-04 |
GRADLE-2446 | OSGi manifest named properties return incorrect values | Luke Daley | Luke Daley | Resolved | Fixed | 2012-08-24 | 2013-01-04 |
GRADLE-2447 | Gradle daemon docs page uses -t instead of tasks | Benjamin Muschko | Resolved | Fixed | 2012-08-26 | 2013-01-04 | |
GRADLE-2448 | Dependency pom.xml parsing errors | Erik Broes | Resolved | Not A Bug | 2012-08-27 | 2013-11-10 | |
GRADLE-2449 | Task creation options are not validated to exist (e.g. no fail fast on typo) | Gradle Forums | Resolved | Fixed | 2012-08-28 | 2013-09-03 | |
GRADLE-2450 | default test output stack trace is not recognized by IDEA | Szczepan Faber | Resolved | Won't Fix | 2012-08-28 | 2017-02-10 | |
GRADLE-2451 | ProjectBuilder litters temp space. | Luke Daley | Resolved | Won't Fix | 2012-08-28 | 2017-02-10 | |
GRADLE-2452 | Task autowiring should not query properties whose value cannot be Buildable | Adam Murdoch | Resolved | Won't Fix | 2012-08-29 | 2017-02-10 | |
GRADLE-2453 | sourceCompatibility ignored when running with the org.gradle.java.home option | Mike M. | Resolved | Won't Fix | 2012-08-29 | 2017-02-10 | |
GRADLE-2454 | Interpret tests that throw org.junit.internal.AssumptionViolatedException as "skipped" | Peter Niederwieser | Resolved | Fixed | 2012-08-29 | 2013-03-21 | |
GRADLE-2455 | When the module meta-data cache considers a module missing from every repository, continue with resolution anyway | Adam Murdoch | Resolved | Fixed | 2012-08-29 | 2013-01-04 | |
GRADLE-2456 | problem with sha1 calculation while sending artifact from gradle to artifactory | Zbigniew Sokolowski | Resolved | Fixed | 2012-08-30 | 2013-01-04 | |
GRADLE-2457 | Module descriptor cache contains corrupted descriptor files after a crash | Adam Murdoch | Resolved | Fixed | 2012-08-30 | 2013-01-04 | |
GRADLE-2458 | Module descriptor cache silently ignores failures to write descriptor file to the file store | Adam Murdoch | Resolved | Fixed | 2012-08-30 | 2013-01-04 | |
GRADLE-2459 | LibCBackedTerminalDetector throws exception on JamVM | Gradle Forums | Resolved | Fixed | 2012-08-31 | 2013-01-04 | |
GRADLE-2460 | Scala compiler is unable to find a javac compiler under Mac OS with Java 1.7, gradle 1.1 | Peter Niederwieser | Gradle Forums | Resolved | Fixed | 2012-09-02 | 2013-01-04 |
GRADLE-2461 | Daemon fails on < Win 7 if PATH env var is not set | Gradle Forums | Resolved | Fixed | 2012-09-04 | 2013-01-04 | |
GRADLE-2462 | BuildLauncher.setStandardInput does not forward input until EOF has been reached. | Attila Kelemen | Resolved | Won't Fix | 2012-09-04 | 2017-02-10 | |
GRADLE-2463 | Can't build gradle from sources from behind a proxy | Gradle Forums | Resolved | Won't Fix | 2012-09-05 | 2017-02-10 | |
GRADLE-2464 | failed attempts to connect to the daemon stack up and make the daemon slower | Szczepan Faber | Gradle Forums | Resolved | Fixed | 2012-09-06 | 2013-01-04 |
GRADLE-2465 | Use Gradle's HTML test report for TestNG | Szczepan Faber | Resolved | Fixed | 2012-09-06 | 2013-06-01 | |
GRADLE-2466 | Support specifying GRADLE_OPTS as part of Wrapper task | Gradle Forums | Resolved | Won't Fix | 2012-09-06 | 2017-02-10 | |
GRADLE-2467 | Providing an incorrect passphrase for the signing plugin should produce a better error diagnostic | Gradle Forums | Resolved | Won't Fix | 2012-09-06 | 2017-02-10 | |
GRADLE-2468 | Gradle reports internal error when unknown command line option is given | Peter Niederwieser | Resolved | Fixed | 2012-09-07 | 2013-01-04 | |
GRADLE-2469 | Maven cache cause Gradle fails retrieve dependencies | Thibault Delor | Resolved | Fixed | 2012-09-10 | 2013-11-10 | |
GRADLE-2470 | Circular dependency between tasks reported if java plugin not applied before declaring dependency | Rob Winch | Resolved | Won't Fix | 2012-09-10 | 2017-02-10 | |
GRADLE-2471 | Test Dependency not resolved if Java Plugin is not applied first and the dependency is alphabetically first | Rob Winch | Resolved | Won't Fix | 2012-09-10 | 2017-02-10 | |
GRADLE-2472 | Maven snapshots are not being updated | Gradle Forums | Resolved | Won't Fix | 2012-09-12 | 2017-02-10 | |
GRADLE-2473 | Findbugs task does not honor Findbugs extension properties. | Gradle Forums | Resolved | Fixed | 2012-09-12 | 2013-01-04 | |
GRADLE-2474 | Sonar default settings are changed | Andy Van Den Heuvel | Resolved | Won't Fix | 2012-09-12 | 2017-02-10 | |
GRADLE-2475 | System properties can only be passed to buildSrc build if there is an irrelevant settings.gradle above | Pepper Lebeck-Jobe | Luke Daley | Resolved | Fixed | 2012-09-12 | 2016-03-22 |
GRADLE-2476 | artifact map notation does not validate keys | Szczepan Faber | Resolved | Won't Fix | 2012-09-12 | 2017-02-10 | |
GRADLE-2477 | support nested configuration resolution | Szczepan Faber | Matthieu Leclercq | Resolved | Fixed | 2012-09-13 | 2013-02-12 |
GRADLE-2478 | 'Cross building' against multiple scala versions | Ali Salim Rashid | Resolved | Won't Fix | 2012-09-13 | 2017-02-10 | |
GRADLE-2479 | Add an enabled flag to ArtifactRepository | Kevin Stembridge | Resolved | Won't Fix | 2012-09-15 | 2017-02-10 | |
GRADLE-2480 | Antlr plugin doesn't work | Diwaker Gupta | Resolved | Won't Fix | 2012-09-16 | 2017-02-10 | |
GRADLE-2481 | idea and eclipse classpaths may not work out implicit task dependencies | Szczepan Faber | Resolved | Won't Fix | 2012-09-17 | 2017-02-10 | |
GRADLE-2482 | Testing process infrastructure code runs with a context classloader that has access to user classes | Luke Daley | Resolved | Won't Fix | 2012-09-17 | 2017-02-10 | |
GRADLE-2483 | Provide the dependencies of user defined configurations through the Tooling API | Attila Kelemen | Resolved | Won't Fix | 2012-09-17 | 2017-02-10 | |
GRADLE-2484 | Tests are not reported if ignored by class-level Junit @Ignore annotation | Nikita Skvortsov | Resolved | Fixed | 2012-09-18 | 2013-01-04 | |
GRADLE-2485 | Setting test.jvmArgs accidentally sets test.debug=false | Gradle Forums | Resolved | Fixed | 2012-09-18 | 2013-01-04 | |
GRADLE-2486 | Parallel build fails with random Ivy resolution errors | Szabolcs Póta | Resolved | Fixed | 2012-09-19 | 2013-01-04 | |
GRADLE-2487 | IOException using maven2Gradle-generated gradle buildscripts | Gradle Forums | Resolved | Fixed | 2012-09-19 | 2013-01-04 | |
GRADLE-2488 | Sub-projects don't take on their parents' default tasks when Gradle runs from subdir? | Gradle Forums | Resolved | Won't Fix | 2012-09-19 | 2017-02-10 | |
GRADLE-2489 | ulinks are shown as text in PDF userguide | Björn Kautler | Resolved | Won't Fix | 2012-09-20 | 2017-02-10 | |
GRADLE-2490 | Do not promote tight coupling | Björn Kautler | Resolved | Won't Fix | 2012-09-20 | 2017-02-10 | |
GRADLE-2491 | cut lines in the PDF userguide | Björn Kautler | Resolved | Won't Fix | 2012-09-20 | 2017-02-10 | |
GRADLE-2492 | pom generation broken for parallel execution | Szczepan Faber | Resolved | Fixed | 2012-09-21 | 2017-01-27 | |
GRADLE-2493 | Fullstops on single line in PDF userguide | Björn Kautler | Resolved | Won't Fix | 2012-09-21 | 2017-02-10 | |
GRADLE-2494 | Footnotes are not shown alongside the annotated text in the PDF userguide | Björn Kautler | Resolved | Won't Fix | 2012-09-21 | 2017-02-10 | |
GRADLE-2495 | Sporadic daemon connection issue on windows | Gradle Forums | Resolved | Fixed | 2012-09-22 | 2013-01-17 | |
GRADLE-2496 | Forcing a module version has no effect on generated org.eclipse.wst.common.component | Donát Csikós | Gradle Forums | Resolved | Fixed | 2012-09-24 | 2017-01-25 |
GRADLE-2497 | maven2Gradle generates 'sourceSets.test.classes' instead of 'sourceSets.test.output' | Gradle Forums | Resolved | Fixed | 2012-09-24 | 2013-01-04 | |
GRADLE-2498 | IOException during compareGradleBuilds | Björn Kautler | Resolved | Won't Fix | 2012-09-26 | 2017-02-10 | |
GRADLE-2499 | Cannot copy archives in compareGradleBuilds | Björn Kautler | Resolved | Won't Fix | 2012-09-26 | 2017-02-10 | |
GRADLE-2500 | Make CreateStartScripts (from the application plugin) class part of the public API | Jaroslaw Lewandowski | Resolved | Fixed | 2012-09-27 | 2013-01-17 | |
GRADLE-2501 | installApp generated shell script is too verbose when performing internal cd | Gerd Aschemann | Resolved | Fixed | 2012-09-28 | 2013-01-04 | |
GRADLE-2502 | Latest status resolution not working properly since Gradle 1.1 | Gradle Forums | Resolved | Fixed | 2012-09-28 | 2013-01-04 | |
GRADLE-2503 | Add GradleBuild.setExcludedTasks() method | Kevin Stembridge | Resolved | Won't Fix | 2012-09-30 | 2017-02-10 | |
GRADLE-2504 | Resolving dynamic ivy versions from different remote repositories causes NullpointerException | René Gröschke | Resolved | Fixed | 2012-10-01 | 2013-01-04 | |
GRADLE-2505 | maven2Gradle should use short dependency notation | Szczepan Faber | Resolved | Won't Fix | 2012-10-02 | 2017-02-10 | |
GRADLE-2506 | TestNG html report issues when forkEvery/maxParallelForks usedte | Szczepan Faber | Resolved | Fixed | 2012-10-03 | 2013-01-21 | |
GRADLE-2507 | allSource broken with Java and Resources in same directory and using filter | Ronald Blaschke | Resolved | Won't Fix | 2012-10-03 | 2017-02-10 | |
GRADLE-2508 | Bounded message queues can deadlock | Ronald Blaschke | Resolved | Won't Fix | 2012-10-03 | 2017-02-10 | |
GRADLE-2509 | NPE in org.gradle.api.internal.CachingDirectedGraphWalker | Jonathan Imperial | Resolved | Won't Fix | 2012-10-04 | 2017-02-10 | |
GRADLE-2510 | Gradle writes --debug level log behind the hood | Szczepan Faber | Resolved | Won't Fix | 2012-10-05 | 2017-02-10 | |
GRADLE-2511 | Generated POM does not include dependencies if POM is customized before applying Java plugin | Gradle Forums | Resolved | Won't Fix | 2012-10-08 | 2017-02-10 | |
GRADLE-2512 | Provide a better error message when trying to add an action to an already executing task | Szczepan Faber | Resolved | Fixed | 2012-10-08 | 2013-05-07 | |
GRADLE-2513 | GRADLE_USER_HOME doesn't resolve correctly running under cygwin | Kirk Rasmussen | Resolved | Won't Fix | 2012-10-08 | 2017-02-10 | |
GRADLE-2514 | afterEvaluate closure not executed when evaluationDependsOn is specified | Alex L | Resolved | Won't Fix | 2012-10-09 | 2017-02-10 | |
GRADLE-2515 | Possible bug on plugin task override | Szczepan Faber | Alexander Jipa | Resolved | Cannot Reproduce | 2012-10-09 | 2013-01-04 |
GRADLE-2516 | Using gradleApi() may lead to classpaths with conflicting jar versions | Szczepan Faber | Resolved | Won't Fix | 2012-10-10 | 2017-02-10 | |
GRADLE-2517 | Eclipse plugin adds non exiting directories to classpath | Sergey Kadaner | Resolved | Won't Fix | 2012-10-11 | 2017-02-10 | |
GRADLE-2518 | import dependencies list from maven pom.xml file | Vyacheslav Sakhno | Resolved | Won't Fix | 2012-10-12 | 2017-02-10 | |
GRADLE-2519 | Builds run with testReport = false still prints out URL to non-existent HTML test report on test failures. | Gradle Forums | Resolved | Fixed | 2012-10-12 | 2013-05-22 | |
GRADLE-2520 | Javadoc options need some ordering | Ronald Blaschke | Resolved | Fixed | 2012-10-12 | 2013-01-04 | |
GRADLE-2521 | SelfResolvingDependencies and builtBy | Szczepan Faber | Resolved | Won't Fix | 2012-10-15 | 2017-02-10 | |
GRADLE-2522 | Announce plugin does not work with Growl 2.0 | Benjamin Muschko | Resolved | Fixed | 2012-10-16 | 2013-01-17 | |
GRADLE-2523 | jettyRun fails to run with resources required to be in web-inf/lib directory such as taglibs, it does not build a fully exploded WAR | Jayson Minard | Resolved | Won't Fix | 2012-10-18 | 2017-02-10 | |
GRADLE-2524 | JAVA PLUGIN - test task - Setting of logger (using java.util.logging) is reset to defaults inside the test method (using TestNG) | Pepper Lebeck-Jobe | Filip Brychta | Resolved | Fixed | 2012-10-19 | 2016-05-12 |
GRADLE-2525 | env vars configurable in Tooling API for build execution / model building. | Gradle Forums | Resolved | Won't Fix | 2012-10-22 | 2017-02-10 | |
GRADLE-2526 | GenerateEclipseWtpComponent creates multiple entries for snapshot versions | Peter Niederwieser | René Gröschke | Resolved | Fixed | 2012-10-23 | 2013-01-04 |
GRADLE-2527 | Test class detection not working for custom Test tasks | René Gröschke | Resolved | Fixed | 2012-10-23 | 2013-01-04 | |
GRADLE-2528 | NPE during dependency resolution related to missing configuration | Stephane Gallès | Resolved | Won't Fix | 2012-10-23 | 2017-02-10 | |
GRADLE-2529 | Embedding Gradle (Tooling API) is inconvenient due to number of jars | Szczepan Faber | Resolved | Fixed | 2012-10-23 | 2013-01-17 | |
GRADLE-2530 | Add support for allowing child processes to inherit the parents stdio (or at least simulating this) | Gradle Forums | Resolved | Won't Fix | 2012-10-23 | 2017-02-10 | |
GRADLE-2531 | Changes to buildSrc directory are not always detected. | Gradle Forums | Resolved | Duplicate | 2012-10-23 | 2016-09-21 | |
GRADLE-2532 | make it possible to configure the working dir via the tooling API | Gradle Forums | Resolved | Won't Fix | 2012-10-23 | 2017-02-10 | |
GRADLE-2533 | Add a property to the Sonar configuration to select which coverage tool to use | Erich Oswald | Resolved | Won't Fix | 2012-10-24 | 2017-02-10 | |
GRADLE-2534 | latest.integration ignores versions published without a metadata file when there are older versions published with a metadata file | Adam Murdoch | Resolved | Fixed | 2012-10-24 | 2013-11-10 | |
GRADLE-2535 | unnecessary http requests when resolving a dynamic revision from multiple repositories | Adam Murdoch | Resolved | Fixed | 2012-10-25 | 2013-11-10 | |
GRADLE-2536 | Setting an ext property should set the value of existing properties on the owner | Gradle Forums | Resolved | Won't Fix | 2012-10-25 | 2017-02-10 | |
GRADLE-2537 | Allow to provide credentials for Wrapper distributionUrl | Evgeny Goldin | Resolved | Won't Fix | 2012-10-25 | 2017-02-10 | |
GRADLE-2538 | Able to compile Groovy BEFORE Java | Wolfgang Häfelinger | Resolved | Won't Fix | 2012-10-27 | 2017-02-10 | |
GRADLE-2539 | latest.release should consider the release information in maven-metadata.xml when resolving from a maven repository | Adam Murdoch | Resolved | Won't Fix | 2012-10-28 | 2017-02-10 | |
GRADLE-2540 | TestNG test events contain TestDescriptors without correct parent | Szczepan Faber | Resolved | Not A Bug | 2012-10-29 | 2013-01-04 | |
GRADLE-2541 | \u is not allowed in comments | Oliver Kopp | Resolved | Won't Fix | 2012-10-30 | 2017-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 Horvath | Resolved | Won't Fix | 2012-10-31 | 2017-02-10 | |
GRADLE-2543 | performance regression in dependency resolution when using local file repositories | Adam Murdoch | Resolved | Fixed | 2012-11-01 | 2013-01-04 | |
GRADLE-2544 | artifact cache can become corrupted on concurrent update by multiple processes | Adam Murdoch | Resolved | Fixed | 2012-11-01 | 2013-01-04 | |
GRADLE-2545 | Wrong JAVA_HOME setting | Vadym | Resolved | Won't Fix | 2012-11-03 | 2017-02-10 | |
GRADLE-2546 | directory scanning is inefficient when all include patterns share a common prefix | Adam Murdoch | Resolved | Fixed | 2012-11-04 | 2013-02-10 | |
GRADLE-2547 | Temporary files are left behind under ~/.gradle/artifacts-*/filestore | Adam Murdoch | Resolved | Fixed | 2012-11-04 | 2013-01-04 | |
GRADLE-2548 | scalaCompile task is not correctly incremental wrt javaCompile | Szczepan Faber | Resolved | Won't Fix | 2012-11-06 | 2017-02-10 | |
GRADLE-2549 | different behavior of scalaCompile 1.3 vs 1.2 | Szczepan Faber | Resolved | Won't Fix | 2012-11-06 | 2017-02-10 | |
GRADLE-2550 | CopySpec eachFile does not visit child specs added with "with" | Perryn Fowler | Michael Meisel | Resolved | Fixed | 2012-11-13 | 2014-03-26 |
GRADLE-2551 | libjnidispatch.so of jna shipped with gradle does not work on FreeBSD | Zsolt Kúti | Resolved | Fixed | 2012-11-13 | 2014-04-18 | |
GRADLE-2552 | Duplicate files in "gradle-1.3-rc-1-all.zip" | Luke Daley | Gradle Forums | Resolved | Fixed | 2012-11-13 | 2013-01-04 |
GRADLE-2553 | Native Libraries are in the wrong directory | Stefan Wagner | Resolved | Won't Fix | 2012-11-14 | 2017-02-10 | |
GRADLE-2554 | The name of repositories based on user supplied resolvers uses a hardcoded name | Szczepan Faber | Resolved | Fixed | 2012-11-14 | 2013-01-04 | |
GRADLE-2555 | NPE when resolving dependencies where a conflicted artifact introduces common dependents | Szczepan Faber | Szczepan Faber | Resolved | Cannot Reproduce | 2012-11-14 | 2013-11-25 |
GRADLE-2556 | Atributtes eclipse .classpath file generated from eclipse plugin are not ordered | Zbigniew Sokolowski | Resolved | Won't Fix | 2012-11-15 | 2017-02-10 | |
GRADLE-2557 | Gradle wrapper download/extract is not threadsafe | Gradle Forums | Resolved | Fixed | 2012-11-15 | 2013-03-27 | |
GRADLE-2558 | Maven POMs are written with platform encoding, not always UTF-8. | Luke Daley | Luke Daley | Resolved | Fixed | 2012-11-16 | 2013-01-04 |
GRADLE-2559 | maven2Gradle task creates invalid build.gradle file when EnforcerPlugin is defined in pom.xml | René Gröschke | René Gröschke | Resolved | Fixed | 2012-11-17 | 2013-01-04 |
GRADLE-2560 | maven2gradle should not convert enforcer plugin banned dependencies to exclude rules | Adam Murdoch | Resolved | Won't Fix | 2012-11-19 | 2017-02-10 | |
GRADLE-2561 | Cannot build 1.3 rc 2. Possible dependency or task input/output bug? | Danny Yates | Resolved | Duplicate | 2012-11-19 | 2013-01-18 | |
GRADLE-2562 | Empty error messages after import a Gradle project in Eclipse | Gabor Guta | Resolved | Won't Fix | 2012-11-20 | 2017-02-10 | |
GRADLE-2563 | Documentation for TestNGOptions parallel is incorrect | Robert Ryals | Resolved | Won't Fix | 2012-11-20 | 2017-02-10 | |
GRADLE-2564 | Gradle 1.3 wrapper java.io.UnsupportedEncodingException | Gradle Forums | Resolved | Fixed | 2012-11-22 | 2013-03-01 | |
GRADLE-2565 | Expose property in "Test" that allows setting JNI path for the forked JVM | Peter Horvath | Resolved | Won't Fix | 2012-11-22 | 2017-02-10 | |
GRADLE-2566 | Regression with file pattern matching: GStringImpl cannot be cast to String | Szczepan Faber | Resolved | Fixed | 2012-11-22 | 2014-11-17 | |
GRADLE-2567 | NoSuchElementException generating ivy.xml when project has no configurations defined | Adam Murdoch | Resolved | Won't Fix | 2012-11-22 | 2017-02-10 | |
GRADLE-2568 | Cannot apply cpp-lib and cpp-exe plugins to the same project | Adam Murdoch | Resolved | Fixed | 2012-11-22 | 2013-07-17 | |
GRADLE-2569 | Resolving dependencies results in a NPE | Markus Haas | Resolved | Won't Fix | 2012-11-26 | 2017-02-10 | |
GRADLE-2570 | it is possible to configure TestNG to write old and new HTML report to the same spot | Szczepan Faber | Resolved | Won't Fix | 2012-11-26 | 2017-02-10 | |
GRADLE-2571 | Configuring compileJava with options.debug = true not having expected effect | John Ferguson | Resolved | Won't Fix | 2012-11-26 | 2017-02-10 | |
GRADLE-2572 | Newlines are not supported in JUnit test names | Adam Murdoch | Resolved | Fixed | 2012-11-26 | 2013-01-04 | |
GRADLE-2573 | Gradle internal error Could not create JNA native library | Steve Ford | Resolved | Not A Bug | 2012-11-27 | 2014-04-18 | |
GRADLE-2574 | "Unable to resolve class" after moving a class from src/main/groovy to src/main/java | Gradle Forums | Resolved | Won't Fix | 2012-11-27 | 2017-02-10 | |
GRADLE-2575 | Generated ivy.xml is incorrect for project with 'war' plugin applied | Gradle Forums | Resolved | Won't Fix | 2012-11-28 | 2017-02-10 | |
GRADLE-2576 | User Guide glossary section is unfinished | Daz DeBoer | Resolved | Won't Fix | 2012-11-28 | 2017-02-10 | |
GRADLE-2577 | Not able to run gradle samples - proxy error | M M | Resolved | Won't Fix | 2012-11-29 | 2017-02-10 | |
GRADLE-2578 | Ivy VfsResolver is missing org/apache/commons/vfs/FileSystemManager from commons-vfs | Alexander Schade | Resolved | Won't Fix | 2012-11-29 | 2017-02-10 | |
GRADLE-2579 | SourceTask is always up-to-date after all source files are deleted | Lóránt Pintér | Gradle Forums | Resolved | Fixed | 2012-11-30 | 2016-10-05 |
GRADLE-2580 | Init script's classpath dependencies are not accessible in the build script | Gradle Forums | Resolved | Won't Fix | 2012-11-30 | 2017-02-10 | |
GRADLE-2581 | When a file isn't recognised as file - copy{ .. } and delete{ .. } fail | Evgeny Goldin | Resolved | Won't Fix | 2012-12-02 | 2017-02-10 | |
GRADLE-2582 | Parallel resolution of artifacts | Ben Manes | Resolved | Duplicate | 2012-12-02 | 2017-02-02 | |
GRADLE-2583 | Unexpected internal initialization error running Gradle version 1.1 on Linux for IBM System z | Balthasar Nebel | Resolved | Fixed | 2012-12-03 | 2013-05-27 | |
GRADLE-2584 | Eclipse plugin does not filter libraries provided by the ScalaIDE plugin when they are included as transitive dependencies | Adam Murdoch | Resolved | Won't Fix | 2012-12-03 | 2017-02-10 | |
GRADLE-2585 | Too many requests for maven-metadata.xml when resolving a snapshot dependency | Adam Murdoch | Resolved | Fixed | 2012-12-03 | 2013-01-04 | |
GRADLE-2586 | Provide --configuration parameter to dependencies task | Benjamin Muschko | Resolved | Fixed | 2012-12-04 | 2013-01-04 | |
GRADLE-2587 | Provide option to fork Sonar analysis | Luke Daley | Gradle Forums | Resolved | Fixed | 2012-12-04 | 2014-09-02 |
GRADLE-2588 | Scala plugin eliminates javabuilder from eclipse .project file | Peter Niederwieser | Andrew Declercq | Resolved | Cannot Reproduce | 2012-12-04 | 2013-01-21 |
GRADLE-2589 | Provide mechanism to explicitly set authentication scheme | Daz DeBoer | Resolved | Won't Fix | 2012-12-05 | 2017-02-10 | |
GRADLE-2590 | Gradle tries to downloads artifactory metadata despite using artifact only notation | Daniel Beck | Resolved | Won't Fix | 2012-12-06 | 2017-02-10 | |
GRADLE-2591 | Daemon crashes when running on IBM JVM and Linux | Adam Murdoch | Resolved | Fixed | 2012-12-09 | 2013-01-04 | |
GRADLE-2592 | Generated eclipse .classpath includes non-jar entries that lead to errors on import | Gradle Forums | Resolved | Won't Fix | 2012-12-10 | 2017-02-10 | |
GRADLE-2593 | Application plugin adds superfluous directory depth to archive | Kirk Stork | Resolved | Won't Fix | 2012-12-10 | 2017-02-10 | |
GRADLE-2594 | resolution of project dependency at configuration time does not evaluate project | Szczepan Faber | Howard M. Lewis Ship | Resolved | Fixed | 2012-12-11 | 2013-03-11 |
GRADLE-2595 | Provide "bin/gradleDebug" | Evgeny Goldin | Resolved | Won't Fix | 2012-12-11 | 2017-02-10 | |
GRADLE-2596 | API support for adding source directory sets | Gradle Forums | Resolved | Won't Fix | 2012-12-12 | 2017-02-10 | |
GRADLE-2597 | StartParameter.setGradleUserHomeDir does not take GRADLE_USER_HOME into account | Justin Ryan | Resolved | Fixed | 2012-12-12 | 2014-04-20 | |
GRADLE-2598 | Multiple HttpClient instances initialised for a single http repository | Daz DeBoer | Resolved | Fixed | 2012-12-12 | 2013-01-04 | |
GRADLE-2599 | Automatic clean tasks don't treat outputs.files correctly | Stanford S. Guillory | Resolved | Won't Fix | 2012-12-13 | 2017-02-10 | |
GRADLE-2600 | JamVM + GNU Classpath 0.99 cannot run gradle -v | Andrea Galbusera | Resolved | Won't Fix | 2012-12-14 | 2017-02-10 | |
GRADLE-2601 | Provide proper out of the box support for AspectJ | Marcel Overdijk | Resolved | Won't Fix | 2012-12-17 | 2017-02-10 | |
GRADLE-2602 | Allow environmental override of wrapper.properties files. | Luke Daley | Resolved | Won't Fix | 2012-12-17 | 2017-02-10 | |
GRADLE-2603 | war plugin builds war even if test fails | Jeff Storey | Resolved | Won't Fix | 2012-12-17 | 2016-09-14 | |
GRADLE-2604 | integ tests are affected by the content of local maven repo | Szczepan Faber | Resolved | Fixed | 2012-12-18 | 2013-02-10 | |
GRADLE-2605 | Change of platform file encoding does not cause recompile when not using explicit encoding for JavaCompile | Luke Daley | Resolved | Won't Fix | 2012-12-19 | 2017-02-10 | |
GRADLE-2606 | Deprecation warning about inferring extension from POM packaging, even though extension was specified by client | Luke Daley | Resolved | Fixed | 2012-12-20 | 2014-06-04 | |
GRADLE-2607 | Lifecycle tasks not calling overwritten tasks | Gradle Forums | Resolved | Won't Fix | 2012-12-21 | 2017-02-10 | |
GRADLE-2608 | Allow the location of the Gradle cache to be specified independent of the user home dir | Luke Daley | Resolved | Duplicate | 2012-12-21 | 2017-02-03 | |
GRADLE-2609 | Build hangs forever when test JVM gets killed | Peter Niederwieser | Resolved | Fixed | 2012-12-22 | 2013-01-17 | |
GRADLE-2610 | NamedDomainObjectContainer element configuration closure swallows MissingFieldException | Luke Daley | Adam Murdoch | Resolved | Cannot Reproduce | 2012-12-26 | 2013-01-07 |
GRADLE-2611 | 'uploadArchives' succeeds on empty URL | Gradle Forums | Resolved | Won't Fix | 2012-12-27 | 2017-02-10 | |
GRADLE-2612 | Switching TestFramework in Test task leaves stale Test result xml is result directory | René Gröschke | Resolved | Won't Fix | 2012-12-28 | 2017-02-10 | |
GRADLE-2613 | EOFException when a cache open times out while the other process is releasing the lock | Adam Murdoch | Resolved | Fixed | 2012-12-28 | 2013-01-04 | |
GRADLE-2614 | POMs are written with the default line ending of the platform | Gradle Forums | Resolved | Won't Fix | 2013-01-02 | 2017-02-10 | |
GRADLE-2615 | Gradle cannot execute Cucumber-JVM tests (as JUnit) due to NPE in Gradle infrastructure | Gradle Forums | Resolved | Fixed | 2013-01-02 | 2013-11-10 | |
GRADLE-2616 | Remove creating of named container elements via property read in container configuration closures | Luke Daley | Resolved | Won't Fix | 2013-01-03 | 2017-02-10 | |
GRADLE-2617 | Some exception during plugin.apply() cant be eaten and don't break the build | Luke Daley | Xavier Ducrohet | Resolved | Duplicate | 2013-01-03 | 2016-11-17 |
GRADLE-2618 | Provide a way to disable STANDARD_[OUT/ERR] banner when test logging standard streams are enabled | mark petrovic | Resolved | Won't Fix | 2013-01-04 | 2017-02-10 | |
GRADLE-2619 | Cannot update resolutionStrategy inside configurations block | Gradle Forums | Resolved | Won't Fix | 2013-01-08 | 2017-02-10 | |
GRADLE-2620 | Eclipse classpath.file.whenMerged hook breaks confusingly for non-java projects | Gradle Forums | Resolved | Won't Fix | 2013-01-09 | 2017-02-10 | |
GRADLE-2621 | eclipse plugin puts source jars as classpath entries | Szczepan Faber | Resolved | Won't Fix | 2013-01-09 | 2017-02-10 | |
GRADLE-2622 | Gradle gets stuck if process executed spawns another process | Evgeny Goldin | Resolved | Won't Fix | 2013-01-09 | 2017-02-10 | |
GRADLE-2623 | testng xml package elements are ignored | Daniel Zapata | Resolved | Won't Fix | 2013-01-09 | 2017-02-10 | |
GRADLE-2624 | settings.gradle (or file specified in --settings-file) not considered when using --build-file with argument other than "build.gradle" | Sune Keller | Resolved | Won't Fix | 2013-01-10 | 2017-02-10 | |
GRADLE-2625 | Some system properties (e.g. user.home) are not forwarded to the daemon (if they are part of the environment) | Luke Daley | Resolved | Won't Fix | 2013-01-10 | 2017-02-10 | |
GRADLE-2626 | Obscure error message when one of arguments for Exec task is NULL | Vitaliy Garnashevich | Resolved | Won't Fix | 2013-01-11 | 2017-02-10 | |
GRADLE-2627 | Add support for Eclipse PDE | Remon Sinnema | Resolved | Won't Fix | 2013-01-11 | 2016-11-22 | |
GRADLE-2628 | Allow build script classpath to be adjusted in script loaded via "apply from" | Peter Horvath | Resolved | Won't Fix | 2013-01-11 | 2017-02-10 | |
GRADLE-2629 | Daemon cannot be started with -Dcom.sun.management.jmxremote in GRADLE/JAVA_OPTS | René Gröschke | Luke Daley | Resolved | Fixed | 2013-01-11 | 2016-04-01 |
GRADLE-2630 | Single use daemon process should exit before the client process exits | Luke Daley | Resolved | Won't Fix | 2013-01-11 | 2017-02-10 | |
GRADLE-2631 | Gradle does not support builds using JDK8 | Russel Winder | Resolved | Fixed | 2013-01-14 | 2017-01-23 | |
GRADLE-2632 | Incorrect UP-TO-DATE for subproject task | Vitaliy Garnashevich | Resolved | Not A Bug | 2013-01-14 | 2017-01-23 | |
GRADLE-2633 | testClassesDir has wrong default value in docs | Shin | Resolved | Fixed | 2013-01-14 | 2017-01-16 | |
GRADLE-2634 | Gradle doesn't run on Debian if TERM is not set | Stefan Wolf | Russel Winder | Resolved | Fixed | 2013-01-15 | 2016-08-26 |
GRADLE-2635 | Tooling API ignores logging command line parameters | Szczepan Faber | Resolved | Fixed | 2013-01-15 | 2013-01-21 | |
GRADLE-2636 | ant.exec call failed randomly with message 'exec doesn't support the nested "xslt" element' | Jem Mawson | Resolved | Won't Fix | 2013-01-16 | 2017-02-10 | |
GRADLE-2637 | Daemon does not respect javax.net.ssl.* system properties that need to be specified on system startup | René Gröschke | Gradle Forums | Resolved | Fixed | 2013-01-17 | 2016-04-01 |
GRADLE-2638 | Parent directories are not created when task file outputs are declared using the API, but are when using annotations | Gradle Forums | Resolved | Duplicate | 2013-01-18 | 2017-02-03 | |
GRADLE-2639 | NTLM Authentication fails when http.keepAlive is set to false | Daz DeBoer | Resolved | Fixed | 2013-01-19 | 2015-12-10 | |
GRADLE-2640 | Misleading log message when reusing cached resource | Daz DeBoer | Resolved | Won't Fix | 2013-01-19 | 2017-02-10 | |
GRADLE-2641 | Cannot resolve parent POM with SNAPSHOT version | Daz DeBoer | Resolved | Fixed | 2013-01-19 | 2013-01-24 | |
GRADLE-2642 | ProjectBuilder test fixture cannot resolve remote dependencies | Adam Murdoch | Resolved | Fixed | 2013-01-19 | 2013-01-20 | |
GRADLE-2643 | TestNG annotated Test method with attribute enabled=false are not reported as skipped | René Gröschke | Resolved | Won't Fix | 2013-01-21 | 2017-02-10 | |
GRADLE-2644 | nexus repository gets .jar in a second step after .pom | rupert thurner | Resolved | Won't Fix | 2013-01-21 | 2017-01-24 | |
GRADLE-2645 | conversion from maven yields xml parsing error | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2013-01-21 | 2013-01-21 |
GRADLE-2646 | Sonar task fails with java.lang.RuntimeException | Luke Daley | Oliver Kopp | Resolved | Won't Fix | 2013-01-21 | 2015-04-30 |
GRADLE-2647 | Annotations using the groovy plugin are unable to resolve classes passed to it. | tomas lin | Resolved | Won't Fix | 2013-01-21 | 2017-02-10 | |
GRADLE-2648 | Known-issues section of release notes does not work for RC releases | Daz DeBoer | Resolved | Won't Fix | 2013-01-21 | 2017-02-10 | |
GRADLE-2649 | Test report uses suite class name instead of implementation class name for tests run via @RunWith(Suite.class). | Adam Murdoch | Resolved | Fixed | 2013-01-21 | 2014-02-24 | |
GRADLE-2650 | HttpClient forces connection reset while attempting NTLM proxy authentication | Daz DeBoer | Resolved | Fixed | 2013-01-23 | 2015-02-06 | |
GRADLE-2651 | test worker process failures are hard to diagnose | Szczepan Faber | Resolved | Won't Fix | 2013-01-23 | 2017-02-10 | |
GRADLE-2652 | IDEA and eclipse do not respect Gradle's conflict resolution | Gradle Forums | Resolved | Won't Fix | 2013-01-25 | 2017-02-10 | |
GRADLE-2653 | Updating configurations causes problems with the eclipse wtp support | Szczepan Faber | Resolved | Fixed | 2013-01-25 | 2013-01-29 | |
GRADLE-2654 | gradle can run tests from jars | Gradle Forums | Resolved | Duplicate | 2013-01-25 | 2016-12-12 | |
GRADLE-2655 | Gradle Daemon stays open after Eclipse shuts down | Gradle Forums | Resolved | Won't Fix | 2013-01-25 | 2017-02-10 | |
GRADLE-2656 | dependencies inherited from other configurations do not respect original resolution strategy | Szczepan Faber | Resolved | Won't Fix | 2013-01-26 | 2016-09-12 | |
GRADLE-2657 | Gradle Sonar plugin broken with Sonar 3.4 | Gradle Forums | Resolved | Fixed | 2013-01-27 | 2013-03-15 | |
GRADLE-2658 | Cannot set log level for a specific task | Etienne Studer | Resolved | Duplicate | 2013-01-28 | 2016-12-13 | |
GRADLE-2659 | Support Scala Testing frameworks | Etienne Studer | Resolved | Won't Fix | 2013-01-28 | 2017-02-10 | |
GRADLE-2660 | Issue adding a dependent to a specific configuration, other than the default configurations | John Smith | Resolved | Won't Fix | 2013-01-28 | 2017-02-10 | |
GRADLE-2661 | eclipse wtp plugin does not honor minusConfigurations for file dependencies | Szczepan Faber | Resolved | Fixed | 2013-01-29 | 2013-01-29 | |
GRADLE-2662 | ant:scalac using target jvm-1.5 | Peter Niederwieser | Gradle Forums | Resolved | Fixed | 2013-01-29 | 2013-04-23 |
GRADLE-2663 | Enabling configuration-on-demand causes ToolingAPI (IDE integration) to hang indefinitely | Gradle Forums | Resolved | Fixed | 2013-01-29 | 2013-01-29 | |
GRADLE-2664 | Respect custom gradle user home defined via env variable during tooling api processing | Denis Zhdanov | Resolved | Won't Fix | 2013-01-30 | 2017-02-10 | |
GRADLE-2665 | Can not run tasks like compile, war etc | Sanjay Sharma | Resolved | Not A Bug | 2013-01-30 | 2013-01-30 | |
GRADLE-2666 | maven2Gradle runs into Nullpointer | René Gröschke | Gradle Forums | Resolved | Fixed | 2013-01-31 | 2013-06-28 |
GRADLE-2667 | Juint tests break on JDK8 b74 | Danno Ferrin | Resolved | Fixed | 2013-02-01 | 2013-11-20 | |
GRADLE-2668 | Strange behaviour of IdeaProject.languageLevel | Gradle Forums | Resolved | Won't Fix | 2013-02-01 | 2017-02-02 | |
GRADLE-2669 | Links to subsections of release notes don't behave correctly in Safari 6 | Peter Niederwieser | Resolved | Won't Fix | 2013-02-01 | 2017-02-10 | |
GRADLE-2670 | ContentFilterable#filter(Closure) should append the line ending found in source, not the "line.separator" System property. | Geoff Granum | Resolved | Won't Fix | 2013-02-02 | 2017-02-10 | |
GRADLE-2671 | Project extensions cannot be dependency injected | Luke Daley | Resolved | Won't Fix | 2013-02-04 | 2017-02-10 | |
GRADLE-2672 | Gradle reports contain incorrect values for test case times | Gradle Forums | Resolved | Not A Bug | 2013-02-07 | 2013-02-16 | |
GRADLE-2673 | Gradle shell script corrupts JAVA_HOME environment variable on Windows/Cygwin | Gradle Forums | Resolved | Fixed | 2013-02-07 | 2015-07-30 | |
GRADLE-2674 | Gradle excludes all transitive dependencies when ivy.xml uses exclude on 'type' or 'conf' attributes | Benjamin Muschko | Gradle Forums | Resolved | Fixed | 2013-02-07 | 2014-12-04 |
GRADLE-2675 | Add option to eagerly send HTTP authentication headers | Daniel Beck | Resolved | Fixed | 2013-02-11 | 2016-06-06 | |
GRADLE-2676 | Tooling API: Correct 'gradle' project's intellij view | Denis Zhdanov | Resolved | Fixed | 2013-02-12 | 2017-02-02 | |
GRADLE-2677 | Tooling API: Expose information about buildSrc (if any) | Denis Zhdanov | Resolved | Fixed | 2013-02-12 | 2017-02-02 | |
GRADLE-2678 | Gradle may resolve project module dependencies wrongly | Gradle Forums | Resolved | Won't Fix | 2013-02-12 | 2017-02-10 | |
GRADLE-2679 | UnsupportedOperationException in ExternalResourceResolver | Stephane Gallès | Resolved | Fixed | 2013-02-12 | 2017-02-02 | |
GRADLE-2680 | Tooling API: Expose information about custom source sets | Denis Zhdanov | Resolved | Won't Fix | 2013-02-12 | 2017-02-10 | |
GRADLE-2681 | Mirror definition in maven settings.xml overwrites mavenDeployer configuration | Gradle Forums | Resolved | Fixed | 2013-02-13 | 2015-01-25 | |
GRADLE-2682 | Cross compilation of Groovy annotation on Java class does not work | wujek srujek | Resolved | Won't Fix | 2013-02-13 | 2017-02-10 | |
GRADLE-2683 | Documentation for ModuleDependency#exclude(Map) is not explicit about supported options. | Luke Daley | Resolved | Won't Fix | 2013-02-14 | 2017-02-10 | |
GRADLE-2684 | Validate org.gradle properties | Peter Walker | Resolved | Won't Fix | 2013-02-14 | 2017-02-10 | |
GRADLE-2685 | Tar task follows symbolic links and duplicates files | Gradle Forums | Resolved | Won't Fix | 2013-02-20 | 2017-02-10 | |
GRADLE-2686 | codenarc plugin fails | Christian Lipp | Resolved | Won't Fix | 2013-02-21 | 2017-01-24 | |
GRADLE-2687 | Tooling API: Allow to completely suppress stdout and stderr | Radim Kubacki | Denis Zhdanov | Resolved | Fixed | 2013-02-21 | 2017-02-08 |
GRADLE-2688 | Gradle reports that "dynamic revision cache is expired" for static revision | Gradle Forums | Resolved | Fixed | 2013-02-21 | 2013-03-11 | |
GRADLE-2689 | Gradle fails extending configuration from parent project | Jesper Skov | Resolved | Won't Fix | 2013-02-22 | 2016-11-22 | |
GRADLE-2690 | Make Gradle artifact cache portable (make cache paths relative to cache base) | William Price | Resolved | Duplicate | 2013-02-22 | 2017-02-06 | |
GRADLE-2691 | maven2gradle generates deprecated property assignment | Gradle Forums | Resolved | Fixed | 2013-02-22 | 2013-03-28 | |
GRADLE-2692 | Using an Ivy ChainResolver constructed from ivysettings.xml fails with StackOverflowError | Gradle Forums | Resolved | Won't Fix | 2013-02-24 | 2017-02-10 | |
GRADLE-2693 | When resolving Ivy modules, Gradle does not prevent access to private configurations | Gradle Forums | Resolved | Won't Fix | 2013-02-26 | 2017-02-10 | |
GRADLE-2694 | Wrong setter used by DSL | Xavier Ducrohet | Resolved | Fixed | 2013-02-26 | 2017-01-16 | |
GRADLE-2695 | java.lang.ClassFormatError: Duplicate method name&signature in custom task's class file after upgrading to Gradle 1.3 | Gradle Forums | Resolved | Fixed | 2013-02-27 | 2013-11-18 | |
GRADLE-2696 | Please add "embedded" as part of GradleConnector API | Alex Ruiz | Resolved | Won't Fix | 2013-02-28 | 2017-02-10 | |
GRADLE-2697 | UncheckedIOException when system property value added to test task is not serializable | Gradle Forums | Resolved | Won't Fix | 2013-03-05 | 2017-02-10 | |
GRADLE-2698 | Gradle copy task does not preserve file modification times | Daniel Beck | Resolved | Duplicate | 2013-03-06 | 2017-01-25 | |
GRADLE-2699 | Gradle wrapper race condition when concurrently executing | Gradle Forums | Resolved | Fixed | 2013-03-07 | 2013-03-25 | |
GRADLE-2700 | Task subclasses are inadequately documented | Luke Daley | Resolved | Won't Fix | 2013-03-08 | 2017-02-10 | |
GRADLE-2701 | "exclude" specified in the top-level build file using allprojects clause is not applied when generating eclipse files for a subproject | Hemant Gokhale | Resolved | Not A Bug | 2013-03-08 | 2013-04-02 | |
GRADLE-2702 | testRuntime/testCompile configuration resolved even if there are no tests | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2013-03-10 | 2013-06-29 |
GRADLE-2703 | gradle-1.4 does not respect root directory | rupert thurner | Resolved | Won't Fix | 2013-03-12 | 2017-01-16 | |
GRADLE-2704 | webDist example not working correctly | Balázs Mihály | Resolved | Cannot Reproduce | 2013-03-12 | 2017-01-16 | |
GRADLE-2705 | UnsatisfiedLinkError running Gradle with 64-bit JVM on Windows 2003 and earlier | Gradle Forums | Resolved | Fixed | 2013-03-12 | 2013-03-28 | |
GRADLE-2706 | With Gradle 1.5 - PMD applying basic rules even when they are not included in our rule set files | Gradle Forums | Resolved | Fixed | 2013-03-14 | 2013-05-07 | |
GRADLE-2707 | logback and gradle | Mihai CAZACU | Resolved | Won't Fix | 2013-03-14 | 2017-02-10 | |
GRADLE-2708 | Task properties are not in scope in Script copy method | Steinar Haugen | Resolved | Won't Fix | 2013-03-15 | 2017-02-10 | |
GRADLE-2709 | Dependency in Maven local with POM and no JAR file results in dependency resolve failure | Graeme Rocher | Resolved | Fixed | 2013-03-18 | 2013-09-09 | |
GRADLE-2710 | Properties are not reapplied from local file on Windows Seven. This behavior is not observed on Ubuntu. | Vadym Yepishov | Resolved | Won't Fix | 2013-03-18 | 2017-02-03 | |
GRADLE-2711 | uploadArchives installs artifacts with timestamp into .m2 | u s | Resolved | Won't Fix | 2013-03-19 | 2017-02-10 | |
GRADLE-2712 | Diagnostic message should be more informative | Dmitry Dobrynin | Resolved | Won't Fix | 2013-03-20 | 2017-02-10 | |
GRADLE-2713 | Dependency pulled remotely with same name, group and version as a multiproject subproject results in mysterious hard to fix error | Graeme Rocher | Resolved | Won't Fix | 2013-03-20 | 2017-02-10 | |
GRADLE-2714 | CacheOpenException when building on NFS mount | Marco Vermeulen | Resolved | Won't Fix | 2013-03-20 | 2017-02-10 | |
GRADLE-2715 | Cannot resolve an ivy module with custom ivy status | Gradle Forums | Resolved | Fixed | 2013-03-20 | 2013-09-03 | |
GRADLE-2716 | Provide support for resolving custom status values with defined rank using latest.[custom] | Daz DeBoer | Resolved | Fixed | 2013-03-21 | 2013-09-03 | |
GRADLE-2717 | 'Resource missing.' info logging for POM files when using Ivy. | Thomas Glaeser | Resolved | Not A Bug | 2013-03-21 | 2013-03-21 | |
GRADLE-2718 | NullPointerException in GUtil.addToCollection occurs when JavaExec args is NULL | Venkatesh Nannan | Resolved | Won't Fix | 2013-03-21 | 2017-02-10 | |
GRADLE-2719 | In Maven POM, pom.project.developers*.developer.organization becomes org.apache.maven.model.Organization@... | Hendy Irawan | Resolved | Duplicate | 2013-03-23 | 2017-01-16 | |
GRADLE-2720 | JSCover - MessageIOException (gradle-1.5-rc-3) | tntim96 | Resolved | Won't Fix | 2013-03-25 | 2017-02-10 | |
GRADLE-2721 | Allow the definition of aliases in build.gradle | Nathan Wells | Resolved | Won't Fix | 2013-03-25 | 2017-02-10 | |
GRADLE-2722 | binResultsDir is a required field in test task starting in 1.4 | William Lichtenberger | Resolved | Fixed | 2013-03-25 | 2017-02-02 | |
GRADLE-2723 | Gradle wrapper duplicates identical Gradle distributions in user home | Gradle Forums | Resolved | Won't Fix | 2013-03-25 | 2017-02-02 | |
GRADLE-2724 | No way to off color output in a persistent way | Gradle Forums | Resolved | Won't Fix | 2013-03-26 | 2017-02-02 | |
GRADLE-2725 | StackOverflowError when running unittests from gradle | Gradle Forums | Resolved | Won't Fix | 2013-03-27 | 2017-02-10 | |
GRADLE-2726 | Eclipse plugin adds only the last srcDir having the same leaf folder name of a sourceSet. | Ertan Deniz | Resolved | Won't Fix | 2013-03-27 | 2017-02-10 | |
GRADLE-2727 | maven2gradle conversion fails when child module poms do not contain a | Adam Murdoch | Resolved | Won't Fix | 2013-03-28 | 2017-02-10 | |
GRADLE-2728 | PermGen size increase every time when jetty auto-reloaded | Think Wu | Resolved | Won't Fix | 2013-04-01 | 2017-01-16 | |
GRADLE-2729 | Success Rate in package overview of html test report is not displayed correctly | René Gröschke | René Gröschke | Resolved | Fixed | 2013-04-01 | 2013-04-01 |
GRADLE-2730 | JUnit test report testsuite timestamp is epoch | Szczepan Faber | AleWir | Resolved | Fixed | 2013-04-02 | 2013-11-15 |
GRADLE-2731 | JUnit AssumptionViolationException is not described properly in XML | Luke Daley | AleWir | Resolved | Fixed | 2013-04-02 | 2014-04-15 |
GRADLE-2732 | DSL generation does not handle methods inherited by an interface from one of its super-interfaces | Adam Murdoch | Resolved | Won't Fix | 2013-04-02 | 2017-02-10 | |
GRADLE-2733 | Gradle should honour Ivy artifact type to determine sources and javadoc classification | Andreas Nyberg | Resolved | Won't Fix | 2013-04-02 | 2017-02-10 | |
GRADLE-2734 | Test execution hangs when serialization of test failure exception throws some exception other than NotSerializableException | Adam Murdoch | Resolved | Fixed | 2013-04-02 | 2013-11-25 | |
GRADLE-2735 | Cannot create configuration named 'container' using standard configurations syntax | Peter Niederwieser | Daz DeBoer | Resolved | Fixed | 2013-04-02 | 2013-04-03 |
GRADLE-2736 | Add the filename to an compilation exception in the CoffeeScript plugin | Mehdi Houshmand | Resolved | Won't Fix | 2013-04-05 | 2017-02-10 | |
GRADLE-2737 | Improve exception messages by avoiding redundant "Failed to notify x listener" | Szczepan Faber | Resolved | Fixed | 2013-04-05 | 2013-09-21 | |
GRADLE-2738 | conflict resolution with a mix of dynamic versions and static versions may downgrade a version | Szczepan Faber | Resolved | Fixed | 2013-04-08 | 2013-06-28 | |
GRADLE-2739 | Cucumber test report file formation is failing in Gradle 1.5 | Luke Daley | Gradle Forums | Resolved | Fixed | 2013-04-08 | 2013-10-14 |
GRADLE-2740 | Project action methods (e.g. javaexec) do not support DSL enhancement methods | Gradle Forums | Resolved | Won't Fix | 2013-04-08 | 2017-02-10 | |
GRADLE-2741 | maven install: Multiproject references not obeying jar baseName in pom files | Tjad Clark | Resolved | Won't Fix | 2013-04-09 | 2017-02-10 | |
GRADLE-2742 | DependencyHandler support dependency notation list with a configure closure | Think Wu | Resolved | Won't Fix | 2013-04-09 | 2017-02-10 | |
GRADLE-2743 | Cannot resolve module using that adds Ivy 2.3 specific content to ivy.xml | Luke Daley | Daz DeBoer | Resolved | Fixed | 2013-04-10 | 2013-08-02 |
GRADLE-2744 | remapping subproject location in settings.gradle prevent working from inside its folder | René Gröschke | Xavier Ducrohet | Resolved | Fixed | 2013-04-10 | 2013-09-02 |
GRADLE-2745 | Setting correct 'type' in dependency does not mask deprecation warning for POM with non-jar packaging | Daz DeBoer | Resolved | Fixed | 2013-04-11 | 2014-06-04 | |
GRADLE-2746 | UncheckedIOException when trying to copy to parent directory of root folder | Jonathan Imperial | Resolved | Won't Fix | 2013-04-11 | 2017-02-10 | |
GRADLE-2747 | not-included intermediary projects in hierarchy are present in the tooling model. | Xavier Ducrohet | Resolved | Won't Fix | 2013-04-11 | 2017-02-10 | |
GRADLE-2748 | JavaCompilerArgumentBuilder.java does not reflect default behavior javac debugOptions | ravendra kumar | Resolved | Won't Fix | 2013-04-11 | 2017-02-10 | |
GRADLE-2749 | sonarRunner test dependency | Gradle Forums | Resolved | Won't Fix | 2013-04-12 | 2017-01-24 | |
GRADLE-2750 | Obtaining maven-style coordinates for published artifacts via tooling API | Kris De Volder | Resolved | Fixed | 2013-04-12 | 2014-10-02 | |
GRADLE-2751 | Error in gradle/gradlew scripts with IBM JDK on AIX | Gradle Forums | Resolved | Won't Fix | 2013-04-15 | 2017-02-10 | |
GRADLE-2752 | Depending on an older version of "self" produces an NPE | Luke Daley | Resolved | Fixed | 2013-04-16 | 2013-06-28 | |
GRADLE-2753 | CreateStartScripts task does not provide feedback that outputDir property is required | Benjamin Muschko | Gradle Forums | Resolved | Fixed | 2013-04-17 | 2015-04-02 |
GRADLE-2754 | Reading project.properties triggers configuration of any DeferredConfigurable extensions | Gradle Forums | Resolved | Won't Fix | 2013-04-18 | 2017-02-10 | |
GRADLE-2755 | Typos in task creation arguments are ignored | René Gröschke | Gradle Forums | Resolved | Fixed | 2013-04-21 | 2013-11-10 |
GRADLE-2756 | Not possible to specify the gradle user home to be used for all operations with the Tooling API | Gradle Forums | Resolved | Fixed | 2013-04-22 | 2014-04-06 | |
GRADLE-2757 | Conversion of strings to file URLs with windows paths produces wrong URL | René Gröschke | Gradle Forums | Resolved | Not A Bug | 2013-04-22 | 2013-09-24 |
GRADLE-2758 | Transitive test jars are being included in dependent war project when deployed or exported in eclipse | Gradle Forums | Resolved | Won't Fix | 2013-04-22 | 2017-02-10 | |
GRADLE-2759 | Test execution infrastructure errors when a test throws a java.lang.Error | Gradle Forums | Resolved | Not A Bug | 2013-04-22 | 2016-09-13 | |
GRADLE-2760 | --parallel-threads is internally capped at 4 with no notification | Luke Daley | Luke Daley | Resolved | Fixed | 2013-04-23 | 2013-04-23 |
GRADLE-2761 | Cannot handle working directories with absolute path length longer than MAX_PATH(260) on windows | René Gröschke | Resolved | Won't Fix | 2013-04-29 | 2017-02-10 | |
GRADLE-2762 | maven-publish plugin should not install unique snapshots to maven local repository | Gradle Forums | Resolved | Fixed | 2013-05-02 | 2013-10-09 | |
GRADLE-2763 | Setting/changing classifier in dependency resolve rule | Gradle Forums | Resolved | Duplicate | 2013-05-06 | 2017-02-06 | |
GRADLE-2764 | [1.6-rc-1] jacoco plugin does not show line numbers | Szczepan Faber | Gradle Forums | Resolved | Fixed | 2013-05-06 | 2013-11-21 |
GRADLE-2765 | Support disabling of XML test report | Peter Niederwieser | Resolved | Fixed | 2013-05-06 | 2013-09-03 | |
GRADLE-2766 | Ivy defaultConfMapping never applied during resolution | Luke Daley | Gradle Forums | Resolved | Fixed | 2013-05-07 | 2013-05-15 |
GRADLE-2767 | gradle 1.6 zip has 4 copies of gradle-1.6/src/META-INF/services/org.gradle.configuration.ProjectConfigureAction | Gradle Forums | Resolved | Fixed | 2013-05-07 | 2013-11-20 | |
GRADLE-2768 | Eclipse tooling api client would like to know 'derived' directories | Gradle Forums | Resolved | Won't Fix | 2013-05-07 | 2017-02-10 | |
GRADLE-2769 | 'projectsEvaluated' hook works differently in 'configure on demand' mode | Szczepan Faber | Resolved | Won't Fix | 2013-05-07 | 2017-02-10 | |
GRADLE-2770 | deprecation warnings should include file and line numbers | Gradle Forums | Resolved | Won't Fix | 2013-05-07 | 2017-02-10 | |
GRADLE-2771 | Custom types cannot be used as task @Inputs | Gradle Forums | Resolved | Won't Fix | 2013-05-07 | 2017-02-10 | |
GRADLE-2772 | Gradle online documentation is difficult to read on windows | Gradle Forums | Resolved | Cannot Reproduce | 2013-05-07 | 2016-09-14 | |
GRADLE-2773 | Deprecation warning emitted when using a user-added configuration named "groovy" | Luke Daley | Resolved | Fixed | 2013-05-09 | 2017-01-24 | |
GRADLE-2774 | Task.actions allows insertion of Action instances, but internal protocol ContextAwareTaskAction is actually required | René Gröschke | Gradle Forums | Resolved | Fixed | 2013-05-10 | 2013-09-26 |
GRADLE-2775 | NPE when generating idea metadata for scala project with --parallel and --configure-on-demand | Szczepan Faber | Resolved | Won't Fix | 2013-05-10 | 2017-02-10 | |
GRADLE-2776 | Misleading output of `gradle -v` when Gradle Daemon is used | Peter Niederwieser | Resolved | Won't Fix | 2013-05-14 | 2017-02-10 | |
GRADLE-2777 | Build comparison considers projects unequal if they both do not produce artifacts | Luke Daley | Gradle Forums | Resolved | Fixed | 2013-05-15 | 2014-11-04 |
GRADLE-2778 | Allow Javadoc sourcepath to be set directly | Gradle Forums | Resolved | Won't Fix | 2013-05-16 | 2017-02-10 | |
GRADLE-2779 | JavaExec does not handle quotes consistently between Windows and other OSes | Gradle Forums | Resolved | Won't Fix | 2013-05-16 | 2017-02-10 | |
GRADLE-2780 | Performance degradation in build script compilation when using 1.6 | Gradle Forums | Resolved | Fixed | 2013-05-16 | 2013-05-17 | |
GRADLE-2781 | NPE when artifact .sha1 is missing leading '0' characters | René Gröschke | Adam Murdoch | Resolved | Cannot Reproduce | 2013-05-21 | 2013-09-03 |
GRADLE-2782 | Native platform integration throws exception on OpenSuse. | Gradle Forums | Resolved | Fixed | 2013-05-28 | 2016-12-30 | |
GRADLE-2783 | JaCoCo plugin should provide a task to check that given code metrics are being met | Gradle Forums | Resolved | Duplicate | 2013-05-29 | 2016-11-08 | |
GRADLE-2784 | Using a specific snapshot version of an artifact | Gradle Forums | Resolved | Fixed | 2013-05-29 | 2015-03-07 | |
GRADLE-2785 | Gradle Ear plugin generates wrong descriptor for JavaEE 1.4 | Gradle Forums | Resolved | Won't Fix | 2013-05-29 | 2017-02-10 | |
GRADLE-2786 | uploadArchives should be SKIPPED if there are no artifacts to upload | Luke Daley | Resolved | Won't Fix | 2013-05-31 | 2017-02-10 | |
GRADLE-2787 | Provide mechanism for conveying progress information for long running tasks | Gradle Forums | Resolved | Won't Fix | 2013-06-03 | 2017-02-10 | |
GRADLE-2788 | parallel build may download the same artifact twice | Szczepan Faber | Resolved | Cannot Reproduce | 2013-06-06 | 2017-02-02 | |
GRADLE-2789 | Dependencies report should show the origin location of the dependency | Gradle Forums | Resolved | Won't Fix | 2013-06-10 | 2017-02-10 | |
GRADLE-2790 | Ivy dependency configuration mapping '*->@' includes all configurations from target module | Adam Murdoch | Resolved | Fixed | 2013-06-12 | 2013-06-12 | |
GRADLE-2791 | Ivy dependency configuration mapping with '%' on the left hand side is ignored | Adam Murdoch | Resolved | Fixed | 2013-06-12 | 2013-06-12 | |
GRADLE-2792 | ivy dependency configuration mapping with '*,!A' on the left hand side is still included when resolving configuration A | Adam Murdoch | Resolved | Fixed | 2013-06-12 | 2013-06-12 | |
GRADLE-2793 | Ivy dependency configuration mapping with '#' on the right hand side is mapped to incorrect target configuration | Adam Murdoch | Resolved | Fixed | 2013-06-12 | 2013-06-12 | |
GRADLE-2794 | Incorrect module version in descriptor when combining dynamic version + POM-less module | Gradle Forums | Resolved | Fixed | 2013-06-13 | 2013-11-10 | |
GRADLE-2795 | Gradle locks the global script cache during the entire build, causing subsequent builds to fail if scripts change | Cédric Champeau | Gradle Forums | Resolved | Fixed | 2013-06-17 | 2016-09-28 |
GRADLE-2796 | Gradle does not include transitive required compile dependency | Gradle Forums | Resolved | Won't Fix | 2013-06-20 | 2017-02-10 | |
GRADLE-2797 | Enhance tooling api to ease debugging of tests run via gradle | Gradle Forums | Resolved | Won't Fix | 2013-06-20 | 2017-02-10 | |
GRADLE-2798 | SourceDirectorySet.srcDirs(Object...) does not flatten args | Gradle Forums | Resolved | Won't Fix | 2013-06-20 | 2017-02-10 | |
GRADLE-2799 | Gradle does not start on AIX | Gradle Forums | Resolved | Fixed | 2013-06-20 | 2015-08-21 | |
GRADLE-2800 | Checkstyle plugin does not support reading config file from classpath or via URL | Gradle Forums | Resolved | Won't Fix | 2013-06-20 | 2017-02-10 | |
GRADLE-2801 | Allow specifying global buildscript classpath repo from init script for script plugins | Gradle Forums | Resolved | Duplicate | 2013-06-20 | 2017-02-03 | |
GRADLE-2802 | Wrapper install/download does not respect -g or --gradle-user-home command line flags | Gradle Forums | Resolved | Fixed | 2013-06-21 | 2013-07-01 | |
GRADLE-2803 | Cannot use daemon with JRE that is part of a JDK as JAVA_HOME | Gradle Forums | Resolved | Won't Fix | 2013-06-21 | 2017-02-10 | |
GRADLE-2805 | gradle-base-services-groovy not published to repo or in dependency tree | Gradle Forums | Resolved | Duplicate | 2013-06-22 | 2017-01-24 | |
GRADLE-2806 | Update OSGi plugin to use the latest BND library version | Luke Daley | Gradle Forums | Resolved | Fixed | 2013-06-24 | 2013-07-01 |
GRADLE-2807 | Gradle DSL reference cannot be viewed in IE9 | Peter Niederwieser | Resolved | Won't Fix | 2013-06-24 | 2017-02-10 | |
GRADLE-2808 | NotSerializableException when joint compiling and setting options.forkOptions.executable | Peter Niederwieser | Peter Niederwieser | Resolved | Fixed | 2013-06-26 | 2013-06-28 |
GRADLE-2809 | TestReport task is 'Discarding duplicate results for test' | Radim Kubacki | Gradle Forums | Resolved | Fixed | 2013-06-26 | 2014-02-19 |
GRADLE-2810 | when findbugs worker breaks badly, the task hangs forever | Szczepan Faber | Resolved | Won't Fix | 2013-06-26 | 2017-02-10 | |
GRADLE-2811 | Messages logged in Ivy at ERROR and WARN levels are reported at DEBUG level | Daz DeBoer | Resolved | Fixed | 2013-06-26 | 2013-07-15 | |
GRADLE-2812 | Pom with relocation to a different version is not correctly handled | Daz DeBoer | Resolved | Won't Fix | 2013-06-26 | 2017-02-10 | |
GRADLE-2813 | ExecSpec exposed by project.exec() is not DSL enhanced. | Luke Daley | Gradle Forums | Resolved | Fixed | 2013-06-27 | 2013-07-01 |
GRADLE-2814 | Upgrade to Ant 1.9. | René Gröschke | Gradle Forums | Resolved | Fixed | 2013-06-27 | 2013-07-25 |
GRADLE-2815 | @Input is not respected on boolean getters with the is* name style | Luke Daley | Luke Daley | Resolved | Fixed | 2013-07-01 | 2013-07-01 |
GRADLE-2816 | Customize location of buildSrc | Gradle Forums | Resolved | Won't Fix | 2013-07-01 | 2017-02-10 | |
GRADLE-2817 | Sonar-runner plugin printing password | Gradle Forums | Resolved | Won't Fix | 2013-07-02 | 2017-01-16 | |
GRADLE-2818 | Change logging level of a task | Gradle Forums | Resolved | Duplicate | 2013-07-02 | 2016-12-13 | |
GRADLE-2819 | Latest setupBuild plugin fails with StackOverflow | René Gröschke | Gradle Forums | Resolved | Fixed | 2013-07-02 | 2013-09-15 |
GRADLE-2820 | setupBuild doesn't work when POM references external parent POM | René Gröschke | Gradle Forums | Resolved | Fixed | 2013-07-02 | 2013-09-08 |
GRADLE-2821 | TestReport task errors when reporting on test tasks that have no tests | Gradle Forums | Resolved | Fixed | 2013-07-03 | 2013-07-05 | |
GRADLE-2822 | Ability to delete a subset of a file tree (including empty dirs) | Gradle Forums | Resolved | Won't Fix | 2013-07-03 | 2017-02-10 | |
GRADLE-2823 | ProgressLogger does not work under Cygwin | Luke Daley | Resolved | Won't Fix | 2013-07-03 | 2017-02-10 | |
GRADLE-2824 | A report from TestReport task should be available in a build dashboard | Gradle Forums | Resolved | Won't Fix | 2013-07-03 | 2017-02-10 | |
GRADLE-2825 | Duplicate file deprecation warning issued even when strategy is set to include | Luke Daley | Resolved | Fixed | 2013-07-04 | 2013-07-24 | |
GRADLE-2826 | pmd plugin: add showViolations property | Gradle Forums | Resolved | Won't Fix | 2013-07-04 | 2017-02-10 | |
GRADLE-2827 | Copy tasks incorrectly consider themselves up to date when a new empty directory is added to source and ignoreEmptyDirs = false | Lari Hotari | Gradle Forums | Resolved | Won't Fix | 2013-07-05 | 2017-02-10 |
GRADLE-2828 | Changes to log level from build script code ignored when executing via daemon | Kris De Volder | Resolved | Won't Fix | 2013-07-05 | 2017-02-10 | |
GRADLE-2829 | using JacocoMerge throws error "You can't map a property that does not exist: propertyName=destFile" | Luke Daley | Gradle Forums | Resolved | Fixed | 2013-07-08 | 2013-07-09 |
GRADLE-2830 | AbstractArchiveTask does not validate a destination has been set | Luke Daley | Resolved | Won't Fix | 2013-07-10 | 2017-02-10 | |
GRADLE-2831 | Gradle's ant dependency needs to be updated to work with Java 8. Ant will report "Invalid Constant Pool entry Type 18" at some times | René Gröschke | Gradle Forums | Resolved | Fixed | 2013-07-10 | 2013-07-25 |
GRADLE-2832 | IDEA plugin isn't downloading sources when mavenLocal() is used | Gradle Forums | Resolved | Won't Fix | 2013-07-10 | 2017-02-10 | |
GRADLE-2833 | Copy tasks do not differentiate between equivalent FileTree and FileCollection objects WRT incremental build | Luke Daley | Resolved | Won't Fix | 2013-07-11 | 2017-02-10 | |
GRADLE-2834 | eclipse-wtp plugin only respects project dependencies on other projects with eclipse-wtp plugin | Luke Daley | Resolved | Won't Fix | 2013-07-11 | 2017-02-10 | |
GRADLE-2835 | Concurrent Gradle runs intermittently fail | Gradle Forums | Resolved | Won't Fix | 2013-07-11 | 2017-02-10 | |
GRADLE-2836 | Sporadic java.lang.LinkageError: duplicate class definition when using --parallel | Luke Daley | Luke Daley | Resolved | Fixed | 2013-07-12 | 2013-07-16 |
GRADLE-2837 | External dependencies are not published when project is itself the target of a project dependency | Daz DeBoer | Daz DeBoer | Resolved | Fixed | 2013-07-15 | 2013-07-17 |
GRADLE-2838 | includeEmptyDirs is not respected when child copy specs are used | Luke Daley | Resolved | Won't Fix | 2013-07-16 | 2017-02-10 | |
GRADLE-2839 | Wildcard configuration mapping in Ivy dependency definition mapped to private configuration of target module | Szczepan Faber | Resolved | Fixed | 2013-07-16 | 2013-07-18 | |
GRADLE-2840 | TestNG html reports don't contain standard output of the tests | Gradle Forums | Resolved | Won't Fix | 2013-07-16 | 2017-02-10 | |
GRADLE-2841 | Logging from tools like log4j is not captured by TestNG execution | Szczepan Faber | Gradle Forums | Resolved | Fixed | 2013-07-16 | 2015-01-29 |
GRADLE-2842 | gradle.taskGraph.allTasks includes tasks that are not actually scheduled to be executed | Adam Murdoch | Resolved | Fixed | 2013-07-18 | 2013-07-19 | |
GRADLE-2843 | Enclosed JUnit tests are executed and reported twice | Gradle Forums | Resolved | Won't Fix | 2013-07-20 | 2017-02-10 | |
GRADLE-2844 | Tar and untar losing symbolic links | Gradle Forums | Resolved | Duplicate | 2013-07-20 | 2017-02-03 | |
GRADLE-2845 | Setting properties via ORG_GRADLE_PROJECT_ environment variables is impossible for names with `.` in them. | Gradle Forums | Resolved | Won't Fix | 2013-07-21 | 2017-02-10 | |
GRADLE-2846 | 1.7-rc-1 fails to read classfile for test when using Java 8.0-ea-b99 | Gradle Forums | Resolved | Won't Fix | 2013-07-22 | 2017-02-10 | |
GRADLE-2847 | Make it easy to publish ivy descriptor with an "archives" or "master" configuration? | Gradle Forums | Resolved | Won't Fix | 2013-07-24 | 2017-02-10 | |
GRADLE-2848 | Ability to specify TestNG parameters via build config | Gradle Forums | Resolved | Won't Fix | 2013-07-26 | 2017-02-10 | |
GRADLE-2849 | ExecAction and JavaExecAction should not be extensible | Adam Murdoch | Resolved | Fixed | 2013-07-29 | 2013-08-02 | |
GRADLE-2850 | Deal with the case where the class defines both a `get` method and an `is` method | Adam Murdoch | Resolved | Won't Fix | 2013-07-29 | 2017-02-10 | |
GRADLE-2853 | How do I create a concrete instance of FileReference? | Gradle Forums | Resolved | Won't Fix | 2013-07-29 | 2017-02-10 | |
GRADLE-2854 | Jacoco Check | Benjamin Muschko | Gradle Forums | Resolved | Duplicate | 2013-07-30 | 2017-01-16 |
GRADLE-2855 | How to replace scalaTools configuration? | Gradle Forums | Resolved | Won't Fix | 2013-08-01 | 2017-02-10 | |
GRADLE-2856 | Input/Output annotations not respected on Java fields | Gradle Forums | Resolved | Won't Fix | 2013-08-02 | 2017-02-10 | |
GRADLE-2857 | Add table of contents to each multi-page documentation page, including examples | Gradle Forums | Resolved | Won't Fix | 2013-08-02 | 2017-02-10 | |
GRADLE-2858 | codenarcMain appears to hang when I try to build Gradle | Gradle Forums | Resolved | Won't Fix | 2013-08-02 | 2017-02-10 | |
GRADLE-2859 | JaCoCo agent path problem with multi-module project | Gradle Forums | Resolved | Won't Fix | 2013-08-02 | 2017-02-10 | |
GRADLE-2860 | Test processes have -Duser.dir sys prop from build process | Luke Daley | Resolved | Won't Fix | 2013-08-02 | 2017-02-10 | |
GRADLE-2861 | Could not resolve org.apache.hbase:hbase-client:0.95.1-hadoop1 | Benjamin Muschko | Gradle Forums | Resolved | Fixed | 2013-08-05 | 2013-09-12 |
GRADLE-2862 | Cannot run multiple builds concurrently on a machine whose hostname cannot be resolved to an ip address | Adam Murdoch | Resolved | Fixed | 2013-08-06 | 2013-08-06 | |
GRADLE-2863 | Private method calls of DSL enhanced objects may not work correctly | Luke Daley | Resolved | Fixed | 2013-08-08 | 2013-11-24 | |
GRADLE-2864 | Maven `latest.` resolution doesn't work correctly if highest published module version is a snapshot | Peter Niederwieser | Resolved | Won't Fix | 2013-08-08 | 2017-02-10 | |
GRADLE-2865 | How to execute a single test method in both JUnit and TestNG? | Gradle Forums | Resolved | Fixed | 2013-08-12 | 2014-05-28 | |
GRADLE-2866 | Ivy configuration mapping *->@ is replaced with *->* when loaded from cache | Adam Murdoch | Resolved | Fixed | 2013-08-12 | 2014-02-25 | |
GRADLE-2867 | Copy task extremely slow | Gradle Forums | Resolved | Won't Fix | 2013-08-13 | 2017-02-10 | |
GRADLE-2868 | Incremental compilation doesn't work for inputs of type java.util.regex.Pattern | Gradle Forums | Resolved | Won't Fix | 2013-08-14 | 2017-02-10 | |
GRADLE-2869 | Maven plugin fails to resolve `${user.home}` in settings.xml, hence gets local Maven repo location wrong on `install` | Gradle Forums | Resolved | Won't Fix | 2013-08-14 | 2017-02-10 | |
GRADLE-2870 | Is "storage" a reserved word | Gradle Forums | Resolved | Won't Fix | 2013-08-15 | 2017-02-10 | |
GRADLE-2871 | Gradle 1.7 build fails because of java.net.BindException: Permission denied | Luke Daley | Gradle Forums | Resolved | Fixed | 2013-08-15 | 2014-08-27 |
GRADLE-2872 | Conversion from Maven can't handle a variable in a system path. | René Gröschke | Gradle Forums | Resolved | Fixed | 2013-08-15 | 2013-10-23 |
GRADLE-2873 | configuration.setExtendsFrom() may not clear all previous targets | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2013-08-21 | 2013-09-02 |
GRADLE-2874 | silently ignores attempt to define a duplicate publication | Adam Murdoch | Resolved | Won't Fix | 2013-08-27 | 2017-02-10 | |
GRADLE-2875 | Gradle profiler should provide summary of totals for each task by type | Gradle Forums | Resolved | Won't Fix | 2013-09-02 | 2017-02-10 | |
GRADLE-2876 | Task "projectReport" fails with plugin "checkstyle" | Gradle Forums | Resolved | Fixed | 2013-09-04 | 2016-12-07 | |
GRADLE-2877 | Gradle upload caught by nexus mirror attempts to upload to public groups instead of snapshot | Gradle Forums | Resolved | Won't Fix | 2013-09-04 | 2017-02-10 | |
GRADLE-2878 | Maven2Gradle Converter should handle system scope better | René Gröschke | Resolved | Fixed | 2013-09-05 | 2013-09-08 | |
GRADLE-2879 | SkipEmptySourceFilesTaskExecuter skips valid tasks for some CopySpecs. | Gradle Forums | Resolved | Won't Fix | 2013-09-05 | 2017-02-10 | |
GRADLE-2880 | Groovy console | Gradle Forums | Resolved | Won't Fix | 2013-09-08 | 2017-01-24 | |
GRADLE-2881 | Exception thrown by failing unit tests but build marked as successful | Gradle Forums | Resolved | Won't Fix | 2013-09-08 | 2017-02-10 | |
GRADLE-2882 | Maven2Gradle Converter does not handle environment properties in pom files | René Gröschke | Resolved | Won't Fix | 2013-09-10 | 2017-02-10 | |
GRADLE-2883 | Dependency resolution fails when there are multiple conflicting dependencies on a module and one fails to select a version | Adam Murdoch | Resolved | Won't Fix | 2013-09-10 | 2017-02-10 | |
GRADLE-2884 | Duplicate files in the Gradle 'all' distribution | Benjamin Muschko | Adam Murdoch | Resolved | Fixed | 2013-09-10 | 2013-09-15 |
GRADLE-2885 | transitive dependency not resolved | Gradle Forums | Resolved | Won't Fix | 2013-09-12 | 2017-02-10 | |
GRADLE-2886 | The war plugin in 1.7 now places WEB-INF ahead of META-INF, causing issues with OSGi containers | Benjamin Muschko | Gradle Forums | Resolved | Fixed | 2013-09-12 | 2013-10-28 |
GRADLE-2887 | Handle case where jar is not available in repository due to licensing constraints | Gradle Forums | Resolved | Won't Fix | 2013-09-15 | 2017-02-10 | |
GRADLE-2888 | Fail build on Checkstyle Warning Violation | Gradle Forums | Resolved | Duplicate | 2013-09-16 | 2016-11-17 | |
GRADLE-2889 | detached configuration contains results of different detached configuration | Gradle Forums | Resolved | Won't Fix | 2013-09-16 | 2017-02-10 | |
GRADLE-2890 | [Gradle 1.8-rc-1] Broken Eclipse integration (Gradle IDE) | Gradle Forums | Resolved | Fixed | 2013-09-16 | 2013-09-19 | |
GRADLE-2891 | Crash when copying files to build.gradle directory. | Gradle Forums | Resolved | Won't Fix | 2013-09-18 | 2017-02-10 | |
GRADLE-2892 | Delete task type should support deleting symlinks | Pepper Lebeck-Jobe | Benjamin Muschko | Resolved | Fixed | 2013-09-20 | 2016-03-02 |
GRADLE-2893 | Chapter 1 of gradle userguide at the end | Gradle Forums | Resolved | Won't Fix | 2013-09-21 | 2017-02-10 | |
GRADLE-2894 | 'resource' method on WtpComponent overwrites default wb-resource instead of adding | Gradle Forums | Resolved | Fixed | 2013-09-22 | 2015-03-10 | |
GRADLE-2895 | Provide support for "per unit test coverage" reports in sonarqube | Gradle Forums | Resolved | Won't Fix | 2013-09-24 | 2017-02-10 | |
GRADLE-2896 | Gradle hangs in project.exec when environment contains key as a GString | Gradle Forums | Resolved | Won't Fix | 2013-09-25 | 2017-02-10 | |
GRADLE-2897 | Eclipse not handling absolute URL file in gradle.build when used to specify dependency. | Gradle Forums | Resolved | Won't Fix | 2013-09-25 | 2017-02-10 | |
GRADLE-2898 | Copy task fails, erroneously claiming it is UP-TO-DATE with Gradle 1.8 | Gradle Forums | Resolved | Won't Fix | 2013-09-25 | 2017-02-10 | |
GRADLE-2899 | Configuration-specific project dependencies not working with anonymous artifacts | Szczepan Faber | Gradle Forums | Resolved | Fixed | 2013-09-26 | 2013-10-07 |
GRADLE-2900 | FileTree.matching() may return unmatched files | Benjamin Muschko | Gradle Forums | Resolved | Fixed | 2013-09-27 | 2013-10-06 |
GRADLE-2901 | Obtaining runtime classpath with conflict resolution via tooling api | Gradle Forums | Resolved | Won't Fix | 2013-09-27 | 2017-02-10 | |
GRADLE-2902 | Possible stack overflow during file copy in Gradle 1.8 | Luke Daley | Gradle Forums | Resolved | Fixed | 2013-09-29 | 2013-10-08 |
GRADLE-2903 | ComponentMetadataDetails from items in a resolved configuration | Peter Niederwieser | Gradle Forums | Resolved | Fixed | 2013-09-30 | 2014-02-16 |
GRADLE-2904 | Build fails with: "Corrupted IndexBlock 619" | Gradle Forums | Resolved | Duplicate | 2013-09-30 | 2013-09-30 | |
GRADLE-2905 | Build fails with: "Corrupted IndexBlock 619" | Gradle Forums | Resolved | Won't Fix | 2013-09-30 | 2017-02-10 | |
GRADLE-2906 | Change to CopySpec#eachFile(Closure) behaviour in gradle 1.8 | Benjamin Muschko | Gradle Forums | Resolved | Fixed | 2013-09-30 | 2013-10-06 |
GRADLE-2907 | "Failed to validate POM for project" in uploading artifacts task | Gradle Forums | Resolved | Won't Fix | 2013-09-30 | 2017-02-10 | |
GRADLE-2908 | ResolvedArtifactFactory appears to retain references to Ivy's Artifact structure. | Gradle Forums | Resolved | Won't Fix | 2013-09-30 | 2017-02-10 | |
GRADLE-2909 | Project dependencies have changed since 1.4 for providedCompile project('path' : ':project', 'configuration' : 'tomcatOnly') | Gradle Forums | Resolved | Won't Fix | 2013-10-01 | 2017-02-10 | |
GRADLE-2910 | Uploading to an ivy repository via SSH has been deprecated in Gradle 1.8 | Gradle Forums | Resolved | Fixed | 2013-10-02 | 2015-04-01 | |
GRADLE-2911 | Attaching source information to dependencies (eg: for use in the Eclipse plugin) | Gradle Forums | Resolved | Won't Fix | 2013-10-02 | 2017-02-10 | |
GRADLE-2912 | Upgrading Gradle versions gives "loader constraint violation" errors | Gradle Forums | Resolved | Cannot Reproduce | 2013-10-03 | 2017-02-02 | |
GRADLE-2913 | Running a java compilation in forked mode on Windows 8 hangs. | Gradle Forums | Resolved | Won't Fix | 2013-10-03 | 2017-02-10 | |
GRADLE-2914 | thirdparty plugins in settings.gradle cannot be applied by id | Gradle Forums | Resolved | Won't Fix | 2013-10-04 | 2017-02-10 | |
GRADLE-2915 | Standalone test report fails if no data | Gradle Forums | Resolved | Fixed | 2013-10-04 | 2013-11-07 | |
GRADLE-2916 | How do I place the POM generated from the maven-publish plugin inside the jar? | Gradle Forums | Resolved | Won't Fix | 2013-10-04 | 2017-02-01 | |
GRADLE-2917 | jacoco plugin may cause "can't change resolved configuration" | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2013-10-07 | 2013-11-19 |
GRADLE-2918 | Gradle 1.9 does not consider dependency management elements from imported pom | Benjamin Muschko | Gradle Forums | Resolved | Fixed | 2013-10-08 | 2013-10-16 |
GRADLE-2919 | Cannot publish to webdav repositories using the 'maven-publish' plugin | Gradle Forums | Resolved | Won't Fix | 2013-10-09 | 2017-02-10 | |
GRADLE-2920 | Unable to resolve configuration with dependency to later version of current project | Gradle Forums | Resolved | Fixed | 2013-10-10 | 2016-05-18 | |
GRADLE-2921 | Adding dependencies to extended configuration does not error if extending configuration has already been resolved | Szczepan Faber | Gradle Forums | Resolved | Fixed | 2013-10-14 | 2014-08-28 |
GRADLE-2922 | Test report generated by the test report task contains incorrect stdout and stderr for some tests | Adam Murdoch | Resolved | Fixed | 2013-10-16 | 2013-10-16 | |
GRADLE-2923 | Files with identical names in C/C++ source tree are silently excluded from compilation. | René Gröschke | Gradle Forums | Resolved | Fixed | 2013-10-16 | 2014-03-13 |
GRADLE-2924 | Shared libraries without soname are linked into executable with absolute path | Daz DeBoer | Resolved | Won't Fix | 2013-10-22 | 2017-02-10 | |
GRADLE-2925 | Headers for source set added to NativeBinary are not available for compilation | Daz DeBoer | Resolved | Fixed | 2013-10-22 | 2013-11-22 | |
GRADLE-2926 | Generation of application.xml broken in ear task of Gradle 1.8 | Benjamin Muschko | Gradle Forums | Resolved | Fixed | 2013-10-22 | 2013-10-22 |
GRADLE-2927 | Signing plugin unable to find subkey | Gradle Forums | Resolved | Won't Fix | 2013-10-22 | 2017-02-10 | |
GRADLE-2928 | Gradle does not handle repositories where directory listings are XML | Gradle Forums | Resolved | Won't Fix | 2013-10-22 | 2017-02-10 | |
GRADLE-2929 | Allow init scripts to apply plugins to Settings objects | Gradle Forums | Resolved | Won't Fix | 2013-10-23 | 2017-02-10 | |
GRADLE-2931 | Dependencies declared in a POM with the same groupId and artifactId but different type or classifier are treated as duplicates | Benjamin Muschko | Benjamin Muschko | Resolved | Fixed | 2013-10-23 | 2013-10-24 |
GRADLE-2932 | Using Gradle 1.9-rc-1 after using 1.9 nightly produces error: "Unexpected lock protocol found in lock file" | Adam Murdoch | Luke Daley | Resolved | Fixed | 2013-10-23 | 2013-10-23 |
GRADLE-2933 | Use case for custom ivy resolvers (marked as deprecated for 2.x) | Gradle Forums | Resolved | Duplicate | 2013-10-24 | 2013-11-10 | |
GRADLE-2934 | Use case for custom ivy resolvers (marked as deprecated for 2.x) | Gradle Forums | Resolved | Won't Fix | 2013-10-24 | 2017-02-10 | |
GRADLE-2935 | Ability to supress check consistency with bundled ivy reolution | Gradle Forums | Resolved | Won't Fix | 2013-10-24 | 2017-02-10 | |
GRADLE-2936 | Gradle considers tasks up-to-date even if implementation of the task's type has changed | Lóránt Pintér | Gradle Forums | Resolved | Fixed | 2013-10-27 | 2017-01-25 |
GRADLE-2937 | Named pipes in output file directories are treated as directories | Luke Daley | Resolved | Won't Fix | 2013-10-28 | 2017-02-10 | |
GRADLE-2938 | Dependency management element fails to provide dependency element version if type attribute is not defined for one of them | Benjamin Muschko | Benjamin Muschko | Resolved | Fixed | 2013-10-28 | 2013-11-06 |
GRADLE-2939 | Gradle daemon hangs after multiple runs | Gradle Forums | Resolved | Won't Fix | 2013-10-29 | 2017-02-10 | |
GRADLE-2940 | [1.9-rc-2] tasks.remove failure | René Gröschke | Gradle Forums | Resolved | Fixed | 2013-10-30 | 2013-11-10 |
GRADLE-2941 | Start gradle.bat from an UNC path in windows | Gradle Forums | Resolved | Won't Fix | 2013-10-31 | 2017-02-10 | |
GRADLE-2942 | memory configuration based on local resources | Szczepan Faber | Resolved | Won't Fix | 2013-10-31 | 2017-02-10 | |
GRADLE-2943 | Incorrect quoting of linker arguments with spaces, single and double quotes | Daz DeBoer | Gradle Forums | Resolved | Fixed | 2013-11-01 | 2014-02-24 |
GRADLE-2944 | Gradle can't handle broken symlinks as task output | Luke Daley | Resolved | Won't Fix | 2013-11-01 | 2017-02-10 | |
GRADLE-2945 | maven-publish plugin does not add excludes to generated pom | Gradle Forums | Resolved | Fixed | 2013-11-01 | 2014-07-03 | |
GRADLE-2946 | resolve error when ivy.xml is incorrect due to unnamespaced elements | Szczepan Faber | Resolved | Won't Fix | 2013-11-04 | 2013-11-10 | |
GRADLE-2947 | Attribute ' archiveName" of dependent-module nodes in wtp component descriptor not generated | René Gröschke | Resolved | Won't Fix | 2013-11-05 | 2017-02-10 | |
GRADLE-2948 | How can I force caching of dependencies from a file-based repo? | Gradle Forums | Resolved | Won't Fix | 2013-11-06 | 2017-02-10 | |
GRADLE-2949 | FinalizedBy vs DependsOn, difference in "gradle tasks" output | Gradle Forums | Resolved | Won't Fix | 2013-11-06 | 2017-01-24 | |
GRADLE-2950 | Include incremental build info in the profile report | Gradle Forums | Resolved | Won't Fix | 2013-11-07 | 2017-02-10 | |
GRADLE-2951 | running gradle init on huge Multimodule maven builds can creates invalid settings.gradle | René Gröschke | René Gröschke | Resolved | Fixed | 2013-11-10 | 2013-11-10 |
GRADLE-2952 | TestNG execution misses hierarchical tests that don't have any test methods | Szczepan Faber | Resolved | Won't Fix | 2013-11-12 | 2017-02-10 | |
GRADLE-2953 | Tasks cannot be removed in after evaluate hook | Luke Daley | Gradle Forums | Resolved | Fixed | 2013-11-18 | 2013-11-18 |
GRADLE-2954 | gradle jacoco plugin shows excluded packages with 0% coverage | Gradle Forums | Resolved | Duplicate | 2013-11-18 | 2014-02-24 | |
GRADLE-2955 | gradle jacoco plugin shows excluded packages with 0% coverage | Gradle Forums | Resolved | Fixed | 2013-11-18 | 2017-01-16 | |
GRADLE-2956 | native/jna dir creation does not honor {-g, --gradle-user-home} command line option | Gradle Forums | Resolved | Fixed | 2013-11-19 | 2014-04-20 | |
GRADLE-2957 | finalizedBy may cause IndexOutOfBundsException | Marcin Erdmann | Szczepan Faber | Resolved | Fixed | 2013-11-19 | 2014-10-03 |
GRADLE-2958 | ziptrees merging issue when one zip has file and the other dir with the same path | Szczepan Faber | Resolved | Won't Fix | 2013-11-19 | 2017-02-10 | |
GRADLE-2959 | zipTree unable to overwrite temporary read-only files | Lari Hotari | Gradle Forums | Resolved | Fixed | 2013-11-20 | 2016-08-29 |
GRADLE-2960 | JacocoReport tasks don't have dependencies on tasks that produce coverage data | Szczepan Faber | Gradle Forums | Resolved | Won't Fix | 2013-11-20 | 2014-05-09 |
GRADLE-2961 | Dynamic version ranges broken (or at least, different) in Gradle 1.9 | Gradle Forums | Resolved | Won't Fix | 2013-11-25 | 2017-01-24 | |
GRADLE-2962 | Test execution failure when duplicate Guava classes on test classpath | Luke Daley | Gradle Forums | Resolved | Fixed | 2013-11-26 | 2014-03-25 |
GRADLE-2963 | "org.apache.commons.io.FileUtils" class is available for compile, but isn't available in runtime | Gradle Forums | Resolved | Fixed | 2013-11-26 | 2017-01-27 | |
GRADLE-2964 | When Gradle makes very large JAR files, they're corrupt | Luke Daley | Gradle Forums | Resolved | Fixed | 2013-11-26 | 2014-03-03 |
GRADLE-2965 | build breaks when task command line option contains ':' and configure on demand is on | Szczepan Faber | Resolved | Fixed | 2013-11-26 | 2014-10-05 | |
GRADLE-2966 | Publishing is not yet able to resolve a dependency on a project with multiple different publications | Gradle Forums | Resolved | Duplicate | 2013-11-26 | 2016-12-23 | |
GRADLE-2967 | Task artifact cache file locking issue when using Asciidoctor plugin on windows | Gradle Forums | Resolved | Won't Fix | 2013-11-27 | 2017-02-10 | |
GRADLE-2968 | Gradle 1.9 cannot access artifactory repository that is protected by Basic Authentication | Gradle Forums | Resolved | Duplicate | 2013-11-28 | 2016-06-06 | |
GRADLE-2969 | Unobvious NPE thrown when using null as a dependency notation | Luke Daley | Gradle Forums | Resolved | Fixed | 2013-11-28 | 2013-11-28 |
GRADLE-2970 | Define range of port used to create Can we define range of ports that should be used by gradlewhile using ephemeral ports? | Gradle Forums | Resolved | Won't Fix | 2013-11-29 | 2017-02-10 | |
GRADLE-2971 | idea task fails with unable to find scala library | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2013-12-04 | 2014-02-04 |
GRADLE-2972 | "--tests" doesn't work from the Tooling API | Szczepan Faber | Benjamin Muschko | Resolved | Not A Bug | 2013-12-05 | 2014-02-15 |
GRADLE-2973 | Incremental compile cache remains locked when C++ compile fails with --daemon --parallel | Daz DeBoer | Daz DeBoer | Resolved | Fixed | 2013-12-08 | 2013-12-09 |
GRADLE-2974 | --exclude-task does not work with multiple dependent tasks. | Luke Daley | Gradle Forums | Resolved | Fixed | 2013-12-09 | 2014-02-25 |
GRADLE-2975 | IDEA plugin produces invalid .iml file WRT source sets for IDEA 13 | Gradle Forums | Resolved | Won't Fix | 2013-12-09 | 2017-02-10 | |
GRADLE-2976 | Show count of skipped tests on html test report front page | Perryn Fowler | Gradle Forums | Resolved | Fixed | 2013-12-09 | 2014-01-01 |
GRADLE-2977 | UncheckedIOException when C++ header file is renamed | Daz DeBoer | Daz DeBoer | Resolved | Fixed | 2013-12-12 | 2013-12-12 |
GRADLE-2978 | Groovy 'indy' version is not reported when the 'dependencies' help task is run. | Gradle Forums | Resolved | Won't Fix | 2013-12-18 | 2017-02-10 | |
GRADLE-2979 | Task for generating HTML dependency report fails | Benjamin Muschko | Gradle Forums | Resolved | Fixed | 2013-12-19 | 2013-12-19 |
GRADLE-2980 | publishToMavenLocal does not respect custom maven local home since 1.9 | Luke Daley | Gradle Forums | Resolved | Won't Fix | 2013-12-23 | 2017-02-10 |
GRADLE-2981 | NullPointerException when accessing property of Extensions super class | Gradle Forums | Resolved | Won't Fix | 2013-12-30 | 2017-02-10 | |
GRADLE-2982 | POM dependency management declarations with import scope shouldn't be overwritten by declaration of element group/artifactId/version with different scope | Benjamin Muschko | Gradle Forums | Resolved | Fixed | 2014-01-08 | 2014-03-04 |
GRADLE-2983 | finalizer tasks may incur IndexOutOfBoundsException during task graph construction | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2014-01-09 | 2014-09-17 |
GRADLE-2984 | Custom packaging in POM is not respected for entries in maven local repository | Luke Daley | Luke Daley | Resolved | Fixed | 2014-01-10 | 2014-01-10 |
GRADLE-2985 | Using `each` makes include global on `jar` task | Gradle Forums | Resolved | Won't Fix | 2014-01-10 | 2017-02-10 | |
GRADLE-2986 | Using `each` makes include global on `jar` task | Gradle Forums | Resolved | Won't Fix | 2014-01-10 | 2017-02-10 | |
GRADLE-2987 | ivy xml parsing issues related to change of the xml schema to 1.1 | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2014-01-13 | 2014-01-24 |
GRADLE-2988 | Tooling API ignores JVM property -Dgradle.user.home. | Kris De Volder | Resolved | Won't Fix | 2014-01-13 | 2017-02-10 | |
GRADLE-2989 | 'classFolders' of EclipseClasspath model is not respected when using the Gradle plugin for Eclipse | Luke Daley | Resolved | Won't Fix | 2014-01-14 | 2017-02-10 | |
GRADLE-2990 | --tests command line option should report error when no tests match | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2014-01-17 | 2014-01-17 |
GRADLE-2991 | Application plugin's CreateStartScripts assumes all classpath files are present in lib dir | Gradle Forums | Resolved | Won't Fix | 2014-01-20 | 2017-01-24 | |
GRADLE-2992 | Application plugin should reduce risk of producing a script that exceeds Windows command length limit | Gradle Forums | Resolved | Won't Fix | 2014-01-20 | 2017-02-10 | |
GRADLE-2993 | Add an option to pass "-quiet" to Findbugs plugin | Gradle Forums | Resolved | Duplicate | 2014-01-20 | 2017-02-02 | |
GRADLE-2994 | Add additional reports to FindBugs | Gradle Forums | Resolved | Won't Fix | 2014-01-20 | 2017-02-10 | |
GRADLE-2995 | Gradle Exec task hangs when setting the environment property | Gradle Forums | Resolved | Won't Fix | 2014-01-20 | 2017-02-10 | |
GRADLE-2996 | Exec task hangs when an environment variable name contains an '='. | Gradle Forums | Resolved | Won't Fix | 2014-01-20 | 2017-02-10 | |
GRADLE-2997 | zinc compileScala does not work with scala 2.10.3 | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2014-01-20 | 2014-03-26 |
GRADLE-2998 | Test names should be truncated in reporting | Gradle Forums | Resolved | Won't Fix | 2014-01-21 | 2017-02-10 | |
GRADLE-2999 | Cannot use maven-publish to publish multiple artifacts without a classifier | Gradle Forums | Resolved | Fixed | 2014-01-21 | 2014-12-11 | |
GRADLE-3000 | logging.captureStandardOutput does not capture all stdout when running in parallel | Gradle Forums | Resolved | Won't Fix | 2014-01-21 | 2017-02-06 | |
GRADLE-3001 | applying jacoco plugin may lead to test failures | Szczepan Faber | Resolved | Won't Fix | 2014-01-22 | 2017-02-10 | |
GRADLE-3002 | File locking issues when copy to the rootProject's directory (Windows) | Gradle Forums | Resolved | Won't Fix | 2014-01-23 | 2017-02-03 | |
GRADLE-3003 | Single use daemons do not immediately die on FreeBSD | Gradle Forums | Resolved | Won't Fix | 2014-01-23 | 2017-02-10 | |
GRADLE-3004 | uploadArchives creates incorrect pom.xml on jdk8 ? | Gradle Forums | Resolved | Won't Fix | 2014-01-23 | 2017-02-10 | |
GRADLE-3005 | SonarRunner doesn't report tests to SonarQube instances using Java Ecosystem 1.5+ | Gradle Forums | Resolved | Fixed | 2014-01-23 | 2016-09-14 | |
GRADLE-3006 | "--tests" does not support test names with spaces | Szczepan Faber | Szczepan Faber | Resolved | Cannot Reproduce | 2014-01-24 | 2014-01-24 |
GRADLE-3007 | Gradle could not resolve dependency with multiple versions declared in pom.xml | Gradle Forums | Resolved | Won't Fix | 2014-01-24 | 2017-02-10 | |
GRADLE-3008 | Wrapper install mechanism should recover from faulty/partial downloads | Gradle Forums | Resolved | Won't Fix | 2014-01-25 | 2017-02-10 | |
GRADLE-3009 | File handle leaks when using AntBuilder (daemon) | Luke Daley | Luke Daley | Resolved | Fixed | 2014-01-29 | 2014-02-18 |
GRADLE-3010 | UnsatisfiedLinkError in NativeServices.createSystemInfo on OSX Snow Leopard | Daz DeBoer | Resolved | Fixed | 2014-01-29 | 2014-01-30 | |
GRADLE-3011 | Gradle could not parse POM for com/rackspace/papi/commons/utilities/2.3.6/utilities-2.3.6.pom | Gradle Forums | Resolved | Fixed | 2014-01-30 | 2014-08-28 | |
GRADLE-3012 | Ear Plugin's ear task generating ear file with compiled classes when java plugin is applied (plain classes/resources instead of the jar) | Gradle Forums | Resolved | Won't Fix | 2014-01-31 | 2017-02-10 | |
GRADLE-3013 | Avoid throwing an exception if encountering Ivy mediators | Benjamin Muschko | Gradle Forums | Resolved | Fixed | 2014-02-03 | 2014-02-03 |
GRADLE-3014 | NPE when declared artifact uses file without extension | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2014-02-04 | 2014-03-05 |
GRADLE-3015 | Incorrect artifact file resolved from cache for buildscript classpath | Gradle Forums | Resolved | Won't Fix | 2014-02-04 | 2017-02-10 | |
GRADLE-3016 | Incorrect Dependency Resolution on binary artifact - Gradle forcing project dependency? | Gradle Forums | Resolved | Won't Fix | 2014-02-06 | 2017-02-10 | |
GRADLE-3017 | Internal Ivy Dependency descriptor is not updated when dependencies have changed | Gradle Forums | Resolved | Won't Fix | 2014-02-07 | 2017-02-10 | |
GRADLE-3018 | The same enum values as task inputs are considered different | Michael Barnathan | Gradle Forums | Resolved | Fixed | 2014-02-10 | 2016-08-08 |
GRADLE-3019 | Gradle 1.10 cannot resolve org.jboss.arquillian.container:arquillian-weld-se-embedded-1.1:1.0.0.CR7 | Gradle Forums | Resolved | Fixed | 2014-02-11 | 2014-04-06 | |
GRADLE-3020 | Using TestNGOptions.suites may yield GradleScriptException | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2014-02-12 | 2014-02-17 |
GRADLE-3021 | 'latest.release' version results with improper POM for uploadArchives task | René Gröschke | Gradle Forums | Resolved | Fixed | 2014-02-12 | 2015-01-13 |
GRADLE-3022 | filesMatching matches destination path instead of source path | Gradle Forums | Resolved | Fixed | 2014-02-12 | 2014-08-28 | |
GRADLE-3023 | Scala plugin does not work in Java 8 RC | Gradle Forums | Resolved | Duplicate | 2014-02-13 | 2014-06-04 | |
GRADLE-3024 | Does Gradle support like Maven range for version with inclusion/exclusion and others? | Gradle Forums | Resolved | Won't Fix | 2014-02-14 | 2017-01-24 | |
GRADLE-3025 | How can I expand only a particular subdirectory of a zip(Tree)? | Gradle Forums | Resolved | Duplicate | 2014-02-14 | 2017-01-05 | |
GRADLE-3026 | --tests command line option is not available using Tooling API | Gradle Forums | Resolved | Won't Fix | 2014-02-17 | 2017-02-10 | |
GRADLE-3027 | Gradle may hang due to synchronization issue inside ivy's code related to WeakHashMap cache | Szczepan Faber | Resolved | Fixed | 2014-02-17 | 2015-11-25 | |
GRADLE-3028 | Not assigning a destination to an enabled Report produces an NPE | Luke Daley | Resolved | Won't Fix | 2014-02-18 | 2017-02-10 | |
GRADLE-3029 | Jdk6JavaCompiler.findCompiler() causes concurrency issues by setting "java.home" system property | Gradle Forums | Resolved | Fixed | 2014-02-18 | 2015-12-10 | |
GRADLE-3030 | Classifier missing in generated pom.xml based on project dependencies | Pepper Lebeck-Jobe | Gradle Forums | Resolved | Fixed | 2014-02-21 | 2016-04-26 |
GRADLE-3031 | Regression in task dependency graph in 1.7+ that breaks -x flag. | Luke Daley | Gradle Forums | Resolved | Fixed | 2014-02-24 | 2014-02-25 |
GRADLE-3032 | Directory pattern **/* doesn't work in Gradle 1.11 | Adam Murdoch | Gradle Forums | Resolved | Fixed | 2014-02-24 | 2014-03-05 |
GRADLE-3033 | Cannot use dependencyInsight report when resolution fails on a dependency version conflict | Gradle Forums | Resolved | Won't Fix | 2014-02-25 | 2017-02-10 | |
GRADLE-3034 | UnsatisfiedLinkError starting Gradle 1.11 on windows7 amd64 | Gradle Forums | Resolved | Won't Fix | 2014-02-25 | 2017-02-10 | |
GRADLE-3035 | Confusing error messages regarding the configuration name when there is a version conflict | Gradle Forums | Resolved | Won't Fix | 2014-02-25 | 2017-02-10 | |
GRADLE-3036 | certain resolve exceptions may be lost during the resolution | Szczepan Faber | Resolved | Won't Fix | 2014-03-04 | 2017-02-10 | |
GRADLE-3037 | gradle >= 1.8: copy task fails when source file contains colon | Gradle Forums | Resolved | Duplicate | 2014-03-04 | 2016-11-17 | |
GRADLE-3038 | The "ant.properties" map incorrectly acquires a "size" entry after inserting any property. | Gradle Forums | Resolved | Won't Fix | 2014-03-04 | 2017-02-10 | |
GRADLE-3039 | Init-script specified at command (-I/--init-script) should be executed last, so command line trumps default. | Gradle Forums | Resolved | Won't Fix | 2014-03-04 | 2017-02-10 | |
GRADLE-3040 | Adding a custom artifact file without an extension and without 'ext' property causes internal NPE | Luke Daley | Gradle Forums | Resolved | Duplicate | 2014-03-05 | 2014-03-26 |
GRADLE-3041 | Request is issued for jar artifact when Maven dependency has packaging of type POM | Luke Daley | Resolved | Fixed | 2014-03-05 | 2014-04-06 | |
GRADLE-3042 | GCC and Clang tool chains expects all language compilers to be available even when they are not all required | Adam Murdoch | Resolved | Fixed | 2014-03-08 | 2014-04-15 | |
GRADLE-3043 | Tasks with public fields can't be annotated with @InputFile/@OutputFile/... | Gradle Forums | Resolved | Won't Fix | 2014-03-12 | 2017-01-24 | |
GRADLE-3044 | Compilation fails if the archive name is changed | Gradle Forums | Resolved | Won't Fix | 2014-03-12 | 2017-02-10 | |
GRADLE-3045 | Gradle does not consider Maven profiles that are active when a property is not defined | Benjamin Muschko | Gradle Forums | Resolved | Fixed | 2014-03-13 | 2014-04-18 |
GRADLE-3046 | NoClassDefFoundError on a JavaFX class in compileGroovy task on Java 8 | Daz DeBoer | Gradle Forums | Resolved | Fixed | 2014-03-13 | 2015-07-15 |
GRADLE-3047 | Process execution hangs on Windows if children processes are still alive | Gradle Forums | Resolved | Won't Fix | 2014-03-17 | 2017-02-10 | |
GRADLE-3048 | Gradle fails attempting to resolve jar for parent POM | Gradle Forums | Resolved | Fixed | 2014-03-18 | 2014-03-18 | |
GRADLE-3049 | Resolution of maven module with packaging='pom' fails with private Artifactory repository | Daz DeBoer | Resolved | Won't Fix | 2014-03-18 | 2017-02-10 | |
GRADLE-3050 | No Scala bytecode produced when building mixed Scala/Java project with clashing filenames | Gradle Forums | Resolved | Won't Fix | 2014-03-18 | 2017-02-10 | |
GRADLE-3051 | How to specify multiple input directories in a task? | Gradle Forums | Resolved | Won't Fix | 2014-03-19 | 2017-02-10 | |
GRADLE-3052 | Use of GradleBuild task and GradleLauncher can cause 'IllegalStateException: Operation stack is empty' | Luke Daley | Gradle Forums | Resolved | Fixed | 2014-03-25 | 2014-03-26 |
GRADLE-3053 | Setting testLogging.showStandardStreams property always results in "true" | Gradle Forums | Resolved | Won't Fix | 2014-03-26 | 2017-02-10 | |
GRADLE-3054 | log level command line options may be ignored when short options are combined | Szczepan Faber | Resolved | Won't Fix | 2014-03-27 | 2017-02-10 | |
GRADLE-3055 | C native binaries are linked to C++ runtime. | Gradle Forums | Resolved | Won't Fix | 2014-03-30 | 2017-02-10 | |
GRADLE-3056 | Gradle fails to start when running on linux with the gcj jvm | Gradle Forums | Resolved | Won't Fix | 2014-03-31 | 2017-02-10 | |
GRADLE-3057 | Ability to specify a CompilerConfiguration instance for GroovyCompile task? | Gradle Forums | Resolved | Fixed | 2014-03-31 | 2014-08-05 | |
GRADLE-3058 | Superfluous HTTP requests resolving dynamic version across multiple repositories | Daz DeBoer | Resolved | Won't Fix | 2014-03-31 | 2017-02-10 | |
GRADLE-3059 | Many code examples in Gradle User Guide PDF are truncated on right side. | Gradle Forums | Resolved | Duplicate | 2014-04-01 | 2017-01-19 | |
GRADLE-3060 | Cannot resolve artifacts from an ivy repository using ivy extra attributes | Daz DeBoer | Resolved | Won't Fix | 2014-04-02 | 2017-02-10 | |
GRADLE-3061 | Exclude on direct dependency not honored if the dependency is also a transitive dependency | Peter Niederwieser | Resolved | Not A Bug | 2014-04-02 | 2014-04-29 | |
GRADLE-3062 | Update Sonar Runner to 2.3 | Luke Daley | Peter Niederwieser | Resolved | Fixed | 2014-04-04 | 2015-01-05 |
GRADLE-3063 | Unexpected C/C++ private header handling behavior | Gradle Forums | Resolved | Won't Fix | 2014-04-07 | 2017-02-10 | |
GRADLE-3064 | gradle-1-11 eclipse plugin not generating the project dependencies correctly | Gradle Forums | Resolved | Won't Fix | 2014-04-08 | 2017-02-10 | |
GRADLE-3065 | Syntactically incorrect task declaration is silently ignored | Peter Niederwieser | Resolved | Won't Fix | 2014-04-11 | 2017-02-10 | |
GRADLE-3066 | Sync task does not clean output directory when all input files removed | Adam Murdoch | Resolved | Won't Fix | 2014-04-14 | 2017-02-10 | |
GRADLE-3067 | buildNeeded and buildDependents problems with configure-on-demand | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2014-04-16 | 2014-05-16 |
GRADLE-3068 | Can't call evaluate() on Project instances returned from ProjectBuilder with gradle-1.12-rc-1 | Radim Kubacki | Gradle Forums | Resolved | Fixed | 2014-04-17 | 2014-04-21 |
GRADLE-3069 | Gradle 1.12-rc-1 Script Plugin classpath issues | Luke Daley | Gradle Forums | Resolved | Fixed | 2014-04-17 | 2014-04-17 |
GRADLE-3070 | dependency resolution fails when http server or proxy returns 200 response with html error page | Adam Murdoch | Resolved | Won't Fix | 2014-04-20 | 2017-02-10 | |
GRADLE-3071 | Remove warning log if SSHD client session throws exception | Benjamin Muschko | Benjamin Muschko | Resolved | Fixed | 2014-04-21 | 2014-04-28 |
GRADLE-3072 | improve the behavior with not-serializable task input properties | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2014-04-22 | 2014-05-16 |
GRADLE-3073 | improve the behavior with not-serializable task input properties | Szczepan Faber | Szczepan Faber | Resolved | Duplicate | 2014-04-22 | 2014-04-22 |
GRADLE-3074 | Gradle fails to parse a org.hornetq:hornetq-native:2.4.0.Final pom | Benjamin Muschko | Gradle Forums | Resolved | Fixed | 2014-04-24 | 2014-07-03 |
GRADLE-3075 | Client Module dependencies breakage in Gradle 1.10 | Gradle Forums | Resolved | Won't Fix | 2014-04-26 | 2017-02-10 | |
GRADLE-3076 | Gradle 1.12-rc-2 fails with UnsatisfiedLinkError on some Linux versions. | Gradle Forums | Resolved | Fixed | 2014-04-26 | 2015-02-12 | |
GRADLE-3077 | gcc toolchain does not detect whether the objective-c compiler is installed | Adam Murdoch | Resolved | Won't Fix | 2014-04-28 | 2017-02-10 | |
GRADLE-3078 | Gradle does not start on linux machines with glibc older than 2.4 | Adam Murdoch | Resolved | Won't Fix | 2014-04-28 | 2017-02-10 | |
GRADLE-3079 | Method in build.gradle not available in imported scripts (regression in 1.12) | Luke Daley | René Gröschke | Resolved | Fixed | 2014-04-29 | 2014-06-03 |
GRADLE-3080 | gradle 1.12 now downloads snapshots when I apply a version range | Gradle Forums | Resolved | Won't Fix | 2014-05-02 | 2017-02-10 | |
GRADLE-3081 | gradle 1.12 tries to resolve custom packaging with .jar extension | Gradle Forums | Resolved | Fixed | 2014-05-05 | 2014-05-15 | |
GRADLE-3082 | "class loader scope is locked" error when building GroovyFX with Gradle 1.12 | Luke Daley | Gradle Forums | Resolved | Fixed | 2014-05-05 | 2014-05-08 |
GRADLE-3083 | Application plugin - Stopping a running application kills the Gradle daemon | Gradle Forums | Resolved | Won't Fix | 2014-05-08 | 2017-02-10 | |
GRADLE-3084 | CreateStartScripts in Application plugin escapes $ whether you want it to or not | Gradle Forums | Resolved | Won't Fix | 2014-05-08 | 2017-02-10 | |
GRADLE-3085 | Using Google Error_prone compiler with Gradle | Gradle Forums | Resolved | Won't Fix | 2014-05-08 | 2017-02-10 | |
GRADLE-3086 | Changing rootProject projectDir from settings.gradle does not work | Luke Daley | Gradle Forums | Resolved | Fixed | 2014-05-11 | 2014-07-15 |
GRADLE-3087 | JAR URL in Ivy repository pattern not possible | Gradle Forums | Resolved | Won't Fix | 2014-05-13 | 2017-02-10 | |
GRADLE-3088 | Up to date check not working when task contains object with equals method checking for class equality | Gradle Forums | Resolved | Won't Fix | 2014-05-14 | 2017-02-10 | |
GRADLE-3089 | 1.12 fails with NullPointerException on missing dependency | Gradle Forums | Resolved | Fixed | 2014-05-14 | 2014-08-05 | |
GRADLE-3090 | Copy actions should provide info logging about what they are doing (e.g. files copied) | Gradle Forums | Resolved | Won't Fix | 2014-05-15 | 2017-02-10 | |
GRADLE-3091 | HTTP dependency resolvers should support preemptive authentication | Mark Vieira | Gradle Forums | Resolved | Fixed | 2014-05-18 | 2015-08-03 |
GRADLE-3092 | ModuleDependency.artifact() not working with 2.0 nightly | Gradle Forums | Resolved | Won't Fix | 2014-05-20 | 2017-02-10 | |
GRADLE-3093 | Enable to setup a simple scala build | Gradle Forums | Resolved | Fixed | 2014-05-27 | 2014-08-05 | |
GRADLE-3094 | Scala plugin doesn't work when Gradle is run with Java 8 | Peter Niederwieser | Gradle Forums | Resolved | Fixed | 2014-05-27 | 2014-06-04 |
GRADLE-3095 | eclipse classpath - project root as srcDir | Gradle Forums | Resolved | Won't Fix | 2014-05-29 | 2017-02-10 | |
GRADLE-3096 | eclipse classpath - project root as srcDir | Gradle Forums | Resolved | Won't Fix | 2014-05-29 | 2017-02-10 | |
GRADLE-3097 | Dynamic dependency resolves to a snapshot instead of the latest release | Gradle Forums | Resolved | Won't Fix | 2014-05-31 | 2017-02-10 | |
GRADLE-3098 | Weird line number reported when there is an unclosed brace syntax error in build.gradle | Gradle Forums | Resolved | Won't Fix | 2014-06-02 | 2017-02-10 | |
GRADLE-3099 | Newline characters are filtered out from JavaDoc -header. | Szczepan Faber | Gradle Forums | Resolved | Fixed | 2014-06-03 | 2014-08-04 |
GRADLE-3100 | eclipse plugin always uses default JRE container rather than the one for appropriate execution environment | Kris De Volder | Resolved | Won't Fix | 2014-06-04 | 2017-02-10 | |
GRADLE-3101 | Changes to IDEA scopes mapping can trigger dependency resolving | Radim Kubacki | Radim Kubacki | Resolved | Won't Fix | 2014-06-06 | 2014-06-23 |
GRADLE-3102 | Performance regression with Java 8 | Radim Kubacki | Resolved | Won't Fix | 2014-06-06 | 2017-01-24 | |
GRADLE-3103 | Nonsensical error message when something goes wrong inside `idea.module.iml` | Peter Niederwieser | Resolved | Won't Fix | 2014-06-10 | 2017-02-10 | |
GRADLE-3104 | Current version of JNA out of date and doesn't support various options | Gradle Forums | Resolved | Fixed | 2014-06-11 | 2016-09-14 | |
GRADLE-3105 | JacocoTestReport not working in 2.0-rc-1 | Gradle Forums | Resolved | Fixed | 2014-06-17 | 2014-06-17 | |
GRADLE-3106 | Timeout waiting to lock artifact cache | Gradle Forums | Resolved | Won't Fix | 2014-06-17 | 2017-02-10 | |
GRADLE-3107 | Gradle re-checks earlier repositories for static version when found in a later repository | Gradle Forums | Resolved | Fixed | 2014-06-19 | 2014-08-05 | |
GRADLE-3108 | `ideaModule` task should translate Gradle resource dirs to IntelliJ resource (rather than source) dirs | Peter Niederwieser | Resolved | Won't Fix | 2014-06-19 | 2017-02-10 | |
GRADLE-3109 | Header included on the first line of a C++ source file is ignored in incremental compilation | Daz DeBoer | Resolved | Fixed | 2014-06-22 | 2014-07-04 | |
GRADLE-3110 | All SelfResolvingDependency's have the same toString() representation | Peter Niederwieser | Resolved | Won't Fix | 2014-06-23 | 2017-02-10 | |
GRADLE-3111 | Copy w/DuplicatesStrategy.EXCLUDE overwrites files | Gradle Forums | Resolved | Won't Fix | 2014-06-23 | 2017-02-10 | |
GRADLE-3112 | Filtered test task does not run tests that use the JUnit parameterized test runner | Pepper Lebeck-Jobe | Gradle Forums | Resolved | Fixed | 2014-06-25 | 2016-02-08 |
GRADLE-3113 | Maven uploading is not updating 'release' information in maven-metadata.xml | Gradle Forums | Resolved | Fixed | 2014-06-26 | 2016-01-14 | |
GRADLE-3114 | JUnit integration unnecessarily eagerly initializes classes | Luke Daley | Gradle Forums | Resolved | Fixed | 2014-06-30 | 2014-08-05 |
GRADLE-3115 | POM exclusions not used for dependencies | Gradle Forums | Resolved | Won't Fix | 2014-07-01 | 2017-02-10 | |
GRADLE-3116 | Groovydoc fails with java.lang.NoClassDefFoundError: groovy/util/AntBuilder when not using groovy-all | René Gröschke | Gradle Forums | Resolved | Fixed | 2014-07-01 | 2014-07-15 |
GRADLE-3117 | Version selector 'x.y.+' should match version 'x.y' | Gradle Forums | Resolved | Won't Fix | 2014-07-02 | 2017-02-10 | |
GRADLE-3118 | Defined dependency artifact not used when resolving a module with no metadata file | Daz DeBoer | Gradle Forums | Resolved | Fixed | 2014-07-02 | 2014-07-07 |
GRADLE-3119 | Dynamic version resolution does not consider the `latest` element of maven-metadata.xml | Gradle Forums | Resolved | Won't Fix | 2014-07-02 | 2017-02-10 | |
GRADLE-3120 | maven-publish doesn't take resolutionStrategy into account | Gradle Forums | Resolved | Won't Fix | 2014-07-02 | 2017-02-10 | |
GRADLE-3121 | Gradle 1.12 on FreeBSD fails with "Cannot accept connection from remote address" | Stefan Wolf | Gradle Forums | Resolved | Fixed | 2014-07-02 | 2016-06-21 |
GRADLE-3122 | Copy spec expand() fails on files bigger than 64K | Gradle Forums | Resolved | Won't Fix | 2014-07-02 | 2017-01-24 | |
GRADLE-3123 | Gradle incorrectly sets the Eclipse compiler compliance. | Radim Kubacki | Gradle Forums | Resolved | Won't Fix | 2014-07-03 | 2017-02-10 |
GRADLE-3124 | typo in configuration exclude rule excludes all dependencies | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2014-07-04 | 2014-07-04 |
GRADLE-3125 | Expose an environment method similar to that found on exec for nativebinary toolchain components. | Gradle Forums | Resolved | Won't Fix | 2014-07-07 | 2017-02-10 | |
GRADLE-3126 | Cannot create container element using '«name» {}' when scope owner contains `«name»(Closure)` method | Luke Daley | Gradle Forums | Resolved | Fixed | 2014-07-07 | 2014-07-08 |
GRADLE-3127 | shouldRunAfter can lead to EmptyStackException in DefaultTaskExecutionPlan in specific cases | Stefan Wolf | Gradle Forums | Resolved | Fixed | 2014-07-08 | 2016-08-02 |
GRADLE-3128 | Gradle 2.0 Ivy repository URL Windows UNC: "URI has an authority component" | René Gröschke | Gradle Forums | Resolved | Fixed | 2014-07-08 | 2014-07-10 |
GRADLE-3129 | Cannot build Gradle plugin with older version of itself if group is set in gradle.properties | Peter Niederwieser | Resolved | Won't Fix | 2014-07-09 | 2017-02-10 | |
GRADLE-3130 | System properties not isolated between subsequent runs of embedded daemon | Peter Niederwieser | Resolved | Won't Fix | 2014-07-09 | 2017-02-10 | |
GRADLE-3131 | Weird Java compile errors when build is run with --parallel on Apple JDK 6 | Peter Niederwieser | Resolved | Won't Fix | 2014-07-09 | 2017-02-10 | |
GRADLE-3132 | Gradle tooling api ignores configuration transitivity settings | Gradle Forums | Resolved | Won't Fix | 2014-07-09 | 2017-02-10 | |
GRADLE-3133 | SFTP resolution fails with 'Auth cancel' | Gradle Forums | Resolved | Fixed | 2014-07-10 | 2017-01-27 | |
GRADLE-3134 | Gradle DefaultTestLogging.setShowStandardStreams(bool) does not use the flag | Gradle Forums | Resolved | Won't Fix | 2014-07-11 | 2017-02-10 | |
GRADLE-3135 | Groovy plugin fails when using grooid groovy version | René Gröschke | René Gröschke | Resolved | Won't Fix | 2014-07-15 | 2017-02-10 |
GRADLE-3136 | AbstractProject.getTasksByName(String, boolean) explicitly calls evaluate() | Gradle Forums | Resolved | Won't Fix | 2014-07-16 | 2017-02-10 | |
GRADLE-3137 | Copy/Sync task from or into a Samba/CIFS network share does not work on a Linux maschine? | Gradle Forums | Resolved | Won't Fix | 2014-07-20 | 2017-02-10 | |
GRADLE-3138 | addToAntBuilder chokes with files that have double dollar in the name | Szczepan Faber | Resolved | Duplicate | 2014-07-22 | 2017-01-24 | |
GRADLE-3139 | Eclipse plugin doesn't honour cache timeouts for snapshot source/javadoc artifacts | Gradle Forums | Resolved | Won't Fix | 2014-07-24 | 2017-02-10 | |
GRADLE-3140 | Gradle doesn't correctly resolve POM dependency declarations with type ejb-client | Benjamin Muschko | Gradle Forums | Resolved | Fixed | 2014-07-25 | 2014-07-25 |
GRADLE-3141 | ivy file not correctly translated into gradle cache | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2014-07-30 | 2014-08-28 |
GRADLE-3142 | Daemon doesn't support custom locale | Luke Daley | Luke Daley | Resolved | Fixed | 2014-07-30 | 2014-08-01 |
GRADLE-3144 | IllegalAccessError from Javac classes when running tests | Radim Kubacki | Radim Kubacki | Resolved | Won't Fix | 2014-07-31 | 2017-02-10 |
GRADLE-3145 | Immutable system properties (file.encoding) specified on the command line are not respected | Luke Daley | Luke Daley | Resolved | Fixed | 2014-07-31 | 2014-08-01 |
GRADLE-3146 | Checkstyle task hangs during the parallel build | Lari Hotari | Szczepan Faber | Resolved | Won't Fix | 2014-08-01 | 2017-01-24 |
GRADLE-3147 | Ivy global exclude that provides "artifact" attribute doesn't exclude artifact correctly | Benjamin Muschko | Resolved | Fixed | 2014-08-04 | 2015-01-27 | |
GRADLE-3148 | Exclude performance tests from the full build | Etienne Studer | Resolved | Fixed | 2014-08-05 | 2015-07-26 | |
GRADLE-3149 | Support for 'configfailurepolicy' for TestNG | Marcin Erdmann | Gradle Forums | Resolved | Fixed | 2014-08-07 | 2015-01-27 |
GRADLE-3150 | Gradle 2.0 ear plugin: Error when existing application.xml contains a | Gradle Forums | Resolved | Won't Fix | 2014-08-07 | 2017-02-10 | |
GRADLE-3151 | filtering files added to WEB-INF | Gradle Forums | Resolved | Won't Fix | 2014-08-21 | 2017-02-10 | |
GRADLE-3152 | Regression: NullPointerException in Gradle 2.1-rc-1 | Marcin Erdmann | Gradle Forums | Resolved | Fixed | 2014-08-21 | 2014-08-27 |
GRADLE-3153 | problems loading ivy metadata from dependency cache | Adam Murdoch | Szczepan Faber | Resolved | Fixed | 2014-08-21 | 2014-09-01 |
GRADLE-3154 | Gradle 2.1 RC1 Failed to apply plugin [id 'ear'] | Marcin Erdmann | Gradle Forums | Resolved | Fixed | 2014-08-21 | 2014-08-26 |
GRADLE-3155 | changes to configuration hierarchy after resolution are not detected | Szczepan Faber | Szczepan Faber | Resolved | Duplicate | 2014-08-22 | 2014-08-25 |
GRADLE-3156 | Tooling api cannot handle openjdk | Radim Kubacki | Gradle Forums | Resolved | Fixed | 2014-08-25 | 2014-09-02 |
GRADLE-3157 | Test class detection fails when using jdk8 '-parameters' compiler option | Gradle Forums | Resolved | Fixed | 2014-08-25 | 2015-01-13 | |
GRADLE-3158 | Cannot copy between different mount points with Gradle 2.0 on Ubuntu | Luke Daley | Resolved | Won't Fix | 2014-08-25 | 2017-02-10 | |
GRADLE-3159 | Gcc and Clang tool chains use incorrect file names when cross compiling | Adam Murdoch | Resolved | Fixed | 2014-08-25 | 2014-08-26 | |
GRADLE-3160 | gradle dependencies with maven packaging bundle FAILED,can't down load the jar. | Gradle Forums | Resolved | Won't Fix | 2014-08-28 | 2017-02-10 | |
GRADLE-3161 | Failure in caching when a dependency references a classifier for a Maven module with no POM | Adam Murdoch | Marcin Erdmann | Resolved | Fixed | 2014-09-01 | 2014-09-03 |
GRADLE-3162 | IvyPublication.configurations{} does not create configurations | Gradle Forums | Resolved | Won't Fix | 2014-09-05 | 2017-02-10 | |
GRADLE-3163 | prevent calling dependsOn() in the taskGraph.whenReady | Szczepan Faber | Resolved | Won't Fix | 2014-09-05 | 2017-01-24 | |
GRADLE-3164 | Support resolving unique Maven snapshot version | Peter Niederwieser | Resolved | Won't Fix | 2014-09-07 | 2017-02-10 | |
GRADLE-3165 | temporary folder (/tmp) filled up with gradle_uploadXXXSHA1 files | Gradle Forums | Resolved | Fixed | 2014-09-08 | 2014-09-08 | |
GRADLE-3166 | ConcurrentModificationException importing an ant build.xml | René Gröschke | Gradle Forums | Resolved | Fixed | 2014-09-11 | 2015-01-27 |
GRADLE-3167 | log4j-over-slf4j version upgrade | René Gröschke | Gradle Forums | Resolved | Fixed | 2014-09-11 | 2014-09-14 |
GRADLE-3168 | sonar-runner plugin doesn't work on large projects due to invoking the Sonar Runner process with too long of a command line | Luke Daley | Gradle Forums | Resolved | Fixed | 2014-09-15 | 2014-09-18 |
GRADLE-3169 | Javadoc task "broken" in 2.1? | Gary Hale | Gradle Forums | Resolved | Not A Bug | 2014-09-15 | 2014-11-26 |
GRADLE-3170 | Gradle 'idea' task generates wrong sources jar for multi artifact dependencies | René Gröschke | Gradle Forums | Resolved | Fixed | 2014-09-17 | 2014-12-10 |
GRADLE-3171 | Import library not generated when cross-compiling DLL with MinGW | Daz DeBoer | Resolved | Won't Fix | 2014-09-18 | 2017-02-10 | |
GRADLE-3172 | Build is reported as successful even if some tests fail before calling System.exit(0) in a subsequent test | Gradle Forums | Resolved | Won't Fix | 2014-09-18 | 2017-02-10 | |
GRADLE-3173 | Gradle 1.12: sourceCompatibility not handled correctly in IDEA project generation for multi-project builds | Gradle Forums | Resolved | Won't Fix | 2014-09-25 | 2017-02-10 | |
GRADLE-3174 | Gradle task groovyDoc failing with NoClassDefFoundError | Stefan Wolf | Gradle Forums | Resolved | Fixed | 2014-09-26 | 2016-06-02 |
GRADLE-3175 | Disabling stderr generated by MavenDeployer | Gradle Forums | Resolved | Won't Fix | 2014-09-28 | 2017-02-10 | |
GRADLE-3176 | eclipseClasspath chokes on Javadoc in archive with platform: in URI | Gradle Forums | Resolved | Won't Fix | 2014-09-30 | 2017-02-10 | |
GRADLE-3177 | ToolingAPI broken in Eclipse 4.4 | Radim Kubacki | Radim Kubacki | Resolved | Fixed | 2014-10-02 | 2014-10-02 |
GRADLE-3178 | Bad check if dependency exists in mavenLocal() | Gradle Forums | Resolved | Won't Fix | 2014-10-03 | 2017-02-10 | |
GRADLE-3179 | having multiple equal subproject names can cause StackOverFlow | René Gröschke | Resolved | Won't Fix | 2014-10-06 | 2017-02-10 | |
GRADLE-3180 | Cannot run tests with OpenShift: cannot open outgoing connection | Gradle Forums | Resolved | Fixed | 2014-10-07 | 2015-02-12 | |
GRADLE-3181 | Gradle wrapper fails with NullPointer Exception | Gradle Forums | Resolved | Won't Fix | 2014-10-14 | 2017-02-10 | |
GRADLE-3182 | exclude ('*') in FileCollection excludes too much | Pepper Lebeck-Jobe | Gradle Forums | Resolved | Duplicate | 2014-10-16 | 2016-11-18 |
GRADLE-3183 | Cannot sign artifacts when using maven-publish plugin | Gradle Forums | Resolved | Won't Fix | 2014-10-20 | 2017-02-10 | |
GRADLE-3184 | Gradle 2.2-rc-1 regression: codenarcTest fails with NoClassDefFoundError | Gradle Forums | Resolved | Fixed | 2014-10-20 | 2017-01-24 | |
GRADLE-3185 | gradle-2.2-rc-1 regression: OneJar plugin fails with NullPointerException | Gradle Forums | Resolved | Fixed | 2014-10-22 | 2014-10-26 | |
GRADLE-3186 | IllegalArgumentException after upgrading to PMD 5.2.0 | René Gröschke | Gradle Forums | Resolved | Won't Fix | 2014-10-23 | 2015-03-29 |
GRADLE-3187 | Gradle commands are executed relative to the root project instead of the current directory project if -c switch is used to explicitly set config file location | Gradle Forums | Resolved | Won't Fix | 2014-10-28 | 2017-02-10 | |
GRADLE-3188 | Gradle ignores transitive dependencies when specifying a classifier | Gradle Forums | Resolved | Won't Fix | 2014-10-29 | 2017-02-10 | |
GRADLE-3189 | TestNGListenerAdapterFactory equality is flawed -- makes testing unusably slow | Paul Merlin | Gradle Forums | Resolved | Fixed | 2014-10-29 | 2017-01-25 |
GRADLE-3190 | TestNG suites multi-threaded execution may cause the build to hang | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2014-10-30 | 2014-11-06 |
GRADLE-3191 | Gradle messaging infrastructure may cause hanging build | Szczepan Faber | Resolved | Won't Fix | 2014-10-30 | 2017-02-10 | |
GRADLE-3192 | incremental java compilation long paths on windows | Szczepan Faber | Resolved | Won't Fix | 2014-11-12 | 2017-02-10 | |
GRADLE-3193 | Component selection rules should not apply to parent pom resolution | Daz DeBoer | Resolved | Fixed | 2014-11-12 | 2014-11-12 | |
GRADLE-3194 | Cannot start Gradle daemon on OS X and Java 7 when offline | Szczepan Faber | Resolved | Fixed | 2014-11-13 | 2014-11-16 | |
GRADLE-3195 | SonarRunner in gradle 2.2 doesn't take sonar.host.url parameter | René Gröschke | Gradle Forums | Resolved | Not A Bug | 2014-11-13 | 2014-12-14 |
GRADLE-3196 | Why Gradle download wrapper multiple times for the same version? | Gradle Forums | Resolved | Won't Fix | 2014-11-18 | 2017-02-10 | |
GRADLE-3197 | Applying an init script to a project with buildSrc from the command line | Benjamin Muschko | Resolved | Won't Fix | 2014-11-19 | 2017-02-10 | |
GRADLE-3198 | The gradle copy task is not honouring the caseSensitive property. | Gradle Forums | Resolved | Won't Fix | 2014-11-20 | 2017-02-10 | |
GRADLE-3199 | Easy way / command line option to exclude a project from multi-project builds | Gradle Forums | Resolved | Won't Fix | 2014-11-20 | 2017-02-10 | |
GRADLE-3200 | NullPointerException in ProfileEventAdapter.completed(ProfileEventAdapter.java:72) | Gradle Forums | Resolved | Duplicate | 2014-11-20 | 2017-01-25 | |
GRADLE-3201 | Cannot run clean task for a task that starts with an upper case letter | Peter Niederwieser | Resolved | Won't Fix | 2014-11-21 | 2017-01-24 | |
GRADLE-3202 | Project dependencies are cross-linked when project name's match, but project paths differ. | Gradle Forums | Resolved | Won't Fix | 2014-11-21 | 2017-02-10 | |
GRADLE-3204 | After upgrade gradle to 2.0 version, the maven pom not support build property | Gradle Forums | Resolved | Won't Fix | 2014-11-24 | 2017-02-10 | |
GRADLE-3205 | Parallel execution is horribly broken after upgrading to 2.0+. | Pepper Lebeck-Jobe | Gradle Forums | Resolved | Duplicate | 2014-11-26 | 2017-02-02 |
GRADLE-3206 | Concurrency issue when accessing task execution history store | Marcin Erdmann | Gradle Forums | Resolved | Fixed | 2014-11-26 | 2014-12-04 |
GRADLE-3207 | Task extending 'jar' compiled with Gradle 2.0 fails to run in Gradle 2.2 | Gradle Forums | Resolved | Fixed | 2014-12-05 | 2015-01-27 | |
GRADLE-3208 | Tooling API IdeaContentRoot generated source and test directories properties are always empty | Adam Murdoch | Resolved | Fixed | 2014-12-06 | 2014-12-06 | |
GRADLE-3209 | SonarRunner should respect sources in root project in Multi-Project Hierarchies | Gradle Forums | Resolved | Won't Fix | 2014-12-08 | 2017-01-16 | |
GRADLE-3210 | IDEA model in Tooling API does not allow multiple source artifacts for library | Daz DeBoer | Resolved | Won't Fix | 2014-12-10 | 2017-02-10 | |
GRADLE-3211 | maven-publish creates additional files when packaging does not match artifact extension | Daz DeBoer | Resolved | Won't Fix | 2014-12-11 | 2017-02-10 | |
GRADLE-3212 | FindBugs plugin should expose property for setting baseline bugs file | Benjamin Muschko | Benjamin Muschko | Resolved | Fixed | 2014-12-11 | 2015-01-18 |
GRADLE-3213 | Not mapping ‘+’ version range selectors for generated pom files | René Gröschke | Resolved | Duplicate | 2014-12-11 | 2016-11-28 | |
GRADLE-3214 | Build hangs when FindBugs crashes | Szczepan Faber | Szczepan Faber | Resolved | Fixed | 2014-12-12 | 2015-01-18 |
GRADLE-3215 | GradleProjectBuilder does not populate isPublic field | Etienne Studer | Etienne Studer | Resolved | Fixed | 2014-12-12 | 2015-01-13 |
GRADLE-3216 | Using changing provided by component metadata rule for latest.release fails to resolve module | Benjamin Muschko | Benjamin Muschko | Resolved | Fixed | 2014-12-16 | 2015-03-19 |
GRADLE-3218 | 'test.testLogging.setShowStandardStreams(false)' enables standard streams | Daz DeBoer | Resolved | Fixed | 2014-12-18 | 2014-12-18 | |
GRADLE-3219 | ~/.m2/settings.xml is parsed for every project in a multi-project Gradle build | Gradle Forums | Resolved | Won't Fix | 2014-12-28 | 2017-02-10 | |
GRADLE-3220 | Out of process compilation does not isolate classpath from Gradle infrastructure | Gradle Forums | Resolved | Fixed | 2015-01-04 | 2017-01-27 | |
GRADLE-3221 | DSL Reference error: testReportDirName is not relative to buildDir, but to reportsDir. | René Gröschke | Gradle Forums | Resolved | Fixed | 2015-01-04 | 2015-01-13 |
GRADLE-3222 | Gradle does not locate the correct library include path with Windows SDK 8.0 | Sterling Greene | Resolved | Fixed | 2015-01-14 | 2015-03-31 | |
GRADLE-3223 | DefaultProcessForkOptions should handle environment variables on windows caseinsensitive | René Gröschke | Resolved | Won't Fix | 2015-01-16 | 2017-02-10 | |
GRADLE-3224 | Maven plugin POM generation fails to translate "+" version selector into actual version | Benjamin Muschko | Resolved | Duplicate | 2015-01-16 | 2017-01-23 | |
GRADLE-3225 | Native unit test plug-ins cause problems with multiple native languages | Sterling Greene | Resolved | Fixed | 2015-01-19 | 2015-06-03 | |
GRADLE-3226 | S3 Maven backed repositories should support AWS Signature Version 4 | René Gröschke | Resolved | Won't Fix | 2015-01-20 | 2017-02-10 | |
GRADLE-3227 | Gradle creates additional pom file with incorrect extension when publishing to maven repository with no main artifact | Daz DeBoer | Resolved | Fixed | 2015-01-25 | 2015-01-25 | |
GRADLE-3228 | Gradle does not upload POM file when publishing with no main artifact | Daz DeBoer | Resolved | Fixed | 2015-01-25 | 2015-01-25 | |
GRADLE-3229 | JavaVersion check will not work for Java 2.x | Luke Daley | Resolved | Won't Fix | 2015-01-25 | 2017-02-10 | |
GRADLE-3230 | The purpose of an input file is not considered for incremental build | Lóránt Pintér | Luke Daley | Resolved | Fixed | 2015-01-25 | 2017-01-27 |
GRADLE-3231 | Calling Project.afterEvaluate() on already evaluated project has no effect | Daz DeBoer | Resolved | Won't Fix | 2015-01-26 | 2017-02-10 | |
GRADLE-3232 | Need to handle I/O errors more gracefully when using File.listFiles() | Gary Hale | Resolved | Won't Fix | 2015-01-28 | 2017-02-10 | |
GRADLE-3233 | Nullpointer exception in uploadArchives | René Gröschke | Gradle Forums | Resolved | Fixed | 2015-01-30 | 2015-02-06 |
GRADLE-3234 | invalid pom generated when dependency with null version is declared | René Gröschke | Resolved | Fixed | 2015-01-30 | 2015-03-19 | |
GRADLE-3235 | Compilation bug with Gradle building Groovy project. java.lang.NoClassDefFoundError: Unable to load class groovy.servlet.ServletCategory | Sterling Greene | Sterling Greene | Resolved | Fixed | 2015-01-31 | 2015-03-03 |
GRADLE-3236 | Multiple Component Selection Rules for same module fail to resolve metadata | Gary Hale | Gary Hale | Resolved | Fixed | 2015-02-04 | 2015-03-19 |
GRADLE-3237 | Exceptions thrown from Exception.getMessage() should be handled consistently when using ignoreFailures = true | Marcin Erdmann | Resolved | Won't Fix | 2015-02-08 | 2017-02-10 | |
GRADLE-3238 | Gradle throws exception when test classes use type annotations | Mark Vieira | Resolved | Won't Fix | 2015-02-10 | 2017-02-10 | |
GRADLE-3239 | Maven plugin produces an ivy module | Adam Murdoch | Resolved | Won't Fix | 2015-02-10 | 2017-02-10 | |
GRADLE-3240 | Dependency excludes for group/module apply to dependency itself | Daz DeBoer | Resolved | Fixed | 2015-02-10 | 2015-02-10 | |
GRADLE-3241 | PosixFileFunctions.chmod fails with UnsatisfiedLinkError in some environments for Gradle 1.12+ | Gary Hale | Gary Hale | Resolved | Won't Fix | 2015-02-11 | 2017-02-10 |
GRADLE-3242 | visual studio SDK's include path is getting added multiple times to option.txt | Sterling Greene | Sterling Greene | Resolved | Fixed | 2015-02-13 | 2015-07-15 |
GRADLE-3243 | Wildcard exclude of groupId and artifactId in Maven POM dependency declaration excludes itself | Benjamin Muschko | Resolved | Fixed | 2015-02-17 | 2015-04-01 | |
GRADLE-3244 | Ivy modules with negative dependency configuration mappings fail to resolve | Gary Hale | Resolved | Won't Fix | 2015-02-17 | 2017-02-10 | |
GRADLE-3245 | Netbeans Tooling API failures with 2.3 projects | Gary Hale | Gary Hale | Resolved | Fixed | 2015-02-17 | 2015-03-19 |
GRADLE-3246 | Problem building native code samples with 2.3, reports 'Invalid NativePlatform: linux_i686' | Sterling Greene | Resolved | Fixed | 2015-02-19 | 2015-04-08 | |
GRADLE-3247 | Gradle JUnit report plugin does calculate and show time spent in BeforeClass and AfterClass. | Gradle Forums | Resolved | Won't Fix | 2015-02-24 | 2017-02-10 | |
GRADLE-3248 | [cpp plugin] 2.3 reports UP-TO-DATE after compilation error | Gradle Forums | Resolved | Won't Fix | 2015-02-25 | 2017-02-10 | |
GRADLE-3249 | pluginManager.withPlugin fires before the plugin is actually applied | Luke Daley | Gradle Forums | Resolved | Fixed | 2015-03-01 | 2015-03-03 |
GRADLE-3250 | Gradle using old HTTPClient lib that doesn't support SNI | Gradle Forums | Resolved | Fixed | 2015-03-02 | 2015-12-10 | |
GRADLE-3251 | htmlDependencyReport generates blank page if slash is used in project path | Gradle Forums | Resolved | Won't Fix | 2015-03-02 | 2017-02-10 | |
GRADLE-3252 | AbstractFileResolver produces org.gradle.api.UncheckedIOException when path is too long on Mac OSX | Gradle Forums | Resolved | Won't Fix | 2015-03-02 | 2017-02-10 | |
GRADLE-3253 | multiple GradleBuild-typed tasks combined with parallel execution leads to concurrency errors in referred project | Gradle Forums | Resolved | Won't Fix | 2015-03-02 | 2017-02-10 | |
GRADLE-3254 | FileTree excludes all files when Ant DirectoryScanner.defaultExcludes are cleared | Daz DeBoer | Resolved | Won't Fix | 2015-03-03 | 2017-02-10 | |
GRADLE-3255 | Gradle does not honour `https.proxy` settings | Daz DeBoer | Resolved | Won't Fix | 2015-03-04 | 2017-02-10 | |
GRADLE-3256 | Gradle daemon does not support JDK 9 by default | Gradle Forums | Resolved | Fixed | 2015-03-05 | 2015-08-22 | |
GRADLE-3257 | IntelliJ project generation for Scala projects doesn't support IntelliJ 14 | Gradle Forums | Resolved | Won't Fix | 2015-03-05 | 2017-02-10 | |
GRADLE-3258 | Gradle doesn't report abbreviated task name as ambiguous when task name has numbers | Sterling Greene | Resolved | Duplicate | 2015-03-06 | 2017-01-16 | |
GRADLE-3259 | Incremental Java compiler does not work with annotation processors | Gradle Forums | Resolved | Duplicate | 2015-03-10 | 2017-02-03 | |
GRADLE-3260 | Gradle/Grails run-app causes error in Windows with many dependencies | Gradle Forums | Resolved | Won't Fix | 2015-03-11 | 2016-02-29 | |
GRADLE-3261 | Project should have Action overloads for applicable Closure taking methods. | Gradle Forums | Resolved | Won't Fix | 2015-03-11 | 2017-02-10 | |
GRADLE-3262 | Gradle 2.3: Antlr fails with ANTLR Panic: Cannot find importVocab file 'ConfigurationTokenTypes.txt' | René Gröschke | Gradle Forums | Resolved | Fixed | 2015-03-12 | 2015-03-16 |
GRADLE-3263 | incremental compilation fails when project does not produce jar file | Gradle Forums | Resolved | Won't Fix | 2015-03-12 | 2017-02-10 | |
GRADLE-3264 | Gradle fails to resolve latest.status versions for some transitive dependencies | Sterling Greene | Resolved | Fixed | 2015-03-17 | 2015-07-15 | |
GRADLE-3265 | New Gradle Daemon process holding up the buildbot CI step on Windows | Gradle Forums | Resolved | Won't Fix | 2015-03-20 | 2016-05-23 | |
GRADLE-3267 | Test Issue exported from new forum | René Gröschke | Resolved | Won't Fix | 2015-03-20 | 2017-01-24 | |
GRADLE-3268 | Clarify user guide regarding running of finalizer tasks when finalized task is not run | Gradle Forums | Resolved | Won't Fix | 2015-03-24 | 2017-02-10 | |
GRADLE-3269 | Cannot expand archive with read only entries on non clean build | Gradle Forums | Resolved | Won't Fix | 2015-03-24 | 2017-02-10 | |
GRADLE-3270 | Cannot define more than one custom tag when generating Javadoc | Gradle Forums | Resolved | Won't Fix | 2015-03-31 | 2017-02-10 | |
GRADLE-3271 | It is not practical to detect the presence of the `gradleApi()` dependency as part of a configuration | Luke Daley | Luke Daley | Resolved | Fixed | 2015-04-05 | 2015-04-05 |
GRADLE-3272 | System property 'maven.repo.local' is ignored by 'maven' plugin 'install' task | Mark Vieira | Resolved | Fixed | 2015-04-07 | 2017-01-27 | |
GRADLE-3273 | Add ability to specify publish api key and secret via plugin bundle DSL | Tom Dunstan | Tom Dunstan | Resolved | Duplicate | 2015-04-07 | 2017-01-24 |
GRADLE-3274 | Excludes not recognized by maven-publish when injected at configuration level | Mark Vieira | Resolved | Won't Fix | 2015-04-08 | 2017-02-10 | |
GRADLE-3275 | UnsupportedOperationException when resolving ivy modules containing particular excludes | Michael Barnathan | Daz DeBoer | Resolved | Fixed | 2015-04-08 | 2016-05-09 |
GRADLE-3276 | Intellij 14 removed facets for Scala projects from project files | Sterling Greene | Resolved | Fixed | 2015-04-08 | 2016-01-13 | |
GRADLE-3277 | NPE when extending a configuration defined in another project | Mark Vieira | Resolved | Won't Fix | 2015-04-09 | 2017-02-10 | |
GRADLE-3278 | Applying distribution plugin should add assembleDist task instead of assembleMainDist for main distribution | René Gröschke | René Gröschke | Resolved | Fixed | 2015-04-13 | 2015-04-13 |
GRADLE-3279 | Incremental build does not scale well with very large input directories | Daz DeBoer | Resolved | Won't Fix | 2015-04-13 | 2017-02-10 | |
GRADLE-3280 | Cannot resolve recursive copy of configuration with cyclic project dependencies | Daz DeBoer | Resolved | Won't Fix | 2015-04-14 | 2017-02-10 | |
GRADLE-3281 | Plugin publishing plugin ignores publishing keys set in ~/.gradle/gradle.properties when there's a project-local gradle.properties | Adrian Kelly | Tom Dunstan | Resolved | Fixed | 2015-04-14 | 2016-01-14 |
GRADLE-3282 | Java.net.URISyntaxException thrown on Linux with VisualCpp installDir configured | Sterling Greene | Resolved | Duplicate | 2015-04-16 | 2017-02-02 | |
GRADLE-3283 | Finalizer tasks can take a very long time | Sterling Greene | Resolved | Fixed | 2015-04-16 | 2017-01-27 | |
GRADLE-3284 | Copy file to UNIX group writable (664) files fails if not the owner | Gary Hale | Resolved | Duplicate | 2015-04-17 | 2017-01-24 | |
GRADLE-3285 | Publish plugin should either allow uploading of signature files or downgrade error to a warning | Tom Dunstan | Resolved | Won't Fix | 2015-04-19 | 2017-02-10 | |
GRADLE-3286 | [JDK9] Remove unsupported command line options from daemon args | Sterling Greene | Resolved | Fixed | 2015-04-19 | 2015-09-02 | |
GRADLE-3287 | [JDK9] ClassCastException from org.gradle.process.internal.child.BootstrapSecurityManager | Sterling Greene | Resolved | Fixed | 2015-04-19 | 2016-01-25 | |
GRADLE-3288 | Regression: JNA path conflicts in test execution JVM | Gary Hale | Sterling Greene | Resolved | Fixed | 2015-04-24 | 2015-04-28 |
GRADLE-3289 | Gradle 2.4-rc-1 application plugin has doubled start scripts in binary distribution | René Gröschke | René Gröschke | Resolved | Fixed | 2015-04-24 | 2015-04-24 |
GRADLE-3290 | Test task and '-XstartOnFirstThread' makes gradle hang | Sterling Greene | Resolved | Duplicate | 2015-04-24 | 2016-11-15 | |
GRADLE-3291 | Discrepancy in handling `source` between Checkstyle and FindBugs | Sterling Greene | Resolved | Won't Fix | 2015-04-24 | 2017-01-24 | |
GRADLE-3292 | Exec tasks/actions do not allow inheriting the standard streams | Luke Daley | Resolved | Won't Fix | 2015-04-26 | 2017-02-10 | |
GRADLE-3293 | Calling tasks.findByName("dependencyInsight") during configuration causes build to fail | Luke Daley | Luke Daley | Resolved | Fixed | 2015-04-27 | 2015-04-29 |
GRADLE-3294 | Some default values for Locale properties are not set for Java processes forked by Gradle | Luke Daley | Resolved | Won't Fix | 2015-05-03 | 2017-02-10 | |
GRADLE-3296 | Some test bug for testing autolinking | René Gröschke | Resolved | Won't Fix | 2015-05-04 | 2017-02-10 | |
GRADLE-3297 | Deprecation warning when using ’–offline' | René Gröschke | Resolved | Won't Fix | 2015-05-08 | 2017-02-10 | |
GRADLE-3298 | Worker processes are not cleaned up when daemon crashes or is killed | Lari Hotari | Resolved | Won't Fix | 2015-05-11 | 2017-02-10 | |
GRADLE-3299 | Maven POM property replacement for project.parent.artifactId is not working | Benjamin Muschko | Resolved | Fixed | 2015-05-12 | 2015-07-26 | |
GRADLE-3300 | Disable annotation processing of Java stubs by default on Groovy sources | Cédric Champeau | Cédric Champeau | Resolved | Fixed | 2015-05-13 | 2015-05-28 |
GRADLE-3301 | Originating module with relocation assignment parsed from Maven POM is added to dependency graph | Benjamin Muschko | Resolved | Duplicate | 2015-05-14 | 2017-01-25 | |
GRADLE-3302 | Test tasks defined by rules aren’t visible to teamcity | Adrian Kelly | Resolved | Won't Fix | 2015-05-14 | 2017-02-10 | |
GRADLE-3303 | Incorrect checksums generated for artefacts published to S3 | Adrian Kelly | Adrian Kelly | Resolved | Fixed | 2015-05-25 | 2015-06-23 |
GRADLE-3304 | Error when using tarTree() on archives that contain entries with null permissions | Mark Vieira | Resolved | Fixed | 2015-05-28 | 2015-06-23 | |
GRADLE-3305 | Daemon does not respect changes to OS proxy config during its lifetime | Luke Daley | Resolved | Won't Fix | 2015-06-01 | 2017-02-10 | |
GRADLE-3306 | Dependency Substitution does not replace project with external module that has the same version | Daz DeBoer | Resolved | Won't Fix | 2015-06-09 | 2017-02-10 | |
GRADLE-3307 | Gradle produces java.io.NotSerializableException for dependency resolve errors using the Tooling API | Lari Hotari | Sterling Greene | Resolved | Fixed | 2015-06-22 | 2016-10-12 |
GRADLE-3308 | Cannot reference GeneratePom task by task instance | René Gröschke | Resolved | Won't Fix | 2015-06-22 | 2017-02-10 | |
GRADLE-3309 | Excessive downloads during resolution | Mark Vieira | Resolved | Won't Fix | 2015-06-23 | 2017-02-10 | |
GRADLE-3310 | Gradle 2.5 RC 1 broke .tar.gz | Sterling Greene | Resolved | Won't Fix | 2015-06-25 | 2017-02-10 | |
GRADLE-3311 | Ctrl+d does not exit continous build with Gradle 2.5 RC1 under Windows | Luke Daley | Sterling Greene | Resolved | Fixed | 2015-06-25 | 2015-07-01 |
GRADLE-3312 | Error Code 301 when publishing with maven-publish and Gradle 2.4 | Adrian Kelly | Sterling Greene | Resolved | Fixed | 2015-06-25 | 2015-07-02 |
GRADLE-3313 | Automatic detection of Visual Studio Community 2015 RC not working properly | Sterling Greene | Resolved | Fixed | 2015-06-26 | 2017-01-16 | |
GRADLE-3314 | Checkstyle plugin does not work with Checkstyle 6.8 | Luke Daley | Resolved | Fixed | 2015-06-30 | 2015-08-11 | |
GRADLE-3315 | Gradle daemon holds lock on jar file on Windows when using TestNG | Mark Vieira | Resolved | Won't Fix | 2015-07-01 | 2017-01-24 | |
GRADLE-3316 | Cannot use native unit-test plugins to test sources for a native executable | Daz DeBoer | Resolved | Won't Fix | 2015-07-02 | 2017-02-10 | |
GRADLE-3317 | Class generation is not generating dependency injection annotations for some custom tasks. | Adrian Kelly | Adrian Kelly | Resolved | Won't Fix | 2015-07-11 | 2017-02-10 |
GRADLE-3318 | tasks.withType(SomeType) does not realise tasks defined via model rules | Adrian Kelly | Luke Daley | Resolved | Fixed | 2015-07-12 | 2015-09-15 |
GRADLE-3319 | PlatformScalaCompile fails when building classes using Java 8 features | Gary Hale | Gary Hale | Resolved | Fixed | 2015-07-13 | 2015-07-20 |
GRADLE-3320 | Gradle produces JARs that are not compatible with Oracle WebCenter Content | Luke Daley | Resolved | Won't Fix | 2015-07-13 | 2017-02-10 | |
GRADLE-3321 | Task created by rules cannot be configured by legacy code then mutated by further rules | Mark Vieira | Resolved | Duplicate | 2015-07-13 | 2017-01-24 | |
GRADLE-3322 | Changed behaviour of Dependency Resolve Rules when replacing a project dependency with a dependency on the same module version | Daz DeBoer | Resolved | Won't Fix | 2015-07-15 | 2017-02-10 | |
GRADLE-3323 | Antlr plugin should preserve package structure | René Gröschke | René Gröschke | Resolved | Fixed | 2015-07-21 | 2015-08-18 |
GRADLE-3324 | Publishing on IBM's 1.6 windows JDK causes a NPE. | Adrian Kelly | Adrian Kelly | Resolved | Fixed | 2015-07-23 | 2015-08-05 |
GRADLE-3325 | Antlr plugin adds antlr to compile classpath | Luke Daley | Resolved | Won't Fix | 2015-07-23 | 2017-02-10 | |
GRADLE-3326 | Test filters are ignored for JUnit tests with Runner that is not Filterable | Adam Murdoch | Resolved | Fixed | 2015-07-26 | 2015-07-26 | |
GRADLE-3327 | Plugin google-test causes failure when plugin java is applied | Sterling Greene | Resolved | Won't Fix | 2015-07-31 | 2017-02-10 | |
GRADLE-3328 | ArtifactResolutionQuery does not use repository pattern to locate ivy files | Daz DeBoer | Resolved | Fixed | 2015-08-03 | 2015-08-04 | |
GRADLE-3329 | Exec output with long lines containing multibyte UTF-8 broken | Lari Hotari | Lóránt Pintér | Resolved | Fixed | 2015-08-04 | 2016-10-01 |
GRADLE-3330 | Fails to resolve multiple configurations of the same project when 'archiveName' is specified | Sterling Greene | Resolved | Fixed | 2015-08-04 | 2015-11-15 | |
GRADLE-3331 | Changed ordering of resolved dependency artifacts | Daz DeBoer | Resolved | Fixed | 2015-08-10 | 2015-08-10 | |
GRADLE-3332 | Referencing tasks.install on Native binary fails with 2.6 | Sterling Greene | Resolved | Won't Fix | 2015-08-12 | 2017-02-10 | |
GRADLE-3333 | Maven-publish plugin does not release file locks after publishing | Daz DeBoer | Resolved | Fixed | 2015-08-14 | 2015-08-15 | |
GRADLE-3334 | Gradle fails to resolve maven-style version range syntax for single version | Daz DeBoer | Resolved | Fixed | 2015-08-15 | 2015-08-15 | |
GRADLE-3335 | eclipse plugin incorrectly excludes java sources for resource exclude | René Gröschke | René Gröschke | Resolved | Fixed | 2015-08-15 | 2015-08-15 |
GRADLE-3336 | "No connector available" when publishing to maven with a specified wagon jar | Adrian Kelly | Adrian Kelly | Resolved | Fixed | 2015-08-19 | 2015-08-31 |
GRADLE-3337 | Gradle Wrapper verifies distribution checksum on every execution | Sterling Greene | Resolved | Fixed | 2015-08-22 | 2015-09-14 | |
GRADLE-3338 | Fetching artifacts from s3 backed repository fails with jdk8u60 | Adrian Kelly | Sterling Greene | Resolved | Fixed | 2015-08-23 | 2015-09-04 |
GRADLE-3339 | Ivy-publish fails when gradle dependency does not specify a version | Daz DeBoer | Resolved | Won't Fix | 2015-09-06 | 2017-02-10 | |
GRADLE-3340 | Jar task is UP_TO_DATE altough manifest attribute was changed | Lari Hotari | Daz DeBoer | Resolved | Fixed | 2015-09-16 | 2015-09-28 |
GRADLE-3341 | Gradle Build environment not visible from subproject when using 'includeFlat' | Mark Vieira | Resolved | Won't Fix | 2015-09-18 | 2017-02-10 | |
GRADLE-3342 | Non-versioned maven dependencies causing continuous remote resolution. | Adrian Kelly | Resolved | Won't Fix | 2015-09-24 | 2017-02-10 | |
GRADLE-3343 | Groovy Compiler always uses the same version of Java as the Gradle build | Sterling Greene | Resolved | Won't Fix | 2015-09-30 | 2017-02-10 | |
GRADLE-3344 | eclipse-wtp plugin does not honor dependency substitution | Donát Csikós | René Gröschke | Resolved | Fixed | 2015-10-01 | 2017-01-25 |
GRADLE-3345 | antlr task fails if tokenVocab references package declaration | René Gröschke | Resolved | Duplicate | 2015-10-02 | 2017-01-24 | |
GRADLE-3346 | Cannot resolve all dependencies for Play 2.3.7 when executing runPlayBinary | Sterling Greene | Resolved | Won't Fix | 2015-10-07 | 2017-01-24 | |
GRADLE-3347 | Adding a project as default configuration dependency does not trigger building of project | Sterling Greene | Resolved | Won't Fix | 2015-10-09 | 2017-02-10 | |
GRADLE-3348 | Error during subsequent builds when unpacking an archive containing read-only files | Lari Hotari | Mark Vieira | Resolved | Duplicate | 2015-10-13 | 2015-11-02 |
GRADLE-3349 | GroovyDoc task does not mark all properties that affect the output of the task as inputs | Pepper Lebeck-Jobe | Sterling Greene | Resolved | Fixed | 2015-10-15 | 2016-03-29 |
GRADLE-3350 | Dependencies with version of 'SNAPSHOT' should be treated as changing | Mark Vieira | Resolved | Won't Fix | 2015-10-21 | 2017-02-10 | |
GRADLE-3351 | StackOverflowError when calling super() from subclass of Jar | Mark Vieira | Resolved | Won't Fix | 2015-10-26 | 2017-02-10 | |
GRADLE-3352 | Setting "org.gradle.debug" system property no longer works | Mark Vieira | Resolved | Fixed | 2015-10-28 | 2015-10-28 | |
GRADLE-3353 | copy task fails with Circular dependency error | René Gröschke | Resolved | Won't Fix | 2015-10-29 | 2017-02-10 | |
GRADLE-3354 | Continuous build's file watching keeps file locks on directories on Windows | Lari Hotari | Lari Hotari | Resolved | Fixed | 2015-11-04 | 2015-11-04 |
GRADLE-3355 | Gradle play plugin uses deprecated class play.core.server.NettyServer for Play 2.4+ | Sterling Greene | Resolved | Won't Fix | 2015-11-04 | 2017-02-10 | |
GRADLE-3356 | Cannot apply both java and play plugins | Sterling Greene | Resolved | Won't Fix | 2015-11-04 | 2017-02-10 | |
GRADLE-3357 | Native not recompiling when header changes gradle 2.8 | Sterling Greene | Resolved | Fixed | 2015-11-05 | 2015-12-08 | |
GRADLE-3358 | Plugin Portal does not allow updating plugin description and tags | Tom Dunstan | Tom Dunstan | Resolved | Won't Fix | 2015-11-10 | 2017-02-10 |
GRADLE-3359 | Plugin publishing plugin does not generate correct POM for project dependencies | Marco Vermeulen | Daz DeBoer | Resolved | Fixed | 2015-11-10 | 2016-07-28 |
GRADLE-3360 | Gradle creates `.gradle` directory whenever executed outside of project directory | Daz DeBoer | Resolved | Won't Fix | 2015-11-10 | 2017-02-10 | |
GRADLE-3361 | Versions from dependencyManagement element of POM are not honoured for dependencies with a classifier | Daz DeBoer | Resolved | Not A Bug | 2015-11-10 | 2015-11-26 | |
GRADLE-3362 | Missing artifacts for project dependency when `archiveName` is used | Daz DeBoer | Resolved | Fixed | 2015-11-15 | 2015-11-15 | |
GRADLE-3363 | Clang argument list to long error when linking many object files | Sterling Greene | Resolved | Won't Fix | 2015-11-15 | 2017-02-10 | |
GRADLE-3364 | Provide way to configure Visual C++ tool chain like GCC | Sterling Greene | Resolved | Won't Fix | 2015-11-16 | 2017-02-10 | |
GRADLE-3365 | Play resources do not honor nested directories | Gary Hale | Gary Hale | Resolved | Fixed | 2015-11-18 | 2015-11-18 |
GRADLE-3366 | Exclusions added to project dependencies do not show up in generated POM | Mark Vieira | Resolved | Fixed | 2015-12-01 | 2015-12-02 | |
GRADLE-3367 | Gradle build hangs when tests task is executed with --parallel | Lari Hotari | Sterling Greene | Resolved | Fixed | 2015-12-01 | 2016-05-17 |
GRADLE-3368 | CachingPatternSpecFactory uses a lot of memory | Lari Hotari | Sterling Greene | Resolved | Fixed | 2015-12-03 | 2015-12-03 |
GRADLE-3369 | Inconsistent behavior of FileTreeElement getSize/getLastModified methods | Lari Hotari | Sterling Greene | Resolved | Fixed | 2015-12-05 | 2016-02-17 |
GRADLE-3370 | Continuous build crashes the JVM of the Gradle Scala Zinc compiler daemon | Lari Hotari | Lari Hotari | Resolved | Fixed | 2015-12-09 | 2015-12-09 |
GRADLE-3371 | Gradle Scala Zinc compiler daemon sporadically fails to start | Gary Hale | Lari Hotari | Resolved | Fixed | 2015-12-09 | 2015-12-23 |
GRADLE-3372 | Support native Windows credentials when using SPNEGO (NTLM/Kerberos) | Mark Vieira | Resolved | Won't Fix | 2015-12-15 | 2017-02-10 | |
GRADLE-3373 | Cannot use model DSL `$.path` expressions for method parameters when the last method parameter is a closure | Adam Murdoch | Resolved | Fixed | 2015-12-17 | 2015-12-17 | |
GRADLE-3374 | Jar manifests content should be encoded using UTF-8 | Paul Merlin | Mark Vieira | Resolved | Fixed | 2015-12-29 | 2016-05-23 |
GRADLE-3375 | Provide better error reporting when failing to resolve project dependencies | Mark Vieira | Resolved | Won't Fix | 2015-12-30 | 2017-02-10 | |
GRADLE-3376 | Misleading error when defining a creation rule for an unknown type on a ModelMap using model DSL | Lóránt Pintér | Mark Vieira | Resolved | Fixed | 2015-12-30 | 2016-01-25 |
GRADLE-3377 | Inferred compile task dependency with classifier cannot be resolved | Benjamin Muschko | Resolved | Won't Fix | 2016-01-05 | 2017-02-10 | |
GRADLE-3378 | StackOverflowError in DefaultResolvedDependency.getAllModuleArtifacts when the project depends on itself | Daz DeBoer | Resolved | Duplicate | 2016-01-10 | 2016-12-05 | |
GRADLE-3379 | InstallExecutable task should use target platform OS | Stefan Oehme | Stefan Oehme | Resolved | Fixed | 2016-01-11 | 2016-01-11 |
GRADLE-3380 | Inherited properties in multi-level multi-project builds | Sterling Greene | Resolved | Won't Fix | 2016-01-11 | 2017-02-10 | |
GRADLE-3381 | Cannot create static libraries for very large projects | Sterling Greene | Resolved | Won't Fix | 2016-01-12 | 2017-02-10 | |
GRADLE-3382 | StringIndexOutOfBoundsException thrown when compiling script | Mark Vieira | Resolved | Fixed | 2016-01-12 | 2016-01-13 | |
GRADLE-3383 | Detecting new header files earlier in the include search path | Sterling Greene | Resolved | Fixed | 2016-01-13 | 2016-01-13 | |
GRADLE-3384 | Maven uploading is not updating 'latest' information in maven-metadata.xml | Mark Vieira | Resolved | Won't Fix | 2016-01-14 | 2017-02-10 | |
GRADLE-3385 | Unable to extract self extracting zip file | Sterling Greene | Resolved | Won't Fix | 2016-01-15 | 2017-02-10 | |
GRADLE-3386 | Play distribution does not include jars from dependent projects with same name | Daz DeBoer | Resolved | Fixed | 2016-01-17 | 2016-01-17 | |
GRADLE-3387 | Using 'uniqueVersion = false' is broken | Mark Vieira | Resolved | Won't Fix | 2016-01-21 | 2017-02-10 | |
GRADLE-3388 | Cannot declare a client module dependency with a dynamic version | Mark Vieira | Resolved | Won't Fix | 2016-01-27 | 2017-02-10 | |
GRADLE-3389 | mustRunAfter not honored when used with finalizedBy | Gary Hale | Resolved | Duplicate | 2016-02-01 | 2017-01-16 | |
GRADLE-3390 | Module replacement not reflected in publication metadata | Benjamin Muschko | Resolved | Won't Fix | 2016-02-02 | 2017-02-10 | |
GRADLE-3391 | Output per test case in HTML test report | Piotr Jagielski | Resolved | Won't Fix | 2016-02-05 | 2017-02-10 | |
GRADLE-3392 | Gradle does not recognize pom version range (e.g., [1.52,]) | Sterling Greene | Resolved | Won't Fix | 2016-02-07 | 2017-02-10 | |
GRADLE-3393 | Duplicate source folders created when using eclipse.classpath.whenMerged | Stefan Oehme | Resolved | Won't Fix | 2016-02-08 | 2017-02-10 | |
GRADLE-3394 | zinc compiler does not honor "force" option | Pepper Lebeck-Jobe | Pepper Lebeck-Jobe | Resolved | Fixed | 2016-02-09 | 2016-02-25 |
GRADLE-3395 | scaladoc does not correctly set ant additional parameters property | Pepper Lebeck-Jobe | Pepper Lebeck-Jobe | Resolved | Fixed | 2016-02-09 | 2016-02-12 |
GRADLE-3396 | Eclipse classpath contains duplicates when version number is unparseable | Lari Hotari | Resolved | Won't Fix | 2016-02-09 | 2017-02-10 | |
GRADLE-3397 | Copy spec source order not preserved when mixing root and child specs | Mark Vieira | Resolved | Won't Fix | 2016-02-10 | 2017-02-10 | |
GRADLE-3398 | Add support for macros and include files in assembler sources | Sterling Greene | Resolved | Won't Fix | 2016-02-11 | 2017-02-10 | |
GRADLE-3399 | Allow declaration of compile only dependencies | Mark Vieira | Resolved | Fixed | 2016-02-14 | 2016-02-14 | |
GRADLE-3400 | Error when attempting to walk file tree including a symlink pointing to non-existent location | Lari Hotari | Mark Vieira | Resolved | Fixed | 2016-02-16 | 2016-02-17 |
GRADLE-3401 | Exception thrown from eachDependency resolutionStrategy hook not properly propagated | René Gröschke | Resolved | Won't Fix | 2016-02-16 | 2017-02-10 | |
GRADLE-3402 | Plugin publication plugin does not support numeric characters | René Gröschke | Resolved | Won't Fix | 2016-02-18 | 2017-02-10 | |
GRADLE-3403 | Error "failed to abort Gradle Compiler Daemon 2" gets printed to console when build is terminated with CTRL-C | Lari Hotari | Resolved | Won't Fix | 2016-02-18 | 2017-02-10 | |
GRADLE-3404 | Consider args, working directory and executable/main as inputs for JavaExec/Exec | Sterling Greene | Resolved | Won't Fix | 2016-02-20 | 2017-02-10 | |
GRADLE-3405 | Maven publishing incorrectly adds a 'timestamp' to maven-metadata.xml when uniqueVersions=false | Daz DeBoer | Resolved | Won't Fix | 2016-02-21 | 2017-02-10 | |
GRADLE-3406 | Provide better error message when CopySpec has no destination directory | Stefan Oehme | Resolved | Won't Fix | 2016-02-22 | 2017-02-10 | |
GRADLE-3407 | Continuous build doesn't log the first few changes made during the build | Lari Hotari | Lari Hotari | Resolved | Fixed | 2016-02-22 | 2016-02-22 |
GRADLE-3408 | Nullpointer when declaring artifact for dependency with no name provided | René Gröschke | Resolved | Won't Fix | 2016-02-26 | 2017-02-10 | |
GRADLE-3409 | includeFlat does not allow nested projects, but does not tell the user so | Stefan Oehme | Resolved | Won't Fix | 2016-02-26 | 2017-02-10 | |
GRADLE-3410 | Compile only dependency conflict handling | Piotr Jagielski | Resolved | Duplicate | 2016-03-04 | 2016-12-09 | |
GRADLE-3411 | o.j.r.nRunListener.testRunFinished event not triggered when executing in JUnit tests | René Gröschke | Resolved | Duplicate | 2016-03-08 | 2016-11-11 | |
GRADLE-3412 | Duplicate module bytecodeversion entries in generated idea *.ipr file | René Gröschke | René Gröschke | Resolved | Fixed | 2016-03-14 | 2016-03-14 |
GRADLE-3413 | settings.gradle is ignored when using custom build file name passed via -b flag | René Gröschke | Resolved | Won't Fix | 2016-03-15 | 2017-02-10 | |
GRADLE-3414 | Confusing task input validation error messages when property name exercise JavaBean spec corner cases | Paul Merlin | Paul Merlin | Resolved | Fixed | 2016-03-15 | 2016-04-01 |
GRADLE-3415 | Continuous build doesn't watch for changes when some task has a single input file in the parent directory of another task's input directory | Lari Hotari | Lari Hotari | Resolved | Fixed | 2016-03-17 | 2016-03-18 |
GRADLE-3416 | Compile only dependencies added to incorrect scope in IDEA when conflicting with runtime dependencies | Mark Vieira | Resolved | Fixed | 2016-03-17 | 2016-03-17 | |
GRADLE-3417 | Misleading dependency report when using module exclude | René Gröschke | Resolved | Won't Fix | 2016-03-22 | 2017-02-10 | |
GRADLE-3418 | Copy action skips ‘#’ or '%' directory on copy | Pepper Lebeck-Jobe | Sterling Greene | Resolved | Fixed | 2016-03-23 | 2016-03-25 |
GRADLE-3419 | Ignored TestClass Missing from Gradle Test Report | Pepper Lebeck-Jobe | Resolved | Duplicate | 2016-03-24 | 2016-11-18 | |
GRADLE-3420 | uploadArchives task is not parallel safe | Pepper Lebeck-Jobe | Resolved | Duplicate | 2016-03-25 | 2017-01-24 | |
GRADLE-3421 | Filenames of JUnit test results with non-ASCII characters get too long | Paul Merlin | Resolved | Duplicate | 2016-03-30 | 2017-01-20 | |
GRADLE-3422 | @ComponentBinaries rule can be executed twice | Cédric Champeau | Cédric Champeau | Resolved | Won't Fix | 2016-03-30 | 2017-02-10 |
GRADLE-3423 | Gradle fails to resolve inner classes in build.gradle | Cédric Champeau | Sterling Greene | Resolved | Won't Fix | 2016-03-30 | 2017-02-10 |
GRADLE-3424 | HTTP requests fail due to reuse of stale connections | Mark Vieira | Mark Vieira | Resolved | Fixed | 2016-03-31 | 2016-08-01 |
GRADLE-3425 | Continuous build triggers a re-build when the user hasn't done changes. Changes in intermediate directories should be ignored | Lari Hotari | Resolved | Won't Fix | 2016-03-31 | 2017-02-10 | |
GRADLE-3426 | Incremental Java compilation does not work when dependencies use Java 1.2 bytecode | Sterling Greene | Resolved | Duplicate | 2016-04-01 | 2017-02-02 | |
GRADLE-3427 | Expose CompilerDaemon functionality to Plugin Authors | Pepper Lebeck-Jobe | Resolved | Duplicate | 2016-04-05 | 2017-01-24 | |
GRADLE-3428 | Incremental Java compilation changing static final field does not always trigger re-compilation of dependent classes | Eric Wendelin | Eric Wendelin | Resolved | Fixed | 2016-04-05 | 2016-05-10 |
GRADLE-3429 | "Build Setup" group should be lower case | Stefan Oehme | Resolved | Won't Fix | 2016-04-06 | 2017-02-10 | |
GRADLE-3430 | Add Project.findProperty(String) to for lookup property or return null if not set | René Gröschke | René Gröschke | Resolved | Fixed | 2016-04-06 | 2016-04-06 |
GRADLE-3431 | Gradle should warn user given sourceSets and source trees that don't match | Eric Wendelin | Resolved | Won't Fix | 2016-04-07 | 2017-02-10 | |
GRADLE-3432 | Allow Checkstyle to also check resource files | Sterling Greene | Resolved | Won't Fix | 2016-04-07 | 2017-02-10 | |
GRADLE-3433 | NoSuchMethodError in TestKit when using GradleRunner | Benjamin Muschko | Resolved | Fixed | 2016-04-11 | 2016-05-04 | |
GRADLE-3434 | An exclusion rule containing an exact match rule as well as another type will only process the exact match rule | Michael Barnathan | Michael Barnathan | Resolved | Fixed | 2016-04-12 | 2016-05-13 |
GRADLE-3435 | Task is UP-TO-DATE after moving files between @InputFiles properties | Lóránt Pintér | Lóránt Pintér | Resolved | Fixed | 2016-04-13 | 2017-01-25 |
GRADLE-3436 | Build init plugin should convert provided dependencies to compileOnly | Mark Vieira | Resolved | Won't Fix | 2016-04-14 | 2017-02-10 | |
GRADLE-3437 | gradle tasks shows misleading task description for aggregated tasks | René Gröschke | Resolved | Won't Fix | 2016-04-16 | 2017-02-10 | |
GRADLE-3438 | Running gradle init from different working directory does not run maven conversion | René Gröschke | René Gröschke | Resolved | Fixed | 2016-04-18 | 2016-05-13 |
GRADLE-3439 | Regression: Task output directory/file existence isn't tracked in task up-to-date checking | Lari Hotari | Lari Hotari | Resolved | Fixed | 2016-04-18 | 2016-04-18 |
GRADLE-3440 | Publishing with the legacy Ivy support doesn't add excludes to generated metadata | Benjamin Muschko | Benjamin Muschko | Resolved | Fixed | 2016-04-18 | 2016-07-22 |
GRADLE-3441 | BZIP2 compression extremely slow | Sterling Greene | Resolved | Fixed | 2016-04-18 | 2016-04-19 | |
GRADLE-3442 | Interim dependency substitutions are not reported in dependencies report | Luke Daley | Resolved | Won't Fix | 2016-04-22 | 2017-02-10 | |
GRADLE-3443 | Default Scala Compiler Doesn’t Work in Gradle 2.12 & Scala 2.11 | Gary Hale | Sterling Greene | Resolved | Not A Bug | 2016-04-25 | 2016-07-28 |
GRADLE-3444 | NPE when configuring FileTree's builtBy by map | Paul Merlin | Paul Merlin | Resolved | Fixed | 2016-04-29 | 2016-05-04 |
GRADLE-3445 | Cannot create a rule for specifying generatedBy for native source sets due to cyclic rule dependencies | Sterling Greene | Resolved | Won't Fix | 2016-04-30 | 2017-02-10 | |
GRADLE-3446 | Console.readline() prompt text is overwritten by status line | Sterling Greene | Resolved | Duplicate | 2016-05-02 | 2016-11-17 | |
GRADLE-3447 | Produce better error messages when a plugin is applied to the wrong type | Sterling Greene | Resolved | Won't Fix | 2016-05-03 | 2017-02-10 | |
GRADLE-3448 | Thread leaked using BuildLauncher | Adam Murdoch | Eric Wendelin | Resolved | Fixed | 2016-05-04 | 2016-05-16 |
GRADLE-3449 | Ear plugin generates wrong descriptor for JEE 7 | Paul Merlin | Paul Merlin | Resolved | Fixed | 2016-05-11 | 2016-05-12 |
GRADLE-3450 | Test progress logging not working properly when parallel test execution | Gary Hale | Gary Hale | Resolved | Fixed | 2016-05-11 | 2016-05-11 |
GRADLE-3451 | Latest TLS provider is not used when running with IBM JDK | Mark Vieira | Resolved | Won't Fix | 2016-05-11 | 2017-02-10 | |
GRADLE-3452 | Non-abstract getters of managed types are not directly accessible via model input DSL | Mark Vieira | Resolved | Won't Fix | 2016-05-11 | 2017-02-10 | |
GRADLE-3453 | Unable to use dynamic versions with an S3-based ivy respository | Stefan Wolf | Stefan Wolf | Resolved | Fixed | 2016-05-12 | 2017-01-25 |
GRADLE-3454 | Idea task fails when there is no module tag in the idea module file | Stefan Wolf | Stefan Wolf | Resolved | Fixed | 2016-05-17 | 2017-01-25 |
GRADLE-3455 | Gradle 2.14-rc-1 breaks binary compatibility for some plugins | Cédric Champeau | Cédric Champeau | Resolved | Fixed | 2016-05-18 | 2016-05-27 |
GRADLE-3456 | ClassNotFoundException thrown when using ProjectBuilder | Cédric Champeau | Cédric Champeau | Resolved | Fixed | 2016-05-20 | 2016-05-25 |
GRADLE-3457 | Findbugs version cannot be determined when multiple libraries starting with findbugs are on the classpath | Stefan Wolf | Stefan Wolf | Resolved | Fixed | 2016-05-23 | 2017-01-25 |
GRADLE-3458 | Incorrect artifact file parsed as POM, resulting in "Content is not allowed in prolog" | Daz DeBoer | Resolved | Won't Fix | 2016-05-24 | 2017-02-10 | |
GRADLE-3459 | Use newer agentlib:jdwp JVM TI interface in default debugger options instead of old pre 5.0 JVMDI interface | Lari Hotari | Lari Hotari | Resolved | Fixed | 2016-05-27 | 2017-01-25 |
GRADLE-3460 | Gradle does not configure extension when an extra property with the same name exists | Sterling Greene | Resolved | Fixed | 2016-05-27 | 2016-05-28 | |
GRADLE-3461 | Cannot use static properties and methods from configuration closure defined in a static method | Adam Murdoch | Resolved | Fixed | 2016-05-30 | 2016-05-31 | |
GRADLE-3462 | Cannot use curried closure to configure tasks | Adam Murdoch | Resolved | Fixed | 2016-05-31 | 2016-05-31 | |
GRADLE-3463 | Groovydoc fails with NoClassDefFoundError: org/fusesource/jansi/AnsiRenderWriter | Stefan Wolf | Stefan Wolf | Resolved | Fixed | 2016-05-31 | 2016-06-02 |
GRADLE-3464 | Dependency resolution fails when used from a plugin that depends on Apache Xerces when build is running from TestKit in debug mode | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2016-05-31 | 2016-06-10 |
GRADLE-3466 | Cannot use custom Closure implementation as a project method | Adam Murdoch | Adam Murdoch | Resolved | Fixed | 2016-06-01 | 2016-06-01 |
GRADLE-3467 | Generated Gradle API library incompatible with JNA | Stefan Wolf | Stefan Oehme | Resolved | Fixed | 2016-06-01 | 2016-06-03 |
GRADLE-3468 | Plugin cannot parse XML using JAXP when run on java 6 from testkit in debug mode | Sterling Greene | Resolved | Won't Fix | 2016-06-02 | 2016-06-02 | |
GRADLE-3469 | Plugin dependencies from plugin portal ignores super-configurations | Sterling Greene | Resolved | Won't Fix | 2016-06-02 | 2017-02-10 | |
GRADLE-3470 | Non-english Locale can affect command-line arguments to Gradle and Javadoc | Sterling Greene | Resolved | Won't Fix | 2016-06-03 | 2017-02-10 | |
GRADLE-3471 | NullPointerException for ear plugin | Stefan Wolf | Stefan Wolf | Resolved | Fixed | 2016-06-06 | 2016-06-07 |
GRADLE-3472 | Support authenticating to SFTP repositories via private key | Mark Vieira | Resolved | Duplicate | 2016-06-06 | 2017-01-26 | |
GRADLE-3473 | Support authenticating to HTTPS repositories via client certificate | Mark Vieira | Resolved | Won't Fix | 2016-06-06 | 2017-02-10 | |
GRADLE-3474 | Could not initialize XercesBridge when using ProjectBuilder | Cédric Champeau | Stefan Wolf | Resolved | Fixed | 2016-06-07 | 2016-06-07 |
GRADLE-3475 | Gradle forks a process to determine environment variables on first build and when publishing | Sterling Greene | Resolved | Won't Fix | 2016-06-07 | 2017-02-10 | |
GRADLE-3476 | Incorrect command line arguments parsing in gradlew under TCC/4NT | Marco Vermeulen | Sterling Greene | Resolved | Fixed | 2016-06-07 | 2017-01-25 |
GRADLE-3477 | Cannot download flac file with gradle - Invalid cookie header | Sterling Greene | Resolved | Won't Fix | 2016-06-07 | 2017-02-10 | |
GRADLE-3478 | Non-free dependency in pulled in by S3 support | Adrian Kelly | Stefan Oehme | Resolved | Fixed | 2016-06-08 | 2017-01-25 |
GRADLE-3479 | Handle MissingMethodExceptions better within a PrebuiltLibraries block | Sterling Greene | Resolved | Fixed | 2016-06-08 | 2017-01-25 | |
GRADLE-3480 | eclipseProject throws NPE for existing .project file with linked resources | Paul Merlin | Paul Merlin | Resolved | Fixed | 2016-06-09 | 2016-06-10 |
GRADLE-3481 | Incremental daemon builds crash sporadically with a NullPointerException | Eric Wendelin | Resolved | Won't Fix | 2016-06-09 | 2017-02-10 | |
GRADLE-3482 | Could not create task of type 'DependencyManagementReportTask' | Eric Wendelin | Resolved | Not A Bug | 2016-06-10 | 2016-08-01 | |
GRADLE-3483 | Handling of exported Annotations in new Java Software Model fails for primitive Array values | Stefan Wolf | Stefan Wolf | Resolved | Fixed | 2016-06-14 | 2017-01-25 |
GRADLE-3484 | War plugin causes continuous to run continuously | Sterling Greene | Resolved | Duplicate | 2016-06-15 | 2016-06-16 | |
GRADLE-3485 | Maven POM resolution leads to StackOverflowError if parent GAVs reference resolved POM GAVs | Benjamin Muschko | Resolved | Duplicate | 2016-06-16 | 2017-01-04 | |
GRADLE-3486 | Ear plugin fails with NPE when provided with an existing descriptor without a version attribute | Paul Merlin | Paul Merlin | Resolved | Fixed | 2016-06-16 | 2016-06-29 |
GRADLE-3487 | OSGI plugin does not generate import package attributes when the package is available in multiple bundles | Benjamin Muschko | Benjamin Muschko | Resolved | Fixed | 2016-06-16 | 2017-01-25 |
GRADLE-3488 | Add sourceSet.output to PMD classpath | Marco Vermeulen | Marco Vermeulen | Resolved | Fixed | 2016-06-16 | 2017-01-25 |
GRADLE-3489 | Cannot build from REL_2.14 tag | Sterling Greene | Resolved | Fixed | 2016-06-16 | 2016-06-29 | |
GRADLE-3490 | Checkstyle should not output XML report when only the HTML report is enabled | Benjamin Muschko | Paul Merlin | Resolved | Fixed | 2016-06-17 | 2016-07-28 |
GRADLE-3491 | Some tasks don't execute when inputs or outputs are out of date | Lari Hotari | Lóránt Pintér | Resolved | Fixed | 2016-06-17 | 2016-07-14 |
GRADLE-3492 | Codenarc doesn't honor excludes | Sterling Greene | Paul Merlin | Resolved | Fixed | 2016-06-21 | 2016-06-29 |
GRADLE-3493 | Existing plugins broken by leakage of org/gradle/api/internal/DynamicObject into bytecode | Stefan Wolf | Eric Wendelin | Resolved | Not A Bug | 2016-06-29 | 2016-07-26 |
GRADLE-3494 | NPE in DefaultPomDependenciesConverter when dependency version is null | Paul Merlin | Paul Merlin | Resolved | Fixed | 2016-06-29 | 2016-07-07 |
GRADLE-3495 | Incremental Java compilation does not work when dependencies use Java 1.1 bytecode | Stefan Wolf | Stefan Wolf | Resolved | Fixed | 2016-07-04 | 2016-07-04 |
GRADLE-3496 | Maven POM conversion dependency de-duplication should choose the higher version when multiple versions have the same priority | Paul Merlin | Paul Merlin | Resolved | Fixed | 2016-07-05 | 2016-07-07 |
GRADLE-3497 | Ear plugin fails with NPE when provided with an existing descriptor with missing nodes | Paul Merlin | Paul Merlin | Resolved | Fixed | 2016-07-07 | 2017-01-27 |
GRADLE-3498 | JacocoTaskExtension cannot be configured | Stefan Wolf | Stefan Wolf | Resolved | Fixed | 2016-07-07 | 2016-07-07 |
GRADLE-3499 | Cannot create a native component which name contains dots | Cédric Champeau | Cédric Champeau | Resolved | Fixed | 2016-07-08 | 2016-07-08 |
GRADLE-3500 | Gradle 2.14 timeout connecting to daemon on IBM JDK 8 | Gary Hale | Eric Wendelin | Resolved | Fixed | 2016-07-08 | 2016-07-15 |
GRADLE-3501 | Artifacts with extension fail to resolve if spread across repositories | Mark Vieira | Resolved | Won't Fix | 2016-07-13 | 2017-02-10 | |
GRADLE-3502 | Plugin portal does not provide transitive dependencies for plugins from custom repositories | Stefan Oehme | Stefan Oehme | Resolved | Fixed | 2016-07-14 | 2016-07-15 |
GRADLE-3503 | Context classloader not set when using plugins DSL | Stefan Oehme | Stefan Oehme | Resolved | Fixed | 2016-07-15 | 2016-07-15 |
GRADLE-3504 | Gradle logger does not log exceptions when using parameterized format string | Mark Vieira | Mark Vieira | Resolved | Fixed | 2016-07-15 | 2016-08-02 |
GRADLE-3505 | Cannot access properties in pluginRepositories block | Stefan Oehme | Stefan Oehme | Resolved | Fixed | 2016-07-18 | 2016-07-18 |
GRADLE-3506 | Could not set unknown property ‘testSrcDirs’ for Test task | Stefan Wolf | Eric Wendelin | Resolved | Not A Bug | 2016-07-20 | 2016-07-25 |
GRADLE-3507 | Unable to add task inputs and outputs for inline tasks | Lóránt Pintér | Eric Wendelin | Resolved | Fixed | 2016-07-20 | 2016-07-27 |
GRADLE-3508 | UP-TO-DATE check ignores changes in the order of files on Java compile classpath | Lóránt Pintér | Lóránt Pintér | Resolved | Fixed | 2016-07-20 | 2016-07-21 |
GRADLE-3509 | Publish plugin generates incorrect pom for shadow jar dependencies | Marco Vermeulen | Marco Vermeulen | Resolved | Fixed | 2016-07-23 | 2016-07-28 |
GRADLE-3510 | Imported Ant build does not respect depends order | Mark Vieira | Resolved | Won't Fix | 2016-07-25 | 2017-02-10 | |
GRADLE-3511 | Filenames are not masked when a FileCollection is added to an Ant task | Stefan Wolf | Stefan Wolf | Resolved | Fixed | 2016-07-26 | 2016-07-27 |
GRADLE-3512 | Gradle daemon corrupts resources in snapshot jars | Gary Hale | Eric Wendelin | Resolved | Fixed | 2016-07-26 | 2016-08-24 |
GRADLE-3513 | Maven plugin does not reflect dependency exclusions for group or module in generated POM | Benjamin Muschko | Benjamin Muschko | Resolved | Fixed | 2016-07-27 | 2016-07-27 |
GRADLE-3514 | Ivy Publish plugin does not reflect transitive = false for a dependency in generated metadata | Benjamin Muschko | Benjamin Muschko | Resolved | Fixed | 2016-07-27 | 2016-07-27 |
GRADLE-3515 | Plugin publishing doesn’t include super-configuration dependencies | Marco Vermeulen | Marco Vermeulen | Resolved | Fixed | 2016-07-28 | 2016-07-28 |
GRADLE-3516 | Publishing plugin breaks when combined with maven-publish | Marco Vermeulen | Marco Vermeulen | Resolved | Fixed | 2016-07-28 | 2016-07-28 |
GRADLE-3517 | ConnectionPoolTimeoutException when using S3 backed repositories | René Gröschke | Resolved | Fixed | 2016-07-29 | 2016-09-16 | |
GRADLE-3518 | HTTP requests block forever because of leaking pooled connections | Stefan Wolf | Lari Hotari | Resolved | Fixed | 2016-08-01 | 2016-08-29 |
GRADLE-3519 | Gradle may hang when executing multiple Test tasks in parallel | Sterling Greene | Resolved | Fixed | 2016-08-06 | 2016-08-06 | |
GRADLE-3520 | Incremental Java compile does not rebuild when upstream classes are deleted | Sterling Greene | Resolved | Won't Fix | 2016-08-06 | 2017-02-10 | |
GRADLE-3521 | Incremental Java compilation of tests fails when a main source file is deleted | Eric Wendelin | Eric Wendelin | Resolved | Fixed | 2016-08-08 | 2016-08-08 |
GRADLE-3522 | WAR task eagerly triggers dependency resolution | Mark Vieira | Mark Vieira | Resolved | Fixed | 2016-08-16 | 2016-08-16 |
GRADLE-3523 | Native binaries plugins prevent from registering root nodes of type File | Paul Merlin | Cédric Champeau | Resolved | Fixed | 2016-08-17 | 2016-08-18 |
GRADLE-3524 | configurations.compile.resolutionStrategy ignored | Donát Csikós | Resolved | Won't Fix | 2016-08-17 | 2016-09-13 | |
GRADLE-3525 | Servlet API should be shaded | Stefan Wolf | Cédric Champeau | Resolved | Fixed | 2016-08-17 | 2016-08-23 |
GRADLE-3526 | Sporadic NoClassDefFoundError | Eric Wendelin | Gary Hale | Resolved | Fixed | 2016-08-17 | 2016-09-12 |
GRADLE-3527 | Daemon builds successfully but command line reports a failed build | Jendrik Johannes | Paul Merlin | Resolved | Duplicate | 2016-08-17 | 2016-12-19 |
GRADLE-3528 | Exec tasks never up-to-date due to changing environment variables | Stefan Wolf | Sterling Greene | Resolved | Fixed | 2016-08-18 | 2016-08-25 |
GRADLE-3529 | Gradle compares versions differently to maven | Stefan Wolf | Resolved | Duplicate | 2016-08-19 | 2017-01-20 | |
GRADLE-3530 | Extra properties do not inherit to grand children | Stefan Wolf | Stefan Wolf | Resolved | Fixed | 2016-08-19 | 2016-08-25 |
GRADLE-3531 | Warn users when they manually call Task.execute | Stefan Oehme | Resolved | Won't Fix | 2016-08-19 | 2017-02-10 | |
GRADLE-3532 | Plugin publish plugin fails with NPE if dependency doesn't have version | Marco Vermeulen | Marco Vermeulen | Resolved | Fixed | 2016-08-22 | 2016-09-16 |
GRADLE-3533 | Gradle fails with NPE when parsing a POM file with missing attributes | Daz DeBoer | Daz DeBoer | Resolved | Fixed | 2016-08-22 | 2016-08-24 |
GRADLE-3534 | Applying the eclipse or idea plugin breaks configure on demand | Stefan Wolf | Benjamin Muschko | Resolved | Fixed | 2016-08-24 | 2016-08-24 |
GRADLE-3535 | nohup output of gradle command contains an IOException about bad file descriptor | Lari Hotari | Resolved | Won't Fix | 2016-08-25 | 2017-02-10 | |
GRADLE-3536 | GStrings in BuildCommands don't work via the TAPI | Stefan Oehme | Stefan Oehme | Resolved | Fixed | 2016-08-26 | 2016-08-29 |
GRADLE-3537 | Classloading issue for Enum as task input property | Lari Hotari | Benjamin Muschko | Resolved | Fixed | 2016-08-26 | 2016-09-12 |
GRADLE-3538 | Up-to-date checks info log doesn't show proper name of @OutputDirectories property | Lóránt Pintér | Stefan Oehme | Resolved | Fixed | 2016-08-29 | 2016-08-29 |
GRADLE-3539 | NullPointerException from gradle --status or gradle --stop on Solaris | Jendrik Johannes | Eric Wendelin | Resolved | Fixed | 2016-08-29 | 2016-09-07 |
GRADLE-3540 | @OutputDirectories are treated as order-sensitive | Lóránt Pintér | Stefan Oehme | Resolved | Fixed | 2016-08-29 | 2016-08-31 |
GRADLE-3541 | Improve warning on un-annotated properties | Lóránt Pintér | Stefan Oehme | Resolved | Fixed | 2016-08-29 | 2016-08-31 |
GRADLE-3542 | Substitution of transitive dependency pulls in all artifacts of substituting project | René Gröschke | Resolved | Fixed | 2016-08-30 | 2016-09-23 | |
GRADLE-3543 | Provide a public API for the instantiator | Stefan Oehme | Resolved | Won't Fix | 2016-08-30 | 2017-02-10 | |
GRADLE-3544 | Provide public API to create polymorphic containers | Stefan Oehme | Resolved | Won't Fix | 2016-08-30 | 2017-02-10 | |
GRADLE-3545 | NullPointerException when running two instances of Gradle in parallel | Stefan Wolf | Resolved | Fixed | 2016-08-31 | 2016-09-05 | |
GRADLE-3546 | Null value in entry: dependencyCacheDir=null | Stefan Wolf | Resolved | Cannot Reproduce | 2016-08-31 | 2016-09-21 | |
GRADLE-3547 | Error opening jacocoagent.jar | Stefan Wolf | Resolved | Duplicate | 2016-08-31 | 2016-11-30 | |
GRADLE-3548 | Gradle init should read source encoding from Maven projects | Stefan Wolf | Stefan Oehme | Resolved | Fixed | 2016-09-01 | 2016-09-02 |
GRADLE-3549 | Copy task up-to-date after rename clause changed | Lóránt Pintér | Resolved | Won't Fix | 2016-09-05 | 2017-02-10 | |
GRADLE-3550 | User Guide: Windows cmd for daemon disabling breaks existing gradle.properties if not ending with a newline | Jendrik Johannes | Resolved | Fixed | 2016-09-06 | 2016-09-06 | |
GRADLE-3551 | Composite builds IDEA integration with duplicate submodule names - only one is marked as a Java module | Eric Wendelin | Resolved | Duplicate | 2016-09-06 | 2017-01-20 | |
GRADLE-3552 | Plugins portal repository does not behave like a maven repository | Marco Vermeulen | Marco Vermeulen | Resolved | Fixed | 2016-09-07 | 2016-09-15 |
GRADLE-3553 | NoClassDefFoundError when plugins shared with included build | Eric Wendelin | Resolved | Fixed | 2016-09-07 | 2017-01-26 | |
GRADLE-3554 | Copy task doesn't follow dependencies of CopySpec task | Lóránt Pintér | Lóránt Pintér | Resolved | Fixed | 2016-09-12 | 2016-09-12 |
GRADLE-3555 | ClassNotFoundException when resolving external dependency | Benjamin Muschko | Resolved | Fixed | 2016-09-12 | 2016-12-20 | |
GRADLE-3556 | Mocked exception type can cause unexpected behavior in the junit test runner | Lari Hotari | Resolved | Won't Fix | 2016-09-13 | 2017-02-10 | |
GRADLE-3557 | Dependency resolution fails with NPE when repository returns 304 | Stefan Wolf | Stefan Wolf | Resolved | Fixed | 2016-09-14 | 2016-09-14 |
GRADLE-3558 | Applying a plugin built with Gradle 2.x through ProjectBuilder can't find internal classes | Benjamin Muschko | Resolved | Fixed | 2016-09-15 | 2016-09-30 | |
GRADLE-3559 | NullPointerException when accessing artifact in cache | Benjamin Muschko | Resolved | Won't Fix | 2016-09-15 | 2017-01-25 | |
GRADLE-3560 | Testing: Using highlighting formatting in console output can lead to additional newlines | Jendrik Johannes | Resolved | Won't Fix | 2016-09-19 | 2017-02-10 | |
GRADLE-3561 | Remove 'logger.setLevel(java.util.logging.Level.FINE)' from 'JavaUtilLoggingSystem' | Jendrik Johannes | Resolved | Won't Fix | 2016-09-20 | 2017-02-10 | |
GRADLE-3562 | Console output is not readable (Windows, Eclipse, Local Terminal) | Jendrik Johannes | Jendrik Johannes | Resolved | Won't Fix | 2016-09-20 | 2017-01-19 |
GRADLE-3563 | Cannot enable parallel execution via system property in TestKit test | Lóránt Pintér | Resolved | Won't Fix | 2016-09-20 | 2017-02-10 | |
GRADLE-3564 | Gradle does not handle include files included via macro | Sterling Greene | Resolved | Won't Fix | 2016-09-20 | 2017-02-10 | |
GRADLE-3565 | Java9 / Jigsaw (b136) issues | Jendrik Johannes | Resolved | Duplicate | 2016-09-21 | 2017-01-18 | |
GRADLE-3566 | Changing Java package name case requires a clean build | Lari Hotari | Resolved | Won't Fix | 2016-09-26 | 2017-02-10 | |
GRADLE-3567 | Passing custom java.io.File class argument to GradleConnector.forProjectDirectory makes daemon unusable | Lari Hotari | Resolved | Won't Fix | 2016-09-26 | 2017-02-10 | |
GRADLE-3568 | NPE in AbstractCopyTask.rename() | Jendrik Johannes | Jendrik Johannes | Resolved | Fixed | 2016-09-28 | 2016-09-29 |
GRADLE-3569 | Copy/Tar/Zip-like tasks: rename(Closure) no longer honors contract | Sterling Greene | Resolved | Duplicate | 2016-09-28 | 2016-09-28 | |
GRADLE-3570 | Model reference $. syntax does not work in project scope | Paul Merlin | Resolved | Duplicate | 2016-09-29 | 2016-12-12 | |
GRADLE-3572 | dependentComponents report shows api-linkage dependents as shared lib dependents | Sterling Greene | Resolved | Won't Fix | 2016-10-12 | 2017-02-10 | |
GRADLE-3573 | JANSI can't initialize if java.io.tmpdir is mounted with noexec | Jendrik Johannes | Benjamin Muschko | Resolved | Fixed | 2016-10-14 | 2016-10-31 |
GRADLE-3574 | Make org.gradle.internal.resource.transport.http.HttpResourceAccessor thread safe | Daniel Lacasse | Daniel Lacasse | Resolved | Fixed | 2016-10-20 | 2016-10-31 |
GRADLE-3575 | IndexOutOfBoundsException is thrown when building task execution graph | Daniel Lacasse | Benjamin Muschko | Resolved | Fixed | 2016-10-25 | 2016-10-31 |
GRADLE-3576 | Child specs in Copy tasks cannot be modified when the Copy task is already running | Stefan Wolf | Stefan Wolf | Resolved | Fixed | 2016-10-26 | 2016-10-26 |
GRADLE-3577 | REPLACED file change type breaks compatibility with existing plugin | Lóránt Pintér | Lóránt Pintér | Resolved | Fixed | 2016-10-26 | 2016-10-31 |
GRADLE-3578 | Daemon JVM crashes if Java compiler uses different Jansi version than bundled with Gradle | Benjamin Muschko | Benjamin Muschko | Resolved | Duplicate | 2016-11-02 | 2017-01-24 |
GRADLE-3579 | Generated scripts in Gradle 3.2 spawn child processes | Jendrik Johannes | Jendrik Johannes | Resolved | Fixed | 2016-11-02 | 2016-11-07 |
GRADLE-3580 | IntelliJ Gradle import does not resolve sources for dependencies | Eric Wendelin | Eric Wendelin | Resolved | Fixed | 2016-11-07 | 2016-11-07 |
GRADLE-3581 | Build fails for Kotlin project with multi-level project dependencies | Daz DeBoer | Eric Wendelin | Resolved | Fixed | 2016-11-07 | 2016-11-07 |
GRADLE-3582 | Gradle wrapper fails to escape arguments with nested quotes | Eric Wendelin | Resolved | Fixed | 2016-11-18 | 2016-11-23 | |
GRADLE-3583 | Newlines in JAVA_OPTS breaks application plugin shell script in Gradle 3.2 | Eric Wendelin | Resolved | Fixed | 2016-11-18 | 2016-11-23 |