File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- ![ Verify JAVA SDK] ( https://github.com/cncf/wg-serverless-workflow /workflows/Verify%20JAVA%20SDK/badge.svg )
2
- ![ Deploy JAVA SDK] ( https://github.com/cncf/wg-serverless-workflow /workflows/Deploy%20JAVA%20SDK/badge.svg )
1
+ ![ Verify JAVA SDK] ( https://github.com/serverlessworkflow/sdk-java /workflows/Verify%20JAVA%20SDK/badge.svg )
2
+ ![ Deploy JAVA SDK] ( https://github.com/serverlessworkflow/sdk-java /workflows/Deploy%20JAVA%20SDK/badge.svg )
3
3
4
- # Serverless Workflow Specification JAVA SDK
4
+ # Serverless Workflow Specification - JAVA SDK
5
5
6
- Provides the JAVA API/SPI for the [ Serverless Workflow Specification] ( ../../specification/README.md )
6
+ Provides the JAVA API/SPI for the [ Serverless Workflow Specification] ( https://github.com/serverlessworkflow/specification )
7
7
8
8
Allows you to parse Workflow types from JSON/YAML sources, as well as programmatically build your workflows using
9
9
the provided builder API.
@@ -28,8 +28,7 @@ of the Serverless Workflow specification. Currently the SDK features match those
28
28
To build project and run tests locally:
29
29
30
30
```
31
- git clone https://github.com/cncf/wg-serverless-workflow.git
32
- cd sdk/java
31
+ git clone https://github.com/serverlessworkflow/sdk-java.git
33
32
mvn clean install
34
33
```
35
34
You can’t perform that action at this time.
0 commit comments