- Sort Score
- Num 10 results
- Language All
Results 91 - 100 of 275 for rebuild (0.15 seconds)
-
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/runtimes/CheckTargetRuntimes.kt
""".trimIndent() + "\n" + failures.joinToString("\n") { " - $it" }) } } /** * Calculates the new build file text for a project or returns a failure * message if the build file could not be updated. */ private fun calculateBuildFileMutation( projectPath: String, computed: Set<TargetRuntime>, buildFile: File
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:40:18 GMT 2026 - 13.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/allcommon/EsAbstractBehavior.java
if (esCb.getPreference() != null) { builder.setPreference(esCb.getPreference()); } esCb.request().build(builder); final SearchResponse response = esCb.build(builder).execute().actionGet(searchTimeout); final EsPagingResultBean<RESULT> list = new EsPagingResultBean<>(builder); final SearchHits searchHits = getSearchHits(response);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 27 07:01:25 GMT 2025 - 26.4K bytes - Click Count (0) -
architecture/platforms.md
### Enterprise integration Provides cross-cutting integration with Gradle's commercial product. ### IDE integration Provides cross-cutting integration with IDEs and other tooling. ### Build infrastructure Provides build logic, libraries, test suites and infrastructure to support developing and releasing Gradle. ### Documentation
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu May 02 06:42:46 GMT 2024 - 5.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/rank/fusion/RankFusionProcessorErrorHandlingTest.java
builder.addDocument(doc); } builder.allRecordCount(10); builder.allRecordCountRelation(Relation.EQUAL_TO.toString()); return builder.build(); } } /** * Searcher that returns documents with null ID field. */ static class NullIdFieldSearcher extends RankFusionSearcher { @Override
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 14.3K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/LightweightChecks.kt
script { name = "RUN_MAVEN_CLEAN_VERIFY" scriptContent = """ ./mvnw clean verify -Dmaven.repo.local=../build -Dscan.value.gitCommitId=%build.vcs.number% -Dscan.tag.CI -Dscan.value.tcBuildType=${model.projectId}_LightweightChecks """.trimIndent() workingDir = ".teamcity" }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 23 03:29:32 GMT 2026 - 3.9K bytes - Click Count (0) -
architecture/standards/0010-gradle-properties-naming.md
For better ergonomics on the CLI, some properties can have supplementary command-line build option(s). The name of the feature in the build option SHOULD be the same as in the property name. Shared scheme for long-form build options: ``` --<feature-name>-<detail> ``` Decisions on the short-form build options should be made on a case by case basis, since the space of available names is small.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 06 09:25:54 GMT 2026 - 8K bytes - Click Count (0) -
AI_POLICY.md
# Policy on AI-Assisted Contributions to the Gradle Build Tool We use AI tools daily and welcome AI-assisted contributions—provided the human behind them meets the standards below. ## Why this policy exists There is a fundamental **asymmetry** between submitting a contribution and reviewing one: AI tools make it easy to generate and submit large amounts of code, but they do not make it equally faster for us to review it.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 3.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsRoleCB.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 6.3K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild.update-init-template-versions.gradle.kts
import gradlebuild.buildutils.tasks.UpdateInitPluginTemplateVersionFile tasks { register<UpdateInitPluginTemplateVersionFile>("updateInitPluginTemplateVersionFile") { group = "Build init" libraryVersionFile = layout.projectDirectory.file( "src/main/resources/org/gradle/buildinit/tasks/templates/library-versions.properties" ) }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 20 15:24:40 GMT 2023 - 378 bytes - Click Count (0) -
build-logic-commons/module-identity/src/main/kotlin/gradlebuild/identity/provider/BuildTimestampValueSource.kt
return timestampFormat.format(buildTime) } override fun getDisplayName(): String = "the build timestamp ($timestampSource)" private val timestampSource: String get() = parameters.run { when { buildTimestampFromBuildReceipt.isPresent -> "from build receipt" buildTimestampFromGradleProperty.isPresent -> "from buildTimestamp property"
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jun 05 17:24:26 GMT 2025 - 3.7K bytes - Click Count (0)