Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 51 for unpublished (0.29 sec)

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

                        }
                    }
                }
            }
    
        }
    
    
        // Platforms cannot be published with plain Ivy
        @RequiredFeature(feature = GradleMetadataResolveRunner.REPOSITORY_TYPE, value = "maven")
        def "can align thanks to a published platform"() {
            repository {
                path 'databind:2.7.9 -> core:2.7.9'
                path 'databind:2.7.9 -> annotations:2.7.9'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 59.6K bytes
    - Viewed (0)
  2. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishJavaIntegTest.groovy

                    expectFiles "commons-collections-3.2.2.jar", "commons-io-1.4.jar", "publishTest-1.9.jar", "publishTest-1.9-source.jar"
                }
                withModuleMetadata {
                    // additional files are not published in Gradle metadata
                    expectFiles "commons-collections-3.2.2.jar", "commons-io-1.4.jar", "publishTest-1.9.jar"
                }
            }
    
            and:
            resolveArtifacts(javaLibrary) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 49.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    ====
    
    However:
    
    - Gradle only supports verification of signatures published on remote repositories as ASCII-armored PGP files
    - Not all artifacts are published with signatures
    - A good signature doesn't mean that the signatory was legit
    
    As a consequence, signature verification will often be used alongside checksum verification.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    It depends on how they have been published and, specifically, whether they have been published with the necessary <<plugins#sec:plugin_markers,plugin marker artifacts>>.
    
    For example, the Android Plugin for Gradle is not published to the Gradle Plugin Portal and — at least up to version 3.2.0 of the plugin — the metadata required to resolve the artifacts for a given plugin identifier is not published to the Google repository.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/verification/DependencyVerificationSignatureCheckIntegTest.groovy

            def pkId = toHexString(keyring.publicKey.fingerprint)
            createMetadataFile {
                keyServer(keyServerFixture.uri)
                verifySignatures()
                // only the new keyring key is published and available
                addGloballyIgnoredKey(validPublicKeyLongIdHexString)
                addTrustedKey("org:foo:1.0", pkId)
                addTrustedKey("org:foo:1.0", pkId, "pom", "pom")
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:42:50 UTC 2024
    - 75.1K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/DependenciesAttributesIntegrationTest.groovy

        def "Attribute value on dependency only affects selection of this dependency (using published metadata)"() {
            given:
            repository {
                def modules = ['direct', 'transitive', 'leaf']
                modules.eachWithIndex { module, idx ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 02:13:52 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    By convention, test fixtures will be published with an artifact having the `test-fixtures` classifier.
    For both Maven and Ivy, an artifact with that classifier is simply published alongside the regular artifacts.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  8. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         *   schema schemaJar
         * }
         * </pre>
         *
         * @param configureClosure the closure to use to configure the published artifacts.
         */
        void artifacts(@DelegatesTo(ArtifactHandler.class) Closure configureClosure);
    
        /**
         * <p>Configures the published artifacts for this project.
         *
         * <p>This method executes the given action against the {@link ArtifactHandler} for this project.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    Testing on these versions will become an error in Gradle 9.0
    
    [[kotlin_dsl_precompiled_gradle_lt_6]]
    ==== Applying Kotlin DSL precompiled scripts published with Gradle < 6.0
    
    Applying Kotlin DSL precompiled scripts published with Gradle < 6.0 is deprecated.
    Please use a version of the plugin published with Gradle >= 6.0.
    
    [[kotlin_dsl_with_kgp_lt_1_8_0]]
    ==== Applying the `kotlin-dsl` together with Kotlin Gradle Plugin < 1.8.0
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  10. cmd/api-errors.go

    //
    // This file is part of MinIO Object Storage stack
    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (1)
Back to top