Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 2,252 for central (0.14 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ResolveConfigurationRepositoriesBuildOperationIntegrationTest.groovy

            'flat-dir'             | flatDirRepoBlock()            | expectedFlatDirRepo()            | null
            'local maven'          | mavenLocalRepoBlock()         | expectedMavenLocalRepo()         | null
            'maven central'        | mavenCentralRepoBlock()       | expectedMavenCentralRepo()       | null
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 22.2K bytes
    - Viewed (0)
  2. platforms/software/resources-http/src/test/groovy/org/gradle/internal/resource/transport/http/ApacheDirectoryListingParserTest.groovy

            "https://repo.maven.apache.org/maven2/junit/junit/"                     | "mavencentral"
            "http://localhost:8081/nexus/content/repositories/central/junit/junit/" | "nexus"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/resources/org/gradle/api/internal/artifacts/ivyservice/modulecache/ModuleMetadataSerializerTest/pom/junit-4.12.pom

                </plugin>
            </plugins>
        </reporting>
    
        <profiles>
            <profile>
                <id>junit-release</id>
                <!--
                Signs all artifacts before deploying to Maven Central.
                -->
                <build>
                    <plugins>
                        <plugin>
                            <!--
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 23.1K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.pom

                </plugin>
            </plugins>
        </reporting>
    
        <profiles>
            <profile>
                <id>junit-release</id>
                <!--
                Signs all artifacts before deploying to Maven Central.
                -->
                <build>
                    <plugins>
                        <plugin>
                            <!--
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 24.5K bytes
    - Viewed (0)
  5. platforms/extensibility/plugin-use/src/integTest/groovy/org/gradle/plugin/use/NonDeclarativePluginUseIntegrationSpec.groovy

                - Plugin Repositories (could not resolve plugin artifact 'org.myplugin:org.myplugin.gradle.plugin:1.0')
                  Searched in the following repositories:
                    Gradle Central Plugin Repository(${pluginRepo.uri})
            """.stripIndent().trim()))
            failure.assertHasLineNumber(2)
        }
    
        def "failure due to plugin class is unloadable"() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 9K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/signing_plugin.adoc

    The Signing Plugin currently only provides support for generating https://en.wikipedia.org/wiki/Pretty_Good_Privacy#OpenPGP[OpenPGP signatures] (which is the signature format http://central.sonatype.org/pages/requirements.html#sign-files-with-gpgpgp[required for publication to the Maven Central Repository]).
    
    [[sec:signing_usage]]
    == Usage
    
    To use the Signing Plugin, include the following in your build script:
    
    .Using the Signing Plugin
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 14.4K bytes
    - Viewed (0)
  7. docs/kms/README.md

                                                                    └─────────┘
    ```
    
    In a given setup, there are `n` MinIO instances talking to `m` KES servers but only `1` central KMS. The most simple setup consists of `1` MinIO server or cluster talking to `1` KMS via `1` KES server.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/dsl/DefaultRepositoryHandler.java

    public class DefaultRepositoryHandler extends DefaultArtifactRepositoryContainer implements RepositoryHandlerInternal {
    
        public static final String GRADLE_PLUGIN_PORTAL_REPO_NAME = "Gradle Central Plugin Repository";
        public static final String DEFAULT_BINTRAY_JCENTER_REPO_NAME = "BintrayJCenter";
        public static final String BINTRAY_JCENTER_URL = "https://jcenter.bintray.com/";
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 15:16:47 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  9. mvnw.cmd

        IF "%%A"=="wrapperUrl" SET WRAPPER_URL=%%B
    )
    
    @REM Extension to allow automatically downloading the maven-wrapper.jar from Maven-central
    @REM This allows using the maven wrapper in projects that prohibit checking in binary data.
    if exist %WRAPPER_JAR% (
        if "%MVNW_VERBOSE%" == "true" (
            echo Found %WRAPPER_JAR%
        )
    ) else (
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 16 20:48:20 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  10. platforms/extensibility/test-kit/src/integTest/groovy/org/gradle/testkit/runner/GradleRunnerPluginClasspathInjectionIntegrationTest.groovy

        }
    
        private static String getPluginRepositoriesDisplayName() {
            return gradleVersion >= GradleVersion.version("4.4")
                ? "Plugin Repositories"
                : "Gradle Central Plugin Repository"
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 15 03:45:31 UTC 2024
    - 13K bytes
    - Viewed (0)
Back to top