Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
2k4sm authored Apr 4, 2024
1 parent 988e35f commit 50d4127
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
buildscript {
repositories {
mavenCentral()
}

dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.2.2")
}
}

plugins {
id 'java'
id 'org.springframework.boot' version '3.2.2'
Expand Down Expand Up @@ -25,16 +35,6 @@ configurations {
}
}

buildscript {
repositories {
mavenCentral()
}

dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.2.2")
}
}

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.modelmapper:modelmapper:2.4.4'
Expand Down

0 comments on commit 50d4127

Please sign in to comment.