From ad5e84e4de9550c96253b7f3bb08c35b12a0d767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20M=C3=A9ndez?= Date: Wed, 29 Apr 2020 11:50:01 +0200 Subject: [PATCH] feat: add generator param to config and gitignore (#23) --- .gitignore | 3 +++ .tp-config.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..83cc37119 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.gradle +node_modules +output \ No newline at end of file diff --git a/.tp-config.json b/.tp-config.json index 2e651341a..b6fb87f3a 100644 --- a/.tp-config.json +++ b/.tp-config.json @@ -12,5 +12,6 @@ "description": "Only for Kafka. Number of threads to run in the listener containers.", "required": false } - } + }, + "generator": ">=0.40.1 <2.0.0" }