We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6594854 commit 09374fcCopy full SHA for 09374fc
1 file changed
gradle.properties
@@ -1,8 +1,24 @@
1
GROUP=sk.ainet.core
2
-VERSION_NAME=0.0.9
+VERSION_NAME=0.0.1.0
3
+
4
+POM_DESCRIPTION=SKaiNET
5
6
+POM_URL=https://github.com/sk-ai-net/skainet/
7
+POM_SCM_URL=https://github.com/sk-ai-net/skainet
8
+POM_SCM_CONNECTION=scm:git:git@github.com:sk-ai-net/skainet.git
9
+POM_SCM_DEV_CONNECTION=scm:git:ssh@github.com:sk-ai-net/skainet.git
10
11
+POM_LICENCE_NAME=MIT License
12
+POM_LICENCE_URL=https://mit-license.org/
13
+POM_LICENCE_DIST=repo
14
15
+POM_DEVELOPER_ID=sk-ai-net
16
+POM_DEVELOPER_NAME=SKaiNET development team
17
+POM_DEVELOPER_URL=https://github.com/sk-ai-net/
18
19
mavenCentralPublishing=true
20
mavenCentralAutomaticPublishing=true
21
+signAllPublications=true
22
23
#Gradle
24
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
0 commit comments