forked from http4k/http4k
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
39 lines (38 loc) · 1.16 KB
/
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
rootProject.name = 'http4k'
include 'http4k-core'
include 'http4k-aws'
include 'http4k-client-apache'
include 'http4k-client-apache-async'
include 'http4k-client-jetty'
include 'http4k-client-okhttp'
include 'http4k-client-websocket'
include 'http4k-cloudnative'
include 'http4k-contract'
include 'http4k-format-argo'
include 'http4k-format-gson'
include 'http4k-format-jackson'
include 'http4k-format-jackson-xml'
include 'http4k-format-moshi'
include 'http4k-format-xml'
include 'http4k-incubator'
include 'http4k-jsonrpc'
include 'http4k-metrics-micrometer'
include 'http4k-multipart'
include 'http4k-resilience4j'
include 'http4k-security-oauth'
include 'http4k-server-apache'
include 'http4k-server-jetty'
include 'http4k-server-ktorcio'
include 'http4k-server-netty'
include 'http4k-server-undertow'
include 'http4k-serverless-lambda'
include 'http4k-template-dust'
include 'http4k-template-freemarker'
include 'http4k-template-handlebars'
include 'http4k-template-pebble'
include 'http4k-template-thymeleaf'
include 'http4k-testing-approval'
include 'http4k-testing-chaos'
include 'http4k-testing-hamkrest'
include 'http4k-testing-webdriver'
enableFeaturePreview('STABLE_PUBLISHING')