GitXplorerGitXplorer
c

gradle15660

public
0 stars
0 forks
0 issues

Commits

List of commits on branch groovy-dsl.
Unverified
ebfbd8c9a505d1201c5d68a77f88e3964ac90d19

Attempt to stop "Update Gradle Wrapper" spam.

ccpovirk committed 5 months ago
Unverified
ac92a62449604cdb6d3e624f817c9a72c51a2e51

Configure CI to run problem command.

ccpovirk committed 6 months ago
Unverified
84a0280c8da302f68272b6525abf95429b83cddf

Demo of problem reproducible with `./gradlew my-test:build`.

ccpovirk committed 6 months ago
Verified
7dc63a86b46cfdbd40aa6b38c1bd60f7b39092b8

Initialize groovy-dsl

ccpovirk committed 6 months ago

README

The README file for this repository.
📝 There is a matching reproducer for the Kotlin DSL here

Gradle issue reproducer

This is a template repository to create reproducer projects for Gradle issues. The template contains a GitHub Action definition that runs a Gradle build upon each code change. To quickly learn how it works, check the following screencast:

https://user-images.githubusercontent.com/419883/147940456-d0c96c90-f2b5-4574-8133-09647db9545a.mov

How to use the template

  • Fork this repository
    • On the main page, click the Use this Template button
    • Specify the user/org name and a repository name
    • Select Public for repository type
    • Select Include all branches
    • Click Create Repository from template
  • Modify the project in the repository to reproduce the issue
    • You can clone your new forked repository locally and push changes, as usual
    • You can also edit your reproducer in an online editor by replacing github.com with github.dev in the URL (or by pressing the '.' key on the keyboard).
  • Adjust the GitHub Action file
    • You can configure the executed Gradle tasks as well as the environment (task options, log level, JVM version, operating system, etc)
    • The documentation for the Gradle GitHub Action is available here
  • Verify that the reproducer exhibits the problem on the GitHub Action page
  • Link your reproducer to the issue