Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for withPlugins (0.06 sec)

  1. compat/maven-model/src/test/java/org/apache/maven/model/v4/MavenModelVersionTest.java

            assertEquals("4.1.0", new MavenModelVersion().getModelVersion(m));
        }
    
        @Test
        void testV4ModelPriority() {
            Model m = model.withBuild(Build.newInstance()
                    .withPlugins(Collections.singleton(Plugin.newInstance()
                            .withExecutions(Collections.singleton(
                                    PluginExecution.newInstance().withPriority(5))))));
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. .ci/init.gradle

              maven configCache()
            }
          }
          repositories {
            maven configCache()
          }
        }
      }
    }
    
    projectsLoaded {
      rootProject {
        project.pluginManager.withPlugin('com.gradle.build-scan') {
          buildScan.server = 'https://gradle-enterprise.elastic.co'
        }
      }
    }
    
    
    final String buildCacheUrl = System.getProperty('org.elasticsearch.build.cache.url')
    Registered: Sun Dec 21 06:47:06 UTC 2025
    - Last Modified: Wed Nov 13 10:14:04 UTC 2019
    - 3K bytes
    - Viewed (0)
Back to top