label-to-review 커밋
This commit is contained in:
@@ -6,8 +6,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = 'com.kamco.cd'
|
||||
version = '0.0.1-SNAPSHOT'
|
||||
description = 'label-to-review'
|
||||
description = 'kamco-label-to-review'
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
@@ -15,14 +14,6 @@ java {
|
||||
}
|
||||
}
|
||||
|
||||
bootJar {
|
||||
archiveFileName = "label-to-review.jar"
|
||||
}
|
||||
|
||||
jar {
|
||||
enabled = false // plain.jar 안 만들기(혼동 방지)
|
||||
}
|
||||
|
||||
configurations {
|
||||
compileOnly {
|
||||
extendsFrom annotationProcessor
|
||||
@@ -69,15 +60,15 @@ dependencies {
|
||||
// actuator
|
||||
implementation 'org.springframework.boot:spring-boot-starter-actuator'
|
||||
|
||||
// Redis
|
||||
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
|
||||
|
||||
// SpringDoc OpenAPI (Swagger)
|
||||
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0'
|
||||
|
||||
// Apache Commons Compress for archive handling
|
||||
implementation 'org.apache.commons:commons-compress:1.26.0'
|
||||
|
||||
// crypto
|
||||
implementation 'org.mindrot:jbcrypt:0.4'
|
||||
|
||||
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
|
||||
implementation 'org.reflections:reflections:0.10.2'
|
||||
|
||||
@@ -89,10 +80,15 @@ dependencies {
|
||||
configurations.configureEach {
|
||||
exclude group: 'javax.media', module: 'jai_core'
|
||||
}
|
||||
//
|
||||
//tasks.named('test') {
|
||||
// useJUnitPlatform()
|
||||
//}
|
||||
|
||||
tasks.named('test') {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
//bootJar {
|
||||
// archiveFileName = 'ROOT.jar'
|
||||
//}
|
||||
|
||||
// Spotless configuration for code formatting (2-space indent)
|
||||
spotless {
|
||||
|
||||
Reference in New Issue
Block a user