This commit is contained in:
Michiel Borkent 2020-05-23 11:27:02 -03:00
parent 4b7369a3b8
commit 6384e86b70
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# Developing Babashka
You need [lein](https://leiningen.org/) for running JVM tests and/or producing uberjars. For building binaries you need GraalVM. Currently we use java8-19.3.1.
You need [lein](https://leiningen.org/) for running JVM tests and/or producing uberjars. For building binaries you need GraalVM. Currently we use java11-20.1.0.
## Clone repository

View file

@ -38,6 +38,7 @@
(def files-to-edit
["Dockerfile"
"doc/dev.md"
".github/workflows/build.yml"
".circleci/config.yml"
"appveyor.yml"])