Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
koenighotze committed Oct 4, 2023
1 parent ff11c89 commit 80f0f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.lang.Runtime.getRuntime

plugins {
id("org.springframework.boot") version "3.1.4"
// id("io.spring.dependency-management") version "1.1.3"
id("io.spring.dependency-management") version "1.1.3"
kotlin("jvm") version "1.8.22"
kotlin("plugin.spring") version "1.8.22"
kotlin("plugin.jpa") version "1.8.22"
Expand All @@ -16,7 +16,7 @@ plugins {

}

apply(plugin = "io.spring.dependency-management")
//apply(plugin = "io.spring.dependency-management")

group = "org.koenighotze"
version = "0.0.1-SNAPSHOT"
Expand Down

0 comments on commit 80f0f01

Please sign in to comment.