From 01c7f95c92521ffd4f401bee8e3894fbfc3fc531 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Sun, 22 Dec 2019 10:56:52 +0100 Subject: [PATCH] HACKING file is an AsciiDoc document --- HACKING.md => HACKING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename HACKING.md => HACKING.adoc (99%) diff --git a/HACKING.md b/HACKING.adoc similarity index 99% rename from HACKING.md rename to HACKING.adoc index 9a5a622..b94e26e 100644 --- a/HACKING.md +++ b/HACKING.adoc @@ -19,4 +19,4 @@ In a similar manner for integration tests one can do `./gradlew integrationTest Go to `File` -> `Settings` -> `Build, Execution, Deployment` -> `Gradle` -> `Runner`, then check `Delete build/run actions to Gradle` and select `Platform Test Runner`. -On a Mac use `IntelliJ IDEA` -> `Preferences` instead of `File/Settings`. \ No newline at end of file +On a Mac use `IntelliJ IDEA` -> `Preferences` instead of `File/Settings`.