This is an automated email from the ASF dual-hosted git repository.
sdanilov pushed a commit to branch ignite-17954
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/ignite-17954 by this push:
new 96249a2de9 IGNITE-17954 .
96249a2de9 is described below
commit 96249a2de94e31ddeabfe7e0cdcc9afa66885cff
Author: Semyon Danilov <[email protected]>
AuthorDate: Mon Oct 24 14:58:10 2022 +0400
IGNITE-17954 .
---
DEVNOTES.md | 6 ------
1 file changed, 6 deletions(-)
diff --git a/DEVNOTES.md b/DEVNOTES.md
index 3db7075a83..2c672b8ff7 100644
--- a/DEVNOTES.md
+++ b/DEVNOTES.md
@@ -152,12 +152,6 @@ After opening the project in IntelliJ, double check that
the Java SDK is properl
Ignite uses machine code generation for some of it's modules. To generate
necessary production code, build the project using maven (see [Building
Ignite](#building-ignite)).
-Configure Idea code style (for IntelliJ Idea >= 2019):
- * File -> Settings -> Editor -> Code Style -> Scheme -> gear (Show Scheme
Actions) -> Import Scheme -> IntelliJ IDEA code style XML
- * Choose: ${igniteProject}/idea/intellij-java-google-style.xml
- * Import schema
- * Reboot IntelliJ Idea
-
If you want to make use of Idea build action and incremental compilation, you
have to alter the build process manually
as Idea Maven integration doesn't support all the Maven plugins out of the box.
* Open Maven tab