Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gradle/develocity-build-config-samples
Code samples that demonstrate how to customize your Develocity build configuration using Gradle, Maven, Bazel or sbt
https://github.com/gradle/develocity-build-config-samples
android gradle java maven
Last synced: 4 days ago
JSON representation
Code samples that demonstrate how to customize your Develocity build configuration using Gradle, Maven, Bazel or sbt
- Host: GitHub
- URL: https://github.com/gradle/develocity-build-config-samples
- Owner: gradle
- License: apache-2.0
- Created: 2019-03-07T20:33:16.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T13:39:24.000Z (3 months ago)
- Last Synced: 2024-10-29T16:11:53.703Z (3 months ago)
- Topics: android, gradle, java, maven
- Language: Java
- Homepage: https://gradle.com/develocity
- Size: 23.6 MB
- Stars: 70
- Watchers: 20
- Forks: 34
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> _This repository is maintained by the Develocity Solutions team, as one of several publicly available repositories:_
> - _[Android Cache Fix Gradle Plugin][android-cache-fix-plugin]_
> - _[Common Custom User Data Gradle Plugin][ccud-gradle-plugin]_
> - _[Common Custom User Data Maven Extension][ccud-maven-extension]_
> - _[Develocity Build Configuration Samples][develocity-build-config-samples] (this repository)_
> - _[Develocity Build Validation Scripts][develocity-build-validation-scripts]_
> - _[Develocity Open Source Projects][develocity-oss-projects]_
> - _[Quarkus Build Caching Extension][quarkus-build-caching-extension]_# Develocity Build Configuration Samples
[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.solutions-team.gradle.com/scans)
This repository contains samples that demonstrate how to customize and optimize your Develocity build configuration using Gradle or Maven.
The samples aim to demonstrate customizations, optimizations, API usages, as well as patterns for applying and reusing Develocity build configuration across multiple projects.
## Samples
The samples can be grouped into the following categories:
- Configuration snippets to capture additional data in build scans
- Configuration snippets to optimize build performance
- Template projects for Gradle and Maven when using Develocity
- Scripts and code to apply and reuse Develocity across multiple projects and build tools## Learn more
Visit our website to learn more about [Develocity][develocity].
## License
The Develocity build configuration samples are open-source software released under the [Apache 2.0 License][apache-license].
[android-cache-fix-plugin]: https://github.com/gradle/android-cache-fix-gradle-plugin
[ccud-gradle-plugin]: https://github.com/gradle/common-custom-user-data-gradle-plugin
[ccud-maven-extension]: https://github.com/gradle/common-custom-user-data-maven-extension
[develocity-build-config-samples]: https://github.com/gradle/develocity-build-config-samples
[develocity-build-validation-scripts]: https://github.com/gradle/develocity-build-validation-scripts
[develocity-oss-projects]: https://github.com/gradle/develocity-oss-projects
[quarkus-build-caching-extension]: https://github.com/gradle/quarkus-build-caching-extension
[develocity]: https://gradle.com/develocity
[apache-license]: https://www.apache.org/licenses/LICENSE-2.0.html