-
Notifications
You must be signed in to change notification settings - Fork 1
/
gradle.properties
37 lines (29 loc) · 1.17 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
kotlin.code.style=official
kotlin.js.compiler=ir
# Group name and project version, used when publishing. For official releases, the version should be
# provided to Gradle via '-P version="1.0"'.
group=com.solanamobile
artifactIdPrefix=web3
version=main-SNAPSHOT
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_CONNECT_TIMEOUT_SECONDS=180
SONATYPE_CLOSE_TIMEOUT_SECONDS=900
POM_NAME=web3-core
POM_DESCRIPTION=Multiplatform Kotlin Library for Web3 Primitives
POM_INCEPTION_YEAR=2023
POM_URL=https://github.com/solana-mobile/web3-core
POM_LICENSE_NAME=The Apache Software License, Version 2.0
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/solana-mobile/web3-core
POM_SCM_CONNECTION=scm:git:git://github.com/solana-mobile/web3-core
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/solana-mobile/web3-core
POM_DEVELOPER_NAME=Solana Mobile Engineering
POM_DEVELOPER_URL=https://solanamobile.com
# RPC URLs used for testing
testing.rpc.defaultUrl=https://api.devnet.solana.com
testing.rpc.localUrl=http://127.0.0.1:8899
localValidator=false