Skip to content

Commit a41ac6d

Browse files
Merge pull request #7 from hypertrace/update
chore: update versions
2 parents 78e2b9e + 10b0a71 commit a41ac6d

File tree

6 files changed

+171
-139
lines changed

6 files changed

+171
-139
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
`java-gradle-plugin`
55
id("org.hypertrace.repository-plugin") version "0.4.0"
66
id("org.hypertrace.ci-utils-plugin") version "0.3.0"
7-
id("org.hypertrace.publish-plugin") version "1.0.2"
7+
id("org.hypertrace.publish-plugin") version "1.0.4"
88
}
99

1010
group = "org.hypertrace.gradle.code.style"
@@ -15,7 +15,7 @@ java {
1515
}
1616

1717
dependencies {
18-
api("com.diffplug.spotless:spotless-plugin-gradle:5.11.1")
18+
api("com.diffplug.spotless:spotless-plugin-gradle:6.8.0")
1919
}
2020

2121
gradlePlugin {

gradle/wrapper/gradle-wrapper.jar

911 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 153 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)