- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for withPlugins (0.04 sec)
-
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) -
.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)