Skip to content

Commit

Permalink
Revert org.unbroken-dome.test-sets to 4.0.0 version (#381)
Browse files Browse the repository at this point in the history
from PR #374 (where org.unbroken-dome.test-sets was upgraded to 4.1.0 version), the agent project does not build anymore when using java8, we need to revert to 4.0.0 version.
  • Loading branch information
pderop authored Oct 26, 2023
1 parent 36f2d3b commit d6c42c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id "java"
id "maven-publish"
id "signing"
id "org.unbroken-dome.test-sets" version "4.1.0"
id "org.unbroken-dome.test-sets" version "4.0.0"
id 'me.champeau.gradle.japicmp' version '0.4.2' apply false
id 'de.undercouch.download' version '5.5.0' apply false
}
Expand Down

0 comments on commit d6c42c5

Please sign in to comment.