[Gradle] Mention related tickets in BuildServiceDeclarationIT

#KT-55563
#KT-55740
This commit is contained in:
Alexander.Likhachev
2023-01-17 02:02:56 +01:00
committed by Space Team
parent 278229d2fa
commit da24e5559b
@@ -17,6 +17,7 @@ import org.junit.jupiter.api.DisplayName
class BuildServiceDeclarationIT : KGPBaseTest() {
override val defaultBuildOptions = super.defaultBuildOptions.copy(
warningMode = WarningMode.All // we currently have other warnings when `STABLE_CONFIGURATION_CACHE` is enabled unrelated to build services declaration, so we check for this kind of warnings in the build output
// see KT-55563 and KT-55740
)
@DisplayName("Build services are registered for Kotlin/JVM projects")