Skip to content

Commit

Permalink
fix: fix deps issues
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 8, 2023
1 parent 0063656 commit 51aaafc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,14 @@ jacoco {
toolVersion = "0.8.8"
}

repositories {
mavenCentral()
mavenLocal()
google()
}

allprojects {
apply(plugin = "java")
apply(plugin = "jacoco")

repositories {
mavenCentral()
mavenLocal()
google()
}

group = "cc.unitmesh"
Expand Down

0 comments on commit 51aaafc

Please sign in to comment.