/hypertrace-gradle-repository-plugin

A gradle plugin to configure the hypertrace maven repository

Primary LanguageJavaApache License 2.0Apache-2.0

Hypertrace Repository Plugin

org.hypertrace.repository-plugin

CircleCI

Purpose

This plugin configures the target project and its descendants to use mavenLocal(), mavenCentral(), the Hypertrace maven repository, and the Confluent maven repository for dependency resolution. They are resolved in that order. Additional repositories can still be added directly as needed.

Example

plugins {
  id("org.hypertrace.repository-plugin") version "<version>"
}