Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for settingsKotlinFile (0.29 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testsuites/dependencies/TestSuitesKotlinDSLDependenciesIntegrationTest.groovy

            succeeds 'checkConfiguration'
        }
    
        def "#suiteDesc supports annotationProcessor dependencies"() {
            given: "a suite that uses Google's Auto Value as an example of an annotation processor"
            settingsKotlinFile << """
                rootProject.name = "Test"
            """
    
            buildKotlinFile << """
                plugins {
                    `java-library`
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 11 16:25:08 UTC 2024
    - 45.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/internal/component/ResolutionFailureHandlerIntegrationTest.groovy

                }
    
                ${forceConsumerResolution()}
            """
        }
    
        private void setupNoGraphVariantsExistFailureForProject() {
            settingsKotlinFile << """
                rootProject.name = "example"
                include("producer")
            """
    
            buildKotlinFile << """
                plugins {
                    id("base")
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 45K bytes
    - Viewed (0)
Back to top