Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for publishTest (0.23 sec)

  1. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishResolvedVersionsJavaIntegTest.groovy

                expectFiles "bar-1.1.jar", "foo-1.0.jar", "publishTest-1.9.jar"
            }
    
            and:
            resolveApiArtifacts(javaLibrary) {
                expectFiles "foo-1.0.jar", "publishTest-1.9.jar"
            }
    
            and:
            resolveRuntimeArtifacts(javaLibrary) {
                expectFiles "bar-1.1.jar", "foo-1.0.jar", "publishTest-1.9.jar"
            }
    
            where:
            config << [
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 27 18:52:27 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  2. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/plugins/JavaGradlePluginPluginPublishingIntegrationTest.groovy

            """
        }
    
        def "Publishes main plugin artifact to Ivy"() {
            given:
            plugin('foo', 'com.example.foo')
            publishToIvy()
    
            when:
            succeeds 'publish'
    
            then:
    
            ivyRepo.module('com.example', 'plugins', '1.0').assertPublished()
        }
    
        def "Publishes main plugin artifact to Maven"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 13:07:03 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/publishing_ivy.adoc

    Publishes the _PubName_ publication to the repository named _RepoName_. If you have a repository definition without an explicit name, _RepoName_ will be "Ivy".
    
    `publish`::
    _Depends on_: All `publish__PubName__PublicationTo__RepoName__Repository` tasks
    +
    An aggregate task that publishes all defined publications to all defined repositories.
    
    [[publishing_ivy:publications]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/publishing_maven.adoc

    Declared versions (default)::
    This strategy publishes the versions that are defined by the build script author with the dependency declarations in the `dependencies` block.
    Any other kind of processing, for example through <<resolution_rules.adoc#resolution_rules,a rule changing the resolved version>>, will not be taken into account for the publication.
    
    Resolved versions::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  5. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/internal/publisher/AbstractMavenPublisher.java

             */
            public String getVersion() {
                return snapshotMetadata.getVersioning().getSnapshotVersions().get(0).getVersion();
            }
        }
    
        /**
         * Publishes artifacts for a single Maven module.
         */
        private static class ModuleArtifactPublisher {
            private final NetworkOperationBackOffAndRetry<Void> networkOperationCaller = new NetworkOperationBackOffAndRetry<>();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 07 12:20:56 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  6. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/ivy/IvyFileModule.groovy

            tokens
        }
    
        /**
         * Publishes ivy.xml plus all artifacts with different content to previous publication.
         */
        IvyFileModule publishWithChangedContent() {
            publishCount++
            publish()
        }
    
        String getPublicationDate() {
            return String.format("2010010112%04d", publishCount)
        }
    
        /**
         * Publishes ivy.xml (if enabled) plus all artifacts
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/publishing_gradle_plugins.adoc

    image::plugin-portal-plugin-page.png[]
    
    === Sources & Javadoc ===
    
    The Plugin Publish Plugin automatically generates and publishes the <<building_java_projects.adoc#sec:java_packaging,Javadoc, and sources JARs>> for your plugin publication.
    
    === Sign artifacts ===
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 18:40:53 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  8. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishIssuesIntegTest.groovy

            )
    
            then:
            succeeds "help"
        }
    
        @Issue("https://github.com/gradle/gradle/issues/26468")
        def "publishes jar type and extension when publishing dependency on artifact with classifier"() {
            given:
            mavenRepo.module("org", "foo").artifact(classifier: "cls").publish()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 07 19:31:52 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/design/gradle-module-metadata-latest-specification.md

    # Gradle Module Metadata 1.1 specification
    
    _Gradle Module Metadata 1.1 is supported in Gradle 6._
    
    Gradle publishes Gradle Module Metadata along with traditional metadata. Gradle Module Metadata is automatically consumed when available.
    
    ## Goal
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 16:14:11 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  10. src/runtime/mbarrier.go

    // but use the old value of arena_used. In this case, tracing will not
    // mark the object, even though it's reachable. However, the mutator
    // is guaranteed to execute a write barrier when it publishes the
    // pointer, so it will take care of marking the object. A general
    // consequence of this is that the garbage collector may cache the
    // value of mheap_.arena_used. (See issue #9984.)
    //
    //
    // Stack writes:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 15.7K bytes
    - Viewed (0)
Back to top