Skip to content

Commit 5a2d765

Browse files
authored
Update gradle to 8.5 (#92)
* Update gradle to 8.5 * update * update
1 parent 12462bd commit 5a2d765

File tree

5 files changed

+187
-118
lines changed

5 files changed

+187
-118
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import org.hypertrace.gradle.publishing.License
33

44
plugins {
55
id("org.hypertrace.repository-plugin") version "0.4.1"
6-
id("org.hypertrace.ci-utils-plugin") version "0.3.0"
6+
id("org.hypertrace.ci-utils-plugin") version "0.3.2"
77
id("org.hypertrace.avro-plugin") version "0.4.0" apply false
88
id("org.hypertrace.publish-plugin") version "1.0.5" apply false
9-
id("org.hypertrace.jacoco-report-plugin") version "0.2.0" apply false
9+
id("org.hypertrace.jacoco-report-plugin") version "0.2.1" apply false
1010
id("org.hypertrace.code-style-plugin") version "1.1.2" apply false
1111
id("org.owasp.dependencycheck") version "8.2.1"
1212
}

gradle/wrapper/gradle-wrapper.jar

-15.4 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

gradlew

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

0 commit comments

Comments
 (0)