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.
plugins {
id("org.hypertrace.repository-plugin") version "<version>"
}