File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ endif::[]
2323
2424:uri-maven-docsite: https://central.sonatype.com
2525
26- :uri-sonatype : https://s01.oss. sonatype.org/content/groups/public
26+ :uri-snapshot-repo : https://central. sonatype.com/repository/maven-snapshots
2727
28- :uri-maven-repo: https://s01.oss. sonatype.org/content/groups/public
28+ :uri-maven-repo: https://central. sonatype.com/repository/maven-snapshots
2929ifdef::is-release-version[]
3030:uri-maven-repo: https://repo1.maven.org/maven2
3131endif::[]
@@ -150,4 +150,5 @@ endif::[]
150150
151151:uri-pkl-roadmap: https://github.com/orgs/apple/projects/12/views/1
152152
153+ // TODO: figure out what the correct URL should be
153154:uri-sonatype-snapshot-download: https://s01.oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.pkl-lang&v={pkl-artifact-version}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ include::ROOT:partial$component-attributes.adoc[]
55:uri-pkl-codegen-java-download: {uri-sonatype-snapshot-download}&a=pkl-cli-codegen-java&e=jar
66
77ifdef::is-release-version[]
8- :uri-pkl-cli- codegen-java-download: {github-releases}/pkl-codegen-java
8+ :uri-pkl-codegen-java-download: {github-releases}/pkl-codegen-java
99endif::[]
1010
1111The Java source code generator takes Pkl class definitions as an input, and generates corresponding Java classes with equally named properties.
@@ -33,7 +33,7 @@ The `pkl-codegen-java` library is available {uri-pkl-codegen-java-maven-module}[
3333It requires Java 17 or higher.
3434
3535ifndef::is-release-version[]
36- NOTE: Snapshots are published to repository `{uri-sonatype }`.
36+ NOTE: Snapshots are published to repository `{uri-snapshot-repo }`.
3737endif::[]
3838
3939==== Gradle
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ The `pkl-doc` library is available {uri-pkl-doc-maven}[from Maven Central].
9494It requires Java 17 or higher.
9595
9696ifndef::is-release-version[]
97- NOTE: Snapshots are published to repository `{uri-sonatype }`.
97+ NOTE: Snapshots are published to repository `{uri-snapshot-repo }`.
9898endif::[]
9999
100100==== Gradle
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ It requires Java 17 or higher and Gradle 8.1 or higher.
2525Earlier Gradle versions are not supported.
2626
2727ifndef::is-release-version[]
28- NOTE: Snapshots are published to repository `{uri-sonatype }`.
28+ NOTE: Snapshots are published to repository `{uri-snapshot-repo }`.
2929endif::[]
3030
3131The plugin is applied as follows:
You can’t perform that action at this time.
0 commit comments