We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fbf1d commit b412c7fCopy full SHA for b412c7f
build.gradle.kts
@@ -2,6 +2,7 @@ import org.hypertrace.gradle.publishing.License.APACHE_2_0
2
3
plugins {
4
`java-gradle-plugin`
5
+ id("org.hypertrace.repository-plugin") version "0.2.1"
6
id("org.hypertrace.ci-utils-plugin") version "0.1.1"
7
id("org.hypertrace.publish-plugin") version "0.3.1"
8
}
@@ -13,10 +14,6 @@ java {
13
14
sourceCompatibility = JavaVersion.VERSION_1_8
15
16
-repositories {
17
- mavenCentral()
18
-}
19
-
20
dependencies {
21
api("com.diffplug.spotless:spotless-plugin-gradle:5.11.0")
22
0 commit comments