diff --git a/build.gradle b/build.gradle index 701ad45..dca7f7e 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,12 @@ repositories { mavenCentral() } +apply plugin: 'maven-publish' + dependencies { + // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-maven-plugin + implementation group: 'org.springframework.boot', name: 'spring-boot-maven-plugin', version: '3.0.0' + implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-data-rest' compileOnly 'org.projectlombok:lombok'