Remove accidentally left test debug parameters
This commit is contained in:
committed by
teamcity
parent
423e5a6530
commit
a26c7ace8b
+1
-1
@@ -79,7 +79,7 @@ abstract class AbstractJsConfigurationCacheIT(protected val irBackend: Boolean)
|
||||
@DisplayName("KT-48241: configuration cache works with test dependencies")
|
||||
@GradleTest
|
||||
fun testTestDependencies(gradleVersion: GradleVersion) {
|
||||
project("kotlin-js-project-with-test-dependencies", gradleVersion, forceOutput = true) {
|
||||
project("kotlin-js-project-with-test-dependencies", gradleVersion) {
|
||||
assertSimpleConfigurationCacheScenarioWorks(
|
||||
"assemble",
|
||||
buildOptions = defaultBuildOptions,
|
||||
|
||||
+2
-2
@@ -217,7 +217,7 @@ open class Kapt3IT : Kapt3BaseIT() {
|
||||
kaptOptions = kaptOptions().copy(includeCompileClasspath = true)
|
||||
)
|
||||
) {
|
||||
build("build", forceOutput = true) {
|
||||
build("build") {
|
||||
assertTasksExecuted(":kaptGenerateStubsKotlin", ":kaptKotlin", ":compileKotlin", ":compileJava")
|
||||
assertKaptSuccessful()
|
||||
assertFileExists(projectPath.resolve("build/generated/source/kapt/main/example/TestClassGenerated.java"))
|
||||
@@ -293,7 +293,7 @@ open class Kapt3IT : Kapt3BaseIT() {
|
||||
gradleVersion,
|
||||
buildOptions = defaultBuildOptions.copy(incremental = false)
|
||||
) {
|
||||
build("build", enableGradleDebug = true) {
|
||||
build("build") {
|
||||
assertTasksExecuted(":kaptGenerateStubsKotlin")
|
||||
assertOutputDoesNotContain(USING_JVM_INCREMENTAL_COMPILATION_MESSAGE)
|
||||
}
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ class KotlinJavaToolchainTest : KGPBaseTest() {
|
||||
projectName = "simple".fullProjectName,
|
||||
gradleVersion = gradleVersion
|
||||
) {
|
||||
build("assemble", enableGradleDebug = true) {
|
||||
build("assemble") {
|
||||
assertOutputDoesNotContain("'kotlinOptions.jdkHome' is deprecated and will be ignored in Kotlin 1.7!")
|
||||
assertJdkHomeIsUsingJdk(getUserJdk().javaHomeRealPath)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user