Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 66 for publication (0.27 seconds)

  1. build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/precommit/PomValidationPrecommitPlugin.java

            PublishingExtension publishing = project.getExtensions().getByType(PublishingExtension.class);
            publishing.getPublications().configureEach(publication -> {
                String publicationName = GUtils.capitalize(publication.getName());
                TaskProvider<PomValidationTask> validateTask = project.getTasks()
                    .register("validate" + publicationName + "Pom", PomValidationTask.class);
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Aug 11 07:30:51 GMT 2021
    - 1.9K bytes
    - Click Count (0)
  2. build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/PublishPlugin.java

            var publication = publishingExtension.getPublications().create("elastic", MavenPublication.class);
            project.afterEvaluate(project1 -> {
                if (project1.getPlugins().hasPlugin(ShadowPlugin.class)) {
                    configureWithShadowPlugin(project1, publication);
                } else if (project1.getPlugins().hasPlugin(JavaPlugin.class)) {
                    publication.from(project.getComponents().getByName("java"));
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Aug 11 07:30:51 GMT 2021
    - 8.9K bytes
    - Click Count (0)
  3. build-conventions/build.gradle

    targetCompatibility = minRuntimeJava
    sourceCompatibility = minRuntimeJava
    
    gradlePlugin {
        // We already configure publication and we don't need or want the one that comes
        // with the java-gradle-plugin
        automatedPublishing = false
        plugins {
            internalLicenseheaders {
                id = 'elasticsearch.internal-licenseheaders'
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jul 01 09:43:51 GMT 2021
    - 2.7K bytes
    - Click Count (0)
  4. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalTestArtifactExtension.java

                featureSpec.capability("org.elasticsearch.gradle", project.getName() + "-" + name + "-artifacts", "1.0");
                // This feature is only used internally in the
                // elasticsearch build so we do not need any publication.
                featureSpec.disablePublication();
            });
    
            DependencyHandler dependencies = project.getDependencies();
            project.getPlugins().withType(JavaPlugin.class, javaPlugin -> {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 29 07:15:49 GMT 2021
    - 2.8K bytes
    - Click Count (0)
  5. build-tools-internal/build.gradle

    Properties props = VersionPropertiesLoader.loadBuildSrcVersion(project.file('version.properties'), project.getProviders())
    version = props.getProperty("elasticsearch")
    
    gradlePlugin {
      // We already configure publication and we don't need or want the one that comes
      // with the java-gradle-plugin
      automatedPublishing = false
      plugins {
        build {
          id = 'elasticsearch.build'
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Sep 13 18:10:22 GMT 2021
    - 11.3K bytes
    - Click Count (0)
  6. android/guava/src/com/google/common/util/concurrent/ExecutionSequencer.java

         *       operations in a thread always happen-before subsequent read operations in the same
         *       thread
         *   <li>If this field's value == null because of unsafe publication, we know that it isn't the
         *       object associated with our thread, because if it was the publication wouldn't have been
         *       unsafe and we'd have seen our thread as the value. This state is also why a new
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Sep 23 01:35:55 GMT 2025
    - 22.1K bytes
    - Click Count (0)
  7. doap_Maven.rdf

    project development management and comprehension tool. Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process. https://github.com/apache/maven/issues https://maven.apache.org/mailing-lists.html...
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sat Mar 14 15:05:35 GMT 2026
    - 38K bytes
    - Click Count (0)
  8. docs/fr/docs/index.md

    ---
    
    « _**Netflix** est heureux d'annoncer la publication en open source de notre framework d'orchestration de **gestion de crise** : **Dispatch** ! [construit avec **FastAPI**]_ »
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 23.8K bytes
    - Click Count (0)
  9. CHANGELOG/CHANGELOG-1.4.md

    ## Changelog since v1.4.6
    
    ### Other notable changes
    
    * Exit with error if <version number or publication> is not the final parameter. ([#37723](https://github.com/kubernetes/kubernetes/pull/37723), [@mtaufen](https://github.com/mtaufen))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Click Count (0)
  10. CHANGELOG/CHANGELOG-1.6.md

    * Fix GCI mounter issue ([#38124](https://github.com/kubernetes/kubernetes/pull/38124), [@jingxu97](https://github.com/jingxu97))
    * Exit with error if <version number or publication> is not the final parameter. ([#37723](https://github.com/kubernetes/kubernetes/pull/37723), [@mtaufen](https://github.com/mtaufen))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 304K bytes
    - Click Count (0)
Back to Top