Alphabetically sort the projects list in settings.gradle.kts (#1015)

This commit is contained in:
Kushal Pisavadia
2025-03-07 14:06:14 +00:00
committed by GitHub
parent 18e7a7e87e
commit f7eaeddc78

View File

@@ -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 {