Util 모듈 제거

This commit is contained in:
roy-zz
2022-05-05 13:04:53 +09:00
parent 0a0c4129ee
commit 1a30d73b36
35 changed files with 255 additions and 409 deletions

View File

@@ -1,12 +1,9 @@
plugins {
id 'org.springframework.boot' version '2.6.6'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java-library'
}
apply plugin: 'java-library'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
allprojects {
sourceCompatibility = 11.0
@@ -15,7 +12,7 @@ allprojects {
apply plugin: 'io.spring.dependency-management'
group = 'com.roy'
version = '0.0.1-SNAPSHOT'
version = '1.0'
repositories {
mavenLocal()
@@ -23,7 +20,7 @@ allprojects {
}
jar {
enabled(false)
enabled(true)
}
ext {