Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for sourceControl (0.17 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/initialization/Settings.java

        /**
         * Configures source control.
         *
         * @since 4.4
         */
        void sourceControl(Action<? super SourceControl> configuration);
    
        /**
         * Returns the source control configuration.
         *
         * @since 4.4
         */
        SourceControl getSourceControl();
    
        /**
         * Enables a feature preview by name.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 08:36:37 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/injected-services-should-have-service-scope-applied.txt

    Class <org.gradle.process.internal.worker.WorkerProcessFactory> is not annotated with @ServiceScope in (WorkerProcessFactory.java:0)
    Class <org.gradle.vcs.SourceControl> is not annotated with @ServiceScope in (SourceControl.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  3. platforms/software/version-control/src/integTest/groovy/org/gradle/vcs/internal/GitVersionSelectionIntegrationTest.groovy

                gradle.rootProject {
                    configurations {
                        compile
                    }
                    group = 'test'
                    version = '1.2'
                }
                sourceControl.vcsMappings.withModule("test:test") {
                    from(GitVersionControlSpec) {
                        url = uri('${repo.url}')
                    }
                }
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 14.3K bytes
    - Viewed (0)
Back to top