Skip to content

Commit 772780c

Browse files
committed
[20240202] 빌드 파일 오류 수정
1 parent 9d0c344 commit 772780c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'com.kingname'
8-
version = '0.0.1'
8+
version = '1.0.2'
99

1010
java {
1111
sourceCompatibility = '11'
@@ -29,16 +29,16 @@ dependencies {
2929
testImplementation 'junit:junit:4.12'
3030
testImplementation 'org.assertj:assertj-core:3.24.2'
3131
// 테스트를 위한 Lombok 설정
32-
testCompileOnly 'org.projectlombok:lombok:버전'
33-
testAnnotationProcessor 'org.projectlombok:lombok:버전'
32+
testCompileOnly 'org.projectlombok:lombok:1.18.10'
33+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.10'
3434
}
3535

3636
publishing {
3737
publications {
3838
mavenJava(MavenPublication) {
3939
groupId = 'com.github.shing100'
4040
artifactId = 'embeddingStoreManager'
41-
version = '0.0.1'
41+
version = '1.0.2'
4242

4343
from components.java
4444
}

0 commit comments

Comments
 (0)