mirror of
https://github.com/apple/pkl.git
synced 2026-04-23 00:38:37 +02:00
Fix artifact name
This commit is contained in:
committed by
Philip K.F. Hölzenspies
parent
5a8d8680c4
commit
604bb83acb
@@ -33,7 +33,7 @@ Groovy::
|
|||||||
[source,groovy,subs="+attributes"]
|
[source,groovy,subs="+attributes"]
|
||||||
----
|
----
|
||||||
dependencies {
|
dependencies {
|
||||||
compile "org.pkl-lang:pkl-config-kotlin:{pkl-artifact-version}"
|
compile "org.pkl-lang:pkl-codegen-kotlin:{pkl-artifact-version}"
|
||||||
}
|
}
|
||||||
|
|
||||||
ifndef::is-release-build[]
|
ifndef::is-release-build[]
|
||||||
@@ -49,7 +49,7 @@ Kotlin::
|
|||||||
[source,kotlin,subs="+attributes"]
|
[source,kotlin,subs="+attributes"]
|
||||||
----
|
----
|
||||||
dependencies {
|
dependencies {
|
||||||
compile("org.pkl-lang:pkl-config-kotlin:{pkl-artifact-version}")
|
compile("org.pkl-lang:pkl-codegen-kotlin:{pkl-artifact-version}")
|
||||||
}
|
}
|
||||||
|
|
||||||
ifndef::is-release-build[]
|
ifndef::is-release-build[]
|
||||||
|
|||||||
Reference in New Issue
Block a user