You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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:
com.gradle.common-custom-user-data-gradle-plugin
to add tags/labels to the generated build scan (instead of defining custom build-scan customizations).com.gradle.plugin-publish
pluginAlternatively, 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
The text was updated successfully, but these errors were encountered: