We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10033a6 commit 453d7eaCopy full SHA for 453d7ea
pom.xml
@@ -281,6 +281,7 @@ GDSC SMLM ImageJ Plugins - Single molecule localisation microscopy (SMLM)
281
<!-- Path(s) to configuration in the JSON config file -->
282
<root>2.1</root>
283
<root>2.2</root>
284
+ <root>2.3</root>
285
</roots>
286
</configurationFile>
287
</analysisConfigurationFiles>
src/conf/revapi/api-changes.json
@@ -75,5 +75,15 @@
75
"justification": "Latest ImageJ changes are allowed; code should be updated to be compatible."
76
} ]
77
}
78
+ } ],
79
+ "2.3" : [ {
80
+ "extension": "revapi.java",
81
+ "configuration": {
82
+ "checks": {
83
+ "varargOverloadsOnlyDifferInVarargParameter": {
84
+ "reportUnchanged": false
85
+ }
86
87
88
89
0 commit comments