forked from temporalio/sdk-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
23 lines (23 loc) · 990 Bytes
/
Copy pathsettings.gradle
File metadata and controls
23 lines (23 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
rootProject.name='temporal-java-sdk'
include 'temporal-bom'
include 'temporal-serviceclient'
include 'temporal-sdk'
include 'temporal-testing'
include 'temporal-test-server'
include 'temporal-opentracing'
project(':temporal-opentracing').projectDir = file('contrib/temporal-opentracing')
include 'temporal-opentelemetry'
project(':temporal-opentelemetry').projectDir = file('contrib/temporal-opentelemetry')
include 'temporal-kotlin'
include 'temporal-spring-ai'
project(':temporal-spring-ai').projectDir = file('contrib/temporal-spring-ai')
include 'temporal-workflowstreams'
project(':temporal-workflowstreams').projectDir = file('contrib/temporal-workflowstreams')
include 'temporal-aws-lambda'
project(':temporal-aws-lambda').projectDir = file('contrib/temporal-aws-lambda')
include 'temporal-spring-boot-autoconfigure'
include 'temporal-spring-boot-starter'
include 'temporal-remote-data-encoder'
include 'temporal-shaded'
include 'temporal-workflowcheck'
include 'temporal-envconfig'