-
Notifications
You must be signed in to change notification settings - Fork 1
/
gradle.properties
52 lines (40 loc) · 1.35 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
40
41
42
43
44
45
46
47
48
49
50
51
52
#
# Copyright (c) 2020-2024 IBA Group.
#
# This program and the accompanying materials are made available under the terms of the
# Eclipse Public License v2.0 which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-v20.html
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBA Group
# Zowe Community
#
kotlin.code.style=official
gradleVersion=8.7
ossrhUsername=username
ossrhPassword=password
# 8 last digits
signing.keyId=FADC1195
signing.password=key_pass
signing.secretKeyRingFile=path/to/secret/key
group=org.zowe
archivesName=kotlinsdk
repositoryUrl=https://github.com/zowe/zowe-client-kotlin-sdk
# Artifacts version (is changed automatically after the version is released)
# !!!DO NOT CHANGE YOURSELF!!!
version=0.5.2
# Artifactory repositories for builds
artifactoryMavenRepo=https://zowe.jfrog.io/zowe/libs-release
artifactoryMavenSnapshotRepo=https://zowe.jfrog.io/zowe/libs-snapshot
# Artifactory credentials for builds (not publishing):
mavenUser=
mavenPassword=
# Artifactory credentials for publishing (need to be changed)
mavenPublishUser=
mavenPublishPassword=
# Artifactory repositories for publising
artifactoryPublishingMavenRepo=https://zowe.jfrog.io/zowe/libs-release-local
artifactoryPublishingMavenSnapshotRepo=https://zowe.jfrog.io/zowe/libs-snapshot-local
sonar.host.url=https://sonarcloud.io