-
Notifications
You must be signed in to change notification settings - Fork 236
Expand file tree
/
Copy pathgradle.properties
More file actions
27 lines (24 loc) · 837 Bytes
/
gradle.properties
File metadata and controls
27 lines (24 loc) · 837 Bytes
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
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
kotlin.mpp.commonizerLogLevel=info
# Lib
GROUP=com.aallam.openai
VERSION_NAME=4.1.0
# OSS
mavenCentralPublishing=true
signAllPublications=true
mavenCentralAutomaticPublishing=true
# 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