Skip to content

Commit

Permalink
Enable gradle compatibility tests
Browse files Browse the repository at this point in the history
  • Loading branch information
serpro69 committed Mar 28, 2024
1 parent 762651b commit 6a9f011
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class GradleCompatibilityFT : DescribeSpec({
assertSoftly = true
duplicateTestNameMode = DuplicateTestNameMode.Silent

xdescribe("compatible gradle version") {
describe("compatible gradle version") {
context("gradle 7.5") {
it("should be compatible") {
val project = SemverKtTestProject()
Expand Down

0 comments on commit 6a9f011

Please sign in to comment.