From 15c347e799dc0ac3abc2c4996f60938c0815b3ef Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Tue, 5 Oct 2021 15:19:54 -0400 Subject: [PATCH] Add compiler for JMH https://www.ossez.com/t/intellij-idea/13759 --- .idea/compiler.xml | 5 +++++ .idea/workspace.xml | 50 ++++++++++++++++++++--------------------- parent-java/jmh/pom.xml | 12 ++++++++++ pom.xml | 7 +++--- 4 files changed, 46 insertions(+), 28 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 9f406c8f60..8f00a525ff 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -17,7 +17,12 @@ \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 3b3795cb3f..42ec54f5bd 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,28 +4,11 @@