1
0

gradle 8.12.1
All checks were successful
Build & Publish / build (push) Successful in 6m37s

This commit is contained in:
Jannik Reimers 2025-01-25 02:39:18 +01:00
parent 3a04c4d6ed
commit 8ce36de89a
Signed by: jansel
GPG Key ID: 39C62D7D5233CFD0
3 changed files with 3 additions and 3 deletions

2
.idea/kotlinc.xml generated
View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="KotlinJpsPluginSettings"> <component name="KotlinJpsPluginSettings">
<option name="version" value="2.0.21" /> <option name="version" value="2.1.0" />
</component> </component>
</project> </project>

View File

@ -89,6 +89,6 @@ docker {
} }
tasks.wrapper { tasks.wrapper {
gradleVersion = "8.12" gradleVersion = "8.12.1"
distributionType = Wrapper.DistributionType.BIN distributionType = Wrapper.DistributionType.BIN
} }

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME