Fix docsite (#1740)

This commit is contained in:
Daniel Chao
2026-07-08 09:45:07 -07:00
committed by GitHub
parent 7499a89d83
commit c3d570c769
8 changed files with 21 additions and 20 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ ifdef::is-release-version[]
mavenCentral()
endif::[]
ifndef::is-release-version[]
maven(url = "{uri-sonatype}")
maven(url = "{uri-snapshot-repo}")
endif::[]
}
}
@@ -76,7 +76,7 @@ ifdef::is-release-version[]
mavenCentral()
endif::[]
ifndef::is-release-version[]
maven { url "{uri-sonatype}" }
maven { url "{uri-snapshot-repo}" }
endif::[]
}
}