Skip to content

Commit

Permalink
✨ spring-configuration-metadata.json 생성 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
allbegray committed Apr 11, 2023
1 parent 5cda177 commit 89f0e85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ plugins {
id 'maven-publish'
id 'org.jetbrains.kotlin.jvm' version '1.7.22'
id 'org.jetbrains.kotlin.plugin.spring' version '1.7.22'
id "org.jetbrains.kotlin.kapt" version "1.7.22"
id "org.jmailen.kotlinter" version "3.13.0"
id 'idea'
id "com.google.devtools.ksp" version "1.7.22-1.0.8"
}

group = 'herbaccara'
version = '0.0.7'
version = '0.0.8'
sourceCompatibility = '1.8'

publishing {
Expand Down Expand Up @@ -53,6 +54,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot:2.7.0'
implementation 'org.springframework.boot:spring-boot-autoconfigure:2.7.0'
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.7.0'
kapt "org.springframework.boot:spring-boot-configuration-processor:2.7.0"

implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.13.3'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.3'
Expand Down

0 comments on commit 89f0e85

Please sign in to comment.