-
Notifications
You must be signed in to change notification settings - Fork 1
/
gradle.properties
39 lines (30 loc) · 1.06 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
#Gradle
org.gradle.jvmargs=-Xmx4G
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.daemon=true
org.gradle.parallel=true
#Kotlin
kotlin.code.style=official
kotlin.daemon.jvmargs=-Xmx4G
#IOS
kotlin.apple.xcodeCompatibility.nowarn=true
#Android
android.useAndroidX=true
android.nonTransitiveRClass=true
# Library Publishing configuration
GROUP=io.github.mr3y-the-programmer
VERSION_NAME=0.4.0
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true
POM_INCEPTION_YEAR=2024
POM_URL=https://github.com/mr3y-the-programmer/PodcastIndex-SDK
POM_LICENSE_NAME=Apache-2.0
POM_LICENSE_URL=https://github.com/mr3y-the-programmer/PodcastIndex-SDK/blob/main/LICENSE
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/mr3y-the-programmer/PodcastIndex-SDK
POM_SCM_CONNECTION=scm:git:git://github.com/mr3y-the-programmer/PodcastIndex-SDK.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/mr3y-the-programmer/PodcastIndex-SDK.git
POM_DEVELOPER_ID=mr3y-the-programmer
POM_DEVELOPER_NAME=Abdelrahman Khairy
POM_DEVELOPER_URL=https://github.com/mr3y-the-programmer