mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01: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("stdlib")
|
||||
|
||||
include("pkl-cli")
|
||||
|
||||
include("pkl-codegen-java")
|
||||
@@ -41,13 +39,15 @@ include("pkl-core")
|
||||
|
||||
include("pkl-doc")
|
||||
|
||||
include("pkl-executor")
|
||||
|
||||
include("pkl-gradle")
|
||||
|
||||
include("pkl-executor")
|
||||
include("pkl-server")
|
||||
|
||||
include("pkl-tools")
|
||||
|
||||
include("pkl-server")
|
||||
include("stdlib")
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user