Skip to content

Commit f774032

Browse files
Now use common lombok configuration
Signed-off-by: Tristan Chuine <[email protected]>
1 parent ca90b45 commit f774032

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

.mvn/lombok-config-check.marker

Whitespace-only changes.

.mvn/lombok-config-copy.marker

Whitespace-only changes.

lombok.config

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import target/configs/powsybl-build-tools.jar!powsybl-build-tools/lombok.config
2+
config.stopbubbling = true
3+
4+
# Privileging SLF4J for uncoupling code and logging library
5+
lombok.log.apacheCommons.flagUsage = WARNING
6+
lombok.log.flogger.flagUsage = WARNING
7+
lombok.log.javaUtilLogging.flagUsage = WARNING
8+
lombok.log.jbosslog.flagUsage = WARNING
9+
lombok.log.log4j.flagUsage = WARNING
10+
lombok.log.log4j2.flagUsage = WARNING
11+
#lombok.log.slf4j.flagUsage = NONE
12+
#lombok.log.xslf4j.flagUsage = NONE

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.powsybl</groupId>
1717
<artifactId>powsybl-parent-ws</artifactId>
18-
<version>11</version>
18+
<version>12-SNAPSHOT</version>
1919
<relativePath/>
2020
</parent>
2121

0 commit comments

Comments
 (0)