changes
This commit is contained in:
@@ -6,7 +6,7 @@ plugins {
|
||||
|
||||
group = 'com.cfdeployer'
|
||||
version = '1.0.0'
|
||||
sourceCompatibility = '17'
|
||||
sourceCompatibility = '21'
|
||||
|
||||
configurations {
|
||||
compileOnly {
|
||||
@@ -21,7 +21,6 @@ repositories {
|
||||
dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter-web'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-validation'
|
||||
implementation 'commons-io:commons-io:2.15.1'
|
||||
|
||||
compileOnly 'org.projectlombok:lombok'
|
||||
annotationProcessor 'org.projectlombok:lombok'
|
||||
|
||||
Reference in New Issue
Block a user