Fix docs pointing to wrong maven repo (#106)

This commit is contained in:
Daniel Chao
2024-02-12 08:24:22 -08:00
committed by GitHub
parent db55c527c6
commit 6f915e5b90
7 changed files with 82 additions and 43 deletions

View File

@@ -47,10 +47,10 @@ plugins {
----
pluginManagement {
repositories {
ifdef::is-release-build[]
ifdef::is-release-version[]
mavenCentral()
endif::[]
ifndef::is-release-build[]
ifndef::is-release-version[]
maven { url "{uri-sonatype}" }
endif::[]
}
@@ -72,10 +72,10 @@ plugins {
----
pluginManagement {
repositories {
ifdef::is-release-build[]
ifdef::is-release-version[]
mavenCentral()
endif::[]
ifndef::is-release-build[]
ifndef::is-release-version[]
maven { url = uri("{uri-sonatype}") }
endif::[]
}