mirror of
https://github.com/apple/pkl.git
synced 2026-07-16 10:02:46 +02:00
Fix docsite (#1740)
This commit is contained in:
@@ -56,7 +56,7 @@ ifdef::is-release-version[]
|
||||
mavenCentral()
|
||||
endif::[]
|
||||
ifndef::is-release-version[]
|
||||
maven(url = "{uri-sonatype}")
|
||||
maven(url = "{uri-snapshot-repo}")
|
||||
endif::[]
|
||||
}
|
||||
----
|
||||
@@ -75,7 +75,7 @@ ifdef::is-release-version[]
|
||||
mavenCentral()
|
||||
endif::[]
|
||||
ifndef::is-release-version[]
|
||||
maven { url "{uri-sonatype}" }
|
||||
maven { url "{uri-snapshot-repo}" }
|
||||
endif::[]
|
||||
}
|
||||
----
|
||||
@@ -99,9 +99,9 @@ ifndef::is-release-version[]
|
||||
<repository>
|
||||
<id>sonatype-s01</id>
|
||||
<name>Sonatype S01</name>
|
||||
<url>{uri-sonatype}</url>
|
||||
<url>{uri-snapshot-repo}</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</repositories>
|
||||
endif::[]
|
||||
</project>
|
||||
----
|
||||
|
||||
@@ -45,7 +45,7 @@ ifdef::is-release-version[]
|
||||
mavenCentral()
|
||||
endif::[]
|
||||
ifndef::is-release-version[]
|
||||
maven(url = "{uri-sonatype}")
|
||||
maven(url = "{uri-snapshot-repo}")
|
||||
endif::[]
|
||||
}
|
||||
----
|
||||
@@ -66,7 +66,7 @@ repositories {
|
||||
endif::[]
|
||||
ifndef::is-release-version[]
|
||||
repositories {
|
||||
maven { url "{uri-sonatype}" }
|
||||
maven { url "{uri-snapshot-repo}" }
|
||||
}
|
||||
endif::[]
|
||||
----
|
||||
@@ -92,7 +92,7 @@ ifndef::is-release-version[]
|
||||
<repository>
|
||||
<id>sonatype-s01</id>
|
||||
<name>Sonatype S01</name>
|
||||
<url>{uri-sonatype}</url>
|
||||
<url>{uri-snapshot-repo}</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
endif::[]
|
||||
|
||||
Reference in New Issue
Block a user