An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Hypertrace Repository Plugin
###### org.hypertrace.repository-plugin
[![CircleCI](https://circleci.com/gh/hypertrace/hypertrace-gradle-repository-plugin.svg?style=svg)](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 ""
}
```