From 7b8d341efbaf96abe6c5c848bccfd74d7ddce606 Mon Sep 17 00:00:00 2001 From: "sebastian.sellmair" Date: Thu, 2 Jul 2020 11:28:39 +0200 Subject: Add readme to gradle integration tests --- integration-tests/gradle/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 integration-tests/gradle/README.md (limited to 'integration-tests/gradle/README.md') diff --git a/integration-tests/gradle/README.md b/integration-tests/gradle/README.md new file mode 100644 index 00000000..45828092 --- /dev/null +++ b/integration-tests/gradle/README.md @@ -0,0 +1,7 @@ +### Note +All Gradle projects inside the `project` subfolder can +also be imported to the IDE by clicking on the corresponding +build.gradle.kts file -> "import gradle project". + +Before importing: Make sure that you have dokka installed +locally (`./gradlew publishToMavenLocal`). -- cgit