Skip to content

Commit

Permalink
Added Gitpod config
Browse files Browse the repository at this point in the history
  • Loading branch information
svenefftinge committed Jun 18, 2019
1 parent 6598d5c commit 1724377
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM gitpod/workspace-full

# install and activate Java 11
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \
&& sdk install java 11.0.2-zulufx \
&& sdk default java 11.0.2-zulufx"
4 changes: 4 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
image:
file: .gitpod.Dockerfile
tasks:
- init: mvn verify
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ If you give this library a try, I want to hear from you! Tell me what you think
added, what should be removed, what needs better documentation. Come chat with me on [Gitter], and check the [issues]
to see what's already on my radar.

The easiest way to get started contributing or extending this library is using Gitpod, a free online dev environment.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/gdejohn/procrastination)

The examples below build from the latest commit; to use a particular version, replace `master-SNAPSHOT` with a version
number. Check the [releases] for the available versions, links to their Javadocs, and changelogs. See
[JitPack][jitpack] for instructions on using other build tools.
Expand Down

0 comments on commit 1724377

Please sign in to comment.