Skip to content

Commit 0568f3c

Browse files
fix(builds): Fixes upload URLs for releases (#6381)
1 parent 21102ec commit 0568f3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ spinnakerGradleVersion=8.32.1
55
targetJava17=true
66
kotlinVersion=1.6.21
77

8+
nexusStagingUrl=https://ossrh-staging-api.central.sonatype.com/service/local/
9+
nexusSnapshotUrl=https://central.sonatype.com/repository/maven-snapshots/
10+
811
# To enable a composite reference to a project, set the
912
# project property `'<projectName>Composite=true'`.
1013
#

0 commit comments

Comments
 (0)