Util 모듈 제거
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user