File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
33plugins {
44 id(" application" )
55 id(" jacoco" )
6- kotlin(" jvm" ) version (" 1.9.10 " )
7- id(" com.google.devtools.ksp" ) version (" 1.9.10 -1.0.13 " )
6+ kotlin(" jvm" ) version (" 1.9.25 " )
7+ id(" com.google.devtools.ksp" ) version (" 1.9.25 -1.0.20 " )
88}
99
1010group = property(" groupId" )!!
@@ -32,6 +32,7 @@ configurations {
3232
3333repositories {
3434 mavenCentral()
35+ maven { url = uri(" https://central.sonatype.com/repository/maven-snapshots" ) }
3536}
3637
3738dependencies {
Original file line number Diff line number Diff line change 11groupId =ru.tinkoff.kora
2- koraVersion =1.1.25
2+ koraVersion =1.2.0
33
44
55# #### GRADLE #####
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ pluginManagement {
22 repositories {
33 gradlePluginPortal()
44 mavenCentral()
5+ maven { url = uri(" https://central.sonatype.com/repository/maven-snapshots" ) }
56 }
67}
78
You can’t perform that action at this time.
0 commit comments