Skip to content

Commit 189b238

Browse files
committed
Enable revapi
1 parent bc937bc commit 189b238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Software for single molecule localisation microscopy (SMLM)
322322
<groupId>org.revapi</groupId>
323323
<artifactId>revapi-maven-plugin</artifactId>
324324
<configuration>
325-
<skip>true</skip>
325+
<skip>false</skip>
326326
<!-- For reporting do not ignore the "intentional-api-changes" so they are included -->
327327
<analysisConfigurationFiles>
328328
<configurationFile>
@@ -387,7 +387,7 @@ Software for single molecule localisation microscopy (SMLM)
387387
<groupId>org.revapi</groupId>
388388
<artifactId>revapi-maven-plugin</artifactId>
389389
<configuration>
390-
<skip>true</skip>
390+
<skip>false</skip>
391391
<!-- For reporting do not ignore the "intentional-api-changes" so they are included -->
392392
<analysisConfigurationFiles>
393393
<configurationFile>

0 commit comments

Comments
 (0)