Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation references 'gradle-site-plugin' which builds with Gradle 5.4.1 #189

Open
bigdaz opened this issue Mar 22, 2022 · 3 comments
Open
Assignees

Comments

@bigdaz
Copy link
Member

bigdaz commented Mar 22, 2022

The various "Gradle on CI" chapters in the User Guide each use https://github.com/gradle/gradle-site-plugin as an example project to build and test. eg:

This repository is very out of date, and should be modernized:

  • Update to use latest version of Gradle (currently uses Gradle 5.4.1)
  • Use the new test-suite functionality to define the 'integrationTest' task
  • Apply the com.gradle.common-custom-user-data-gradle-plugin to add tags/labels to the generated build scan (instead of defining custom build-scan customizations).
  • Apply the latest version of com.gradle.plugin-publish plugin
  • ... various other things could be improved ...

Alternatively, a different, simpler, sample project could be used for documenting CI systems with Gradle.

Expected Behavior

Projects referenced by documentation should build with a newer version of Gradle.

Current Behavior

The project linked from the CI chapters builds with Gradle 5.4.1

@big-guy
Copy link
Member

big-guy commented Mar 29, 2022

I don't think we should update that repo at all. We removed all of the references to it from the other guides we had. I guess we didn't update the ones for TeamCity/Travis/Jenkins.

We should update the first part of these guides to use gradle init and delete the references to gradle-site-plugin.

@bigdaz
Copy link
Member Author

bigdaz commented Apr 5, 2022

We should update the first part of these guides to use gradle init and delete the references to gradle-site-plugin.

This is a good point @big-guy. I've updated the new GitHub Actions guide to use gradle init to initialize a Gradle project.
1971b52a1448f01ad2ec07e4ff713f2f687a826a
I have not updated the other guides, but it may be possible to extract the content out of the new guide and share between all of the CI guides.

@lkasso lkasso self-assigned this Dec 13, 2024
@lkasso
Copy link
Member

lkasso commented Dec 13, 2024

These pages are now hosted on the community site.
The issue has been moved to: https://github.com/gradle/community/issues/188

@lkasso lkasso closed this as completed Dec 13, 2024
@lkasso lkasso reopened this Dec 13, 2024
@lkasso lkasso transferred this issue from gradle/gradle Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants