File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,14 @@ if [ -z "${CI_AWS_SECRET_KEY}" ]
23
23
then
24
24
fatal " CI_AWS_SECRET_KEY is not defined"
25
25
fi
26
+ if [ -z " ${MAVEN_CENTRAL_USERNAME} " ]
27
+ then
28
+ fatal " MAVEN_CENTRAL_USERNAME is not defined"
29
+ fi
30
+ if [ -z " ${MAVEN_CENTRAL_PASSWORD} " ]
31
+ then
32
+ fatal " MAVEN_CENTRAL_PASSWORD is not defined"
33
+ fi
26
34
27
35
# ------------------------------------------------------------------------
28
36
# Add the Gradle properties to the project properties.
@@ -51,4 +59,7 @@ org.thepalaceproject.s3.depend=true
51
59
org.thepalaceproject.aws.access_key_id=${CI_AWS_ACCESS_ID}
52
60
org.thepalaceproject.aws.secret_access_key=${CI_AWS_SECRET_KEY}
53
61
org.thepalaceproject.app.credentials.palace=${CREDENTIALS_PATH}
62
+
63
+ mavenCentralUsername=${MAVEN_CENTRAL_USERNAME}
64
+ mavenCentralPassword=${MAVEN_CENTRAL_PASSWORD}
54
65
EOF
You can’t perform that action at this time.
0 commit comments