We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0c344 commit 772780cCopy full SHA for 772780c
1 file changed
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = 'com.kingname'
8
-version = '0.0.1'
+version = '1.0.2'
9
10
java {
11
sourceCompatibility = '11'
@@ -29,16 +29,16 @@ dependencies {
29
testImplementation 'junit:junit:4.12'
30
testImplementation 'org.assertj:assertj-core:3.24.2'
31
// 테스트를 위한 Lombok 설정
32
- testCompileOnly 'org.projectlombok:lombok:버전'
33
- testAnnotationProcessor 'org.projectlombok:lombok:버전'
+ testCompileOnly 'org.projectlombok:lombok:1.18.10'
+ testAnnotationProcessor 'org.projectlombok:lombok:1.18.10'
34
35
36
publishing {
37
publications {
38
mavenJava(MavenPublication) {
39
groupId = 'com.github.shing100'
40
artifactId = 'embeddingStoreManager'
41
- version = '0.0.1'
+ version = '1.0.2'
42
43
from components.java
44
0 commit comments