Skip to content

Commit

Permalink
reduce number of compatibility checks to one by one (#297)
Browse files Browse the repository at this point in the history
Signed-off-by: Cmarada, Michal <michal.cmarada@pantheon.tech>
  • Loading branch information
michal-cmarada committed May 18, 2023
1 parent 77227ba commit 3daf614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intelij-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: jupiterEngineVersion
}

final MAX_VERIFIER_NUMBER = 2
final MAX_VERIFIER_NUMBER = 1
def counter = 0
ext.ideaVersions = new ArrayList<String>()

Expand Down

0 comments on commit 3daf614

Please sign in to comment.