From daf28e450244a7f676f4822ff9e14c705958641d Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 30 Apr 2020 15:00:21 +0200 Subject: [PATCH] Dev note --- doc/dev.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/dev.md b/doc/dev.md index 2a3197a3..9a9db452 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -46,9 +46,7 @@ of a class in `:instance-check`, `:constructors`, `:methods`, `:fields` or `:custom`. The `reflection.json` file that is needed for GraalVM compilation is generated -with: - - lein with-profiles +reflection run +as part of `script/uberjar`. ## Test