-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgradle.properties
25 lines (19 loc) · 913 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
kotlin.code.style=official
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
GROUP=com.prof18.kmp-framework-bundler
VERSION_NAME=0.0.17
POM_ARTIFACT_ID=kmp-framework-bundler
POM_NAME=KMP Framework Bundler
POM_DESCRIPTION=Gradle plugin to manage the distribution via CocoaPod of a Kotlin Multiplatform library for Apple platforms with a XCFramework or a FatFramework
POM_PACKAGING=jar
POM_URL=https://github.com/prof18/kmp-framework-bundler
POM_SCM_URL=https://github.com/prof18/kmp-framework-bundler
POM_SCM_CONNECTION=scm:git:https://github.com/prof18/kmp-framework-bundler
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/prof18/kmp-framework-bundler.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=prof18
POM_DEVELOPER_NAME=Marco Gomiero
POM_DEVELOPER_URL=https://github.com/prof18/