Skip to content

Commit

Permalink
Remove Kotest from Micronaut-test (#657)
Browse files Browse the repository at this point in the history
* Remove Kotest from Micronaut-test

For 4.0.0 we only will support Kotest 5, so remove the tests for Kotest

They were failing anyway, as we had removed the kotest4 dependencies from the build

* Disable PTS for kotest

* Fix japicmp

* Add snapshot repo to main build for coverage
  • Loading branch information
timyates authored Oct 10, 2022
1 parent 6534dff commit 646a1a4
Show file tree
Hide file tree
Showing 40 changed files with 17 additions and 1,209 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ plugins {
id("io.micronaut.build.internal.dependency-updates")
id("io.micronaut.build.internal.quality-reporting")
}

repositories {
mavenCentral()
maven { url = 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
}
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ include 'test-bom'
include 'test-core'
include "test-spock"
include "test-junit5"
include "test-kotest"
include "test-kotest5"
include "test-rest-assured"
6 changes: 6 additions & 0 deletions test-bom/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
plugins {
id "io.micronaut.build.internal.bom"
}

micronautBom {
suppressions {
acceptedLibraryRegressions.add("micronaut-test-kotest")
}
}
52 changes: 0 additions & 52 deletions test-kotest/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 646a1a4

Please sign in to comment.