Skip to content

Commit b412c7f

Browse files
committed
added ht repository plugin
1 parent 46fbf1d commit b412c7f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import org.hypertrace.gradle.publishing.License.APACHE_2_0
22

33
plugins {
44
`java-gradle-plugin`
5+
id("org.hypertrace.repository-plugin") version "0.2.1"
56
id("org.hypertrace.ci-utils-plugin") version "0.1.1"
67
id("org.hypertrace.publish-plugin") version "0.3.1"
78
}
@@ -13,10 +14,6 @@ java {
1314
sourceCompatibility = JavaVersion.VERSION_1_8
1415
}
1516

16-
repositories {
17-
mavenCentral()
18-
}
19-
2017
dependencies {
2118
api("com.diffplug.spotless:spotless-plugin-gradle:5.11.0")
2219
}

0 commit comments

Comments
 (0)