Update docs/modules/kotlin-binding/pages/pkl-config-kotlin.adoc

Co-authored-by: Stefan M. <StefMa@users.noreply.github.com>
This commit is contained in:
Fruxz
2024-04-09 15:02:19 +02:00
committed by Philip K.F. Hölzenspies
parent 0a328fafed
commit e48256942c

View File

@@ -34,7 +34,7 @@ ifdef::is-release-version[]
mavenCentral()
endif::[]
ifndef::is-release-version[]
maven { url = uri("{uri-sonatype}") }
maven(url = "{uri-sonatype}")
endif::[]
}
----