From 60238a4b0d0911a0cee671b756e857b33b9d4bb0 Mon Sep 17 00:00:00 2001 From: Nezumi <123229563+Nez27@users.noreply.github.com> Date: Thu, 26 Jan 2023 11:04:54 +0700 Subject: [PATCH] Update build.gradle --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) 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'