We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3ebbb commit d575299Copy full SHA for d575299
2 files changed
build.gradle
@@ -13,7 +13,7 @@ import com.vanniktech.maven.publish.JavaLibrary
13
import com.vanniktech.maven.publish.JavadocJar
14
15
group 'com.digitalsanctuary.springaiclient'
16
-version '1.1.0'
+version '1.1.1'
17
description = 'Simple SpringBoot AI Client Library'
18
19
ext {
@@ -59,7 +59,7 @@ tasks.named('bootJar') {
59
60
tasks.named('jar') {
61
enabled = true
62
- archiveBaseName.set('spring-ai-client')
+ archiveBaseName.set('ds-spring-ai-client')
63
archiveClassifier.set('')
64
}
65
settings.gradle
@@ -1 +1 @@
1
-rootProject.name = 'spring-ai-client'
+rootProject.name = 'ds-spring-ai-client'
0 commit comments