Skip to content

Commit 6567d40

Browse files
committed
Quote the publication reposity name
1 parent 1382b7e commit 6567d40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ publishing {
137137
}
138138
if (isReleaseVersion) {
139139
maven {
140-
name = sonatypeMaven2
140+
name = "sonatypeMaven2"
141141
url = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
142142
credentials {
143143
username = System.getenv('SONATYPE_USERNAME')

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group=org.maproulette.client
22
# Be sure to keep the trailing '-SNAPSHOT' in the version so that automation works correctly.
33
# Publishing snapshots: New commits on main or dev will publish snapshot builds
44
# Publishing release: A GitHub Release (using the UI) trigger a build which removes the trailing '-SNAPSHOT'.
5-
version=0.4.2-SNAPSHOT
5+
version=0.4.3-SNAPSHOT
66

77
maven2_url=https://oss.sonatype.org/service/local/staging/deploy/maven2/
88
snapshot_url=https://oss.sonatype.org/content/repositories/snapshots/

0 commit comments

Comments
 (0)