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
|
# 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
|
## Clone repository
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,7 @@
|
||||||
|
|
||||||
(def files-to-edit
|
(def files-to-edit
|
||||||
["Dockerfile"
|
["Dockerfile"
|
||||||
|
"doc/dev.md"
|
||||||
".github/workflows/build.yml"
|
".github/workflows/build.yml"
|
||||||
".circleci/config.yml"
|
".circleci/config.yml"
|
||||||
"appveyor.yml"])
|
"appveyor.yml"])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue