- Sort Score
- Result 10 results
- Languages All
Results 901 - 910 of 2,558 for build2 (0.07 sec)
-
build-logic-commons/settings.gradle.kts
} includeBuild("../build-logic-settings") // Shared basics for all include("basics") // Platform: defines shared dependency versions include("build-platform") // Compute the identity/version we are building and related details (like current git commit) include("module-identity") // Code quality rules common to :build-logic and the root build include("code-quality-rules")Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon May 19 17:09:05 UTC 2025 - 1.9K bytes - Viewed (0) -
.teamcity/src/test/kotlin/PromotionProjectTests.kt
step.gradleParams, ) } @Test fun `start release cycle test promotion build type runs one gradle invocation`() {Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Jun 12 09:41:54 UTC 2025 - 15.3K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/helper/SearchLogHelper.java
.toArray(n -> new UpdateRequest[n]); if (updateRequests.length > 0) { searchHelper.bulkUpdate(builder -> { for (final UpdateRequest req : updateRequests) { builder.add(req); } }); } } catch (final Exception e) {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 26.4K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java
* where resource {@code targetPath} elements were always interpreted as relative to the output directory * ({@code project.build.outputDirectory} or {@code project.build.testOutputDirectory}), * not the project base directory. Maven 3 plugins (like maven-resources-plugin) expect to receive * the relative path and perform the resolution themselves. * </p>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 07 13:11:07 UTC 2025 - 14.2K bytes - Viewed (0) -
.ci/init.gradle
} 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') final boolean buildCachePush = Boolean.valueOf(System.getProperty('org.elasticsearch.build.cache.push', 'false')) if (buildCacheUrl) {Registered: Sun Dec 21 06:47:06 UTC 2025 - Last Modified: Wed Nov 13 10:14:04 UTC 2019 - 3K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/normalization/DefaultModelNormalizer.java
@Override public void mergeDuplicates(Model model, ModelBuildingRequest request, ModelProblemCollector problems) { Build build = model.getBuild(); if (build != null) { List<Plugin> plugins = build.getPlugins(); Map<Object, Plugin> normalized = new LinkedHashMap<>(plugins.size() * 2); for (Plugin plugin : plugins) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 4.5K bytes - Viewed (0) -
apache-maven/pom.xml
</configuration> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>versionlessMavenDist</id> <build> <finalName>${project.artifactId}</finalName> </build> </profile> </profiles>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Nov 10 03:14:05 UTC 2025 - 12.7K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
} } private void visit(BuildBase build) { if (build != null) { String org, val; // Plugins for (Plugin plugin : build.getPlugins()) { visit(plugin); } // PluginManagement visit(build.getPluginManagement()); // DefaultGoalRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 43.1K bytes - Viewed (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/interpolation/reflection/ReflectionValueExtractorTest.java
// ---------------------------------------------------------------------- // Build // ---------------------------------------------------------------------- Build build = (Build) ReflectionValueExtractor.evaluate("project.build", project); assertNotNull(build); } /** * <p>testValueExtractorWithAInvalidExpression.</p> *Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jan 10 07:09:12 UTC 2025 - 16.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/BuildDistributions.kt
publishBuildStatusToGithub(model) } setArtifactRules( """$artifactRules packaging/distributions-full/build/distributions/*.zip => distributions platforms/core-runtime/base-services/build/generated-resources/build-receipt/org/gradle/build-receipt.properties """, )
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 1.4K bytes - Viewed (0)