Skip to content

Commit

Permalink
Commit works.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheroliv committed Nov 4, 2024
1 parent e9875fa commit 1e81929
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ plugins {
java
idea
jacoco
kotlin("jvm").version("2.0.21")
kotlin("plugin.spring").version("2.0.21")
kotlin("plugin.allopen").version("2.0.21")
kotlin("plugin.noarg").version("2.0.21")
kotlin("plugin.serialization").version("2.0.21")
kotlin("jvm")//.version("2.0.21")
kotlin("plugin.spring")//.version("2.0.21")
kotlin("plugin.allopen")//.version("2.0.21")
kotlin("plugin.noarg")//.version("2.0.21")
kotlin("plugin.serialization")//.version("2.0.21")
id("org.springframework.boot")
id("io.spring.dependency-management")
application
Expand Down
1 change: 1 addition & 0 deletions api/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencyResolutionManagement {
maven("https://maven.xillio.com/artifactory/libs-release/")
maven("https://mvnrepository.com/repos/springio-plugins-release")
maven("https://archiva-repository.apache.org/archiva/repository/public/")
maven ("https://plugins.gradle.org/m2/")
}
}

Expand Down

0 comments on commit 1e81929

Please sign in to comment.