Doc
This commit is contained in:
parent
4b7369a3b8
commit
6384e86b70
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
|
||||
(def files-to-edit
|
||||
["Dockerfile"
|
||||
"doc/dev.md"
|
||||
".github/workflows/build.yml"
|
||||
".circleci/config.yml"
|
||||
"appveyor.yml"])
|
||||
|
|
|
|||
Loading…
Reference in a new issue