mirror of
https://github.com/apple/pkl.git
synced 2026-04-23 16:58:37 +02:00
Alphabetically sort the projects list in settings.gradle.kts (#1015)
This commit is contained in:
@@ -19,8 +19,6 @@ include("bench")
|
|||||||
|
|
||||||
include("docs")
|
include("docs")
|
||||||
|
|
||||||
include("stdlib")
|
|
||||||
|
|
||||||
include("pkl-cli")
|
include("pkl-cli")
|
||||||
|
|
||||||
include("pkl-codegen-java")
|
include("pkl-codegen-java")
|
||||||
@@ -41,13 +39,15 @@ include("pkl-core")
|
|||||||
|
|
||||||
include("pkl-doc")
|
include("pkl-doc")
|
||||||
|
|
||||||
|
include("pkl-executor")
|
||||||
|
|
||||||
include("pkl-gradle")
|
include("pkl-gradle")
|
||||||
|
|
||||||
include("pkl-executor")
|
include("pkl-server")
|
||||||
|
|
||||||
include("pkl-tools")
|
include("pkl-tools")
|
||||||
|
|
||||||
include("pkl-server")
|
include("stdlib")
|
||||||
|
|
||||||
pluginManagement {
|
pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
|
|||||||
Reference in New Issue
Block a user