Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 124 for projectDir (0.33 sec)

  1. testing/internal-testing/src/main/groovy/org/gradle/integtests/fixtures/JUnitXmlTestExecutionResult.groovy

        private final TestResultOutputAssociation outputAssociation
    
        def JUnitXmlTestExecutionResult(TestFile projectDir, String testResultsDir = 'build/test-results/test') {
            this(projectDir, TestResultOutputAssociation.WITH_SUITE, testResultsDir)
        }
    
        def JUnitXmlTestExecutionResult(TestFile projectDir, TestResultOutputAssociation outputAssociation, String testResultsDir = 'build/test-results/test') {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/undeclared/UndeclaredBuildInputsIgnoringIntegrationTest.groovy

            given:
            buildFile("""
                println("exists = " + new File(projectDir, "file1.txt").exists())
                println("exists = " + new File(projectDir, "file2.txt").exists())
                println("exists = " + new File(projectDir, "file3.txt").exists())
            """)
    
            when:
            file("gradle.properties") << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  3. platforms/documentation/samples/src/integTest/groovy/org/gradle/integtests/samples/SamplesCodeQualityIntegrationTest.groovy

        def "can generate reports with #dsl dsl"() {
            TestFile projectDir = sample.dir.file(dsl)
            TestFile buildDir = projectDir.file('build')
    
            when:
            executer
                .inDirectory(projectDir)
                .withTasks('check')
                .run()
    
            then:
            buildDir.file('reports/checkstyle/main.xml').assertDoesNotExist()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:21:33 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  4. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/GradleEnterprisePluginCheckInFixture.groovy

    class GradleEnterprisePluginCheckInFixture extends BaseBuildScanPluginCheckInFixture {
    
        GradleEnterprisePluginCheckInFixture(TestFile projectDir, MavenFileRepository mavenRepo, GradleExecuter pluginBuildExecuter) {
            super(
                projectDir,
                mavenRepo,
                pluginBuildExecuter,
                AutoAppliedDevelocityPlugin.GRADLE_ENTERPRISE_PLUGIN_ID.id,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 19:24:56 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/support/delegates/SettingsDelegate.kt

        override fun findProject(path: String): ProjectDescriptor? =
            delegate.findProject(path)
    
        override fun project(projectDir: File): ProjectDescriptor =
            delegate.project(projectDir)
    
        override fun findProject(projectDir: File): ProjectDescriptor? =
            delegate.findProject(projectDir)
    
        override fun getGradle(): Gradle =
            delegate.gradle
    
        override fun includeBuild(rootProject: Any) =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 08:36:37 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  6. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/DevelocityPluginCheckInFixture.groovy

    class DevelocityPluginCheckInFixture extends BaseBuildScanPluginCheckInFixture {
    
        DevelocityPluginCheckInFixture(TestFile projectDir, MavenFileRepository mavenRepo, GradleExecuter pluginBuildExecuter) {
            super(
                projectDir,
                mavenRepo,
                pluginBuildExecuter,
                AutoAppliedDevelocityPlugin.ID.id,
                'com.gradle.develocity.agent.gradle',
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 19:24:56 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  7. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/inception/BuildSrcApiChangePerformanceTest.groovy

            runner.addBuildMutator { new CreateChangingClassMutator(it, changingClassFilePath) }
            runner.addBuildMutator { new ApplyAbiChangeToGroovySourceFileMutator(new File(it.projectDir, changingClassFilePath)) }
    
            when:
            def result = runner.run()
    
            then:
            result.assertCurrentVersionHasNotRegressed()
        }
    
        def "buildSrc non-abi change"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  8. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/buildcache/TaskOutputCachingJavaPerformanceTest.groovy

        ])
        def "clean assemble for abi change with local cache"() {
            given:
            setupTestProject(runner)
            def testProject = JavaTestProject.projectFor(runner.testProject)
            runner.addBuildMutator { new ApplyAbiChangeToJavaSourceFileMutator(new File(it.projectDir, testProject.config.fileToChangeByScenario['assemble'])) }
            runner.args += "--parallel"
            pushToRemote = false
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 13:08:21 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  9. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/java/JavaIncrementalExecutionPerformanceTest.groovy

        ])
        def "assemble for abi change#configurationCaching"() {
            given:
            def testProject = JavaTestProject.projectFor(runner.testProject)
            runner.tasksToRun = ['assemble']
            runner.addBuildMutator {
                def fileToChange = new File(it.projectDir, testProject.config.fileToChangeByScenario['assemble'])
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  10. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/ConfigurationCacheKey.kt

                // the relative directory information must be part of the key.
                val projectDir = startParameter.projectDirectory
                if (projectDir != null) {
                    relativePathOf(
                        projectDir,
                        startParameter.rootDirectory
                    ).let { relativeProjectDir ->
                        putString(relativeProjectDir)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 4.7K bytes
    - Viewed (0)
Back to top