Skip to content

Commit ceb006a

Browse files
committed
chore: upgrade gradle to latest JVM11 compatible
1 parent 5912c27 commit ceb006a

5 files changed

Lines changed: 16 additions & 8 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
jacoco
1717
id("pl.allegro.tech.build.axion-release") version "1.18.18"
1818
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
19-
id("ru.vyarus.quality") version "4.8.0"
19+
id("ru.vyarus.quality") version "6.0.1"
2020
kotlin("jvm") version "1.7.10"
2121
}
2222

gradle/wrapper/gradle-wrapper.jar

1.19 KB
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-7.5.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

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

gradlew.bat

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

0 commit comments

Comments
 (0)