Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setupPluginTest (0.11 sec)

  1. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/plugins/precompiled/AbstractPrecompiledScriptPluginTest.kt

    import org.gradle.kotlin.dsl.fixtures.classLoaderFor
    
    import org.junit.Before
    
    
    open class AbstractPrecompiledScriptPluginTest : AbstractKotlinIntegrationTest() {
    
        @Before
        fun setupPluginTest() {
            executer.beforeExecute {
                // Ignore stacktraces when the Kotlin daemon fails
                // See https://github.com/gradle/gradle-private/issues/2936
                it.withStackTraceChecksDisabled()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 30 11:39:02 UTC 2023
    - 1.6K bytes
    - Viewed (0)
Back to top