File tree Expand file tree Collapse file tree 4 files changed +24
-1
lines changed Expand file tree Collapse file tree 4 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ FROM maven:3-openjdk-11
Original file line number Diff line number Diff line change
1
+ image :
2
+ file : .gitpod.Dockerfile
3
+
4
+ # List the start up tasks. You can start them in parallel in multiple terminals.
5
+ # https://www.gitpod.io/docs/config-start-tasks/
6
+ tasks :
7
+ - init : >
8
+ mvn -B -f pom.xml clean install verify
9
+ # Enable prebuilds of your project to enable faster workspace start times.
10
+ # https://www.gitpod.io/docs/prebuilds/#configure-the-github-app
11
+ github :
12
+ prebuilds :
13
+ master : true
14
+ branches : true
15
+ pullRequests : true
16
+ pullRequestsFromForks : true
17
+ addCheck : true
Original file line number Diff line number Diff line change
1
+ ## Hacking on Serverless Workflow Java SDK in Gitpod
2
+
3
+ If you have a web browser, you can get a fully pre-configured development environment in one click:
4
+
5
+ [ ![ Open in Gitpod] ( https://gitpod.io/button/open-in-gitpod.svg )] ( https://gitpod.io/#https://github.com/serverlessworkflow/sdk-java )
Original file line number Diff line number Diff line change 1
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 )
2
+ ![ Deploy JAVA SDK] ( https://github.com/serverlessworkflow/sdk-java/workflows/Deploy%20JAVA%20SDK/badge.svg ) [ ![ Gitpod ready-to-code ] ( https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod )] ( https://gitpod.io/#https://github.com/serverlessworkflow/sdk-java )
3
3
4
4
# Serverless Workflow Specification - Java SDK
5
5
You can’t perform that action at this time.
0 commit comments