https://github.com/hypertrace/hypertrace-gradle-repository-plugin
A gradle plugin to configure the hypertrace maven repository
https://github.com/hypertrace/hypertrace-gradle-repository-plugin
Last synced: 11 months ago
JSON representation
A gradle plugin to configure the hypertrace maven repository
- Host: GitHub
- URL: https://github.com/hypertrace/hypertrace-gradle-repository-plugin
- Owner: hypertrace
- License: apache-2.0
- Created: 2020-06-25T04:21:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T11:04:44.000Z (over 2 years ago)
- Last Synced: 2025-01-21T17:49:53.248Z (about 1 year ago)
- Language: Java
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Hypertrace Repository Plugin
###### org.hypertrace.repository-plugin
[](https://circleci.com/gh/hypertrace/hypertrace-gradle-repository-plugin)
### Purpose
This plugin configures the target project and its descendants to use mavenLocal(), mavenCentral(),
the [Hypertrace maven](https://hypertrace.jfrog.io/artifactory/maven) repository, and the
[Confluent maven](https://packages.confluent.io/maven) repository for dependency resolution.
They are resolved in that order. Additional repositories can still be added directly as needed.
### Example
```kotlin
plugins {
id("org.hypertrace.repository-plugin") version ""
}
```