-
-
Notifications
You must be signed in to change notification settings - Fork 497
Expand file tree
/
Copy pathsettings.gradle.kts
More file actions
31 lines (28 loc) 路 786 Bytes
/
Copy pathsettings.gradle.kts
File metadata and controls
31 lines (28 loc) 路 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
}
}
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
rootProject.name = "quarkdown"
include("quarkdown-core")
include("quarkdown-native-library-processor")
include("quarkdown-locale-table-processor")
include("quarkdown-html")
include("quarkdown-html-pdf")
include("quarkdown-markdown")
include("quarkdown-plaintext")
include("quarkdown-cli")
include("quarkdown-stdlib")
include("quarkdown-test")
include("quarkdown-libs")
include("quarkdown-template")
include("quarkdown-server")
include("quarkdown-interaction")
include("quarkdown-quarkdoc")
include("quarkdown-quarkdoc-reader")
include("quarkdown-install-layout-navigator")
include("quarkdown-lsp")