Skip to content

gradle/gradle

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

…ndly

ListenerBroadcast and friends are complex structures(with lots of lazy init'ing) and pose challenges for correctly storing/restoring their state to/from disk (as required by CC).

This changeset simplifies the configuration-time state kept by AbstractTestTask so it only collects references to TestListener and TestOutputListener instances, without instantiating any ListenerBroadcasts.

Issue: #25855

Co-authored-by: Rafael Chaves <rchaves@gradle.com>
b2db388

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 17, 2011 15:17
July 10, 2023 23:04
Gradle

Revved up by Gradle Enterprise CII Best Practices

Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, Kotlin, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins.

For more information, please visit the official project homepage

Getting Started

Stay in Flow

Enjoy first-class Gradle support in your IDE of choice.

Need Help?

Contributing

If you're looking to contribute to Gradle or provide a patch/pull request, you can find more info here.

This project adheres to the Gradle Code of Conduct. By participating, you are expected to uphold this code.