Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
reta authored Mar 10, 2022
1 parent 69ec219 commit 149dc24
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ allprojects {
mavenCentral()
mavenLocal()
maven(url = "https://plugins.gradle.org/m2/")
jcenter()
}

apply(plugin = "checkstyle")
Expand Down
1 change: 0 additions & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ repositories {
mavenCentral()
mavenLocal()
maven(url = "https://plugins.gradle.org/m2/")
jcenter()
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionSha256Sum=b586e04868a22fd817c8971330fec37e298f3242eb85c374181b12d637f80302
1 change: 0 additions & 1 deletion java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ buildscript {
mavenCentral()
mavenLocal()
maven(url = "https://plugins.gradle.org/m2/")
jcenter()
}
}

Expand Down

0 comments on commit 149dc24

Please sign in to comment.