From 1763084dfc6d869da7d72209e3ec97c49adc3641 Mon Sep 17 00:00:00 2001 From: ezberlin <60936497+ezberlin@users.noreply.github.com> Date: Sat, 14 Dec 2024 14:07:11 +0100 Subject: [PATCH] Correct property comment syntx in documentation (#880) --- docs/central.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/central.md b/docs/central.md index 6e2f434d..84c1d7cc 100755 --- a/docs/central.md +++ b/docs/central.md @@ -103,7 +103,7 @@ This can be done through either the DSL or by setting Gradle properties. SONATYPE_HOST=DEFAULT # or when publishing to https://s01.oss.sonatype.org SONATYPE_HOST=S01 - // or when publishing to https://central.sonatype.com/ + # or when publishing to https://central.sonatype.com/ SONATYPE_HOST=CENTRAL_PORTAL RELEASE_SIGNING_ENABLED=true