[Gradle] Move the OtherGradlePluginTests tag from Kapt3BaseIT to Kapt3IT

Tags on classes are being combined leading to Kapt3AndroidIT and other Kapt3 Android tests being marked as both ``@OtherGradlePluginTests` and `AndroidGradlePluginTests`
#KT-45748 In Progress
This commit is contained in:
Alexander Likhachev
2022-10-26 11:38:49 +02:00
committed by Space Team
parent 8508ce27c4
commit 3fee07207e
@@ -37,7 +37,6 @@ import kotlin.io.path.deleteExisting
import kotlin.io.path.outputStream
import kotlin.test.assertEquals
@OtherGradlePluginTests
abstract class Kapt3BaseIT : KGPBaseTest() {
companion object {
private const val KAPT_SUCCESSFUL_MESSAGE = "Annotation processing complete, errors: 0"
@@ -116,6 +115,7 @@ class Kapt3ClassLoadersCacheIT : Kapt3IT() {
}
@DisplayName("Kapt base checks")
@OtherGradlePluginTests
open class Kapt3IT : Kapt3BaseIT() {
@DisplayName("Kapt is skipped when no annotation processors are added")
@GradleTest