forked from aallam/openai-kotlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
28 lines (25 loc) · 890 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
kotlin.mpp.commonizerLogLevel=info
kotlin.mpp.applyDefaultHierarchyTemplate=false
# Lib
#GROUP=com.aallam.openai
#VERSION_NAME=4.0.2-SNAPSHOT
# OSS
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=false
SONATYPE_AUTOMATIC_RELEASE=false
# POM
POM_DESCRIPTION=OpenAI API Kotlin Client
POM_URL=https://github.com/Aallam/openai-kotlin
POM_SCM_URL=https://github.com/Aallam/openai-kotlin
POM_SCM_CONNECTION=scm:git:git://github.com/Aallam/openai-kotlin.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com/Aallam/openai-kotlin.git
POM_LICENCE_NAME=MIT License
POM_LICENCE_URL=https://github.com/Aallam/openai-kotlin/blob/main/LICENSE
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=aallam
POM_DEVELOPER_NAME=Mouaad Aallam
POM_ISSUE_SYSTEM=github
POM_ISSUE_URL=https://github.com/Aallam/openai-kotlin/issues