Update versions

This commit is contained in:
Sergey
2022-12-05 23:07:05 +00:00
parent ca58d29cb2
commit f57ecc74bc
4 changed files with 14 additions and 10 deletions

View File

@@ -8,8 +8,8 @@ apply plugin: 'io.spring.dependency-management'
group = 'ru.serega6531'
version = '1.0-SNAPSHOT'
sourceCompatibility = JavaVersion.VERSION_15
targetCompatibility = JavaVersion.VERSION_15
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
configurations {
compileOnly {
@@ -44,3 +44,7 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2'
}
test {
useJUnitPlatform()
}