forked from micronaut-projects/micronaut-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
42 lines (39 loc) · 820 Bytes
/
settings.gradle
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
32
33
34
35
36
37
38
39
40
41
42
rootProject.name = 'micronaut'
include "aop"
include "bom"
include "bom-check"
include "parent"
include "buffer-netty"
include "core"
include "function"
include "function-client"
include "function-web"
include "graal"
include "http"
include "http-client-core"
include "http-client"
include "http-netty"
include "http-server"
include "http-server-netty"
include "inject"
include "inject-groovy"
include "inject-java"
include "inject-java-test"
include "management"
include "messaging"
include "multitenancy"
include "router"
include "runtime"
include "runtime-osx"
include "session"
include "tracing"
include "validation"
include "websocket"
// test suites
include "test-suite"
include "test-suite-helper"
include "test-suite-kotlin"
include "test-suite-groovy"
include "test-utils"
// benchmarks
include "benchmarks"