-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
25 lines (23 loc) · 1.18 KB
/
Copy pathgradle.properties
File metadata and controls
25 lines (23 loc) · 1.18 KB
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
org.gradle.jvmargs=-Xmx2560m -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true
android.useAndroidX=true
android.nonTransitiveRClass=true
kotlin.code.style=official
# Enabled parallel sync for Gradle 9.4+
org.gradle.tooling.parallel=true
# --- Maven Central publication coordinates for :nfc-locator-core ---
# GROUP must be a namespace you've verified ownership of on the Central Portal
# (https://central.sonatype.com/publishing/namespaces). Without a custom domain, the
# io.github.<username> pattern is auto-verifiable via a public GitHub repo of that name.
GROUP=io.github.nagarjunavs
POM_ARTIFACT_ID=nfc-locator-core
# Bump for every release. Keep the -SNAPSHOT suffix while iterating locally/on snapshots -
# release() in nfc-locator-core/build.gradle.kts refuses to sign+stage a SNAPSHOT build.
VERSION_NAME=0.2.1-SNAPSHOT
POM_URL=https://github.com/nagarjunavs/NFCLocatorAndroid
POM_SCM_URL=https://github.com/nagarjunavs/NFCLocatorAndroid
POM_SCM_CONNECTION=scm:git:git://github.com/nagarjunavs/NFCLocatorAndroid.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/nagarjunavs/NFCLocatorAndroid.git
POM_DEVELOPER_ID=nagarjunavs
POM_DEVELOPER_NAME=Nagarjuna Vutkuri Swamy