- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 210 for rebuild (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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) -
.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) -
build-logic-settings/version-catalogs/src/main/kotlin/gradlebuild.version-catalogs.settings.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ dependencyResolutionManagement { val root = if (rootProject.name.startsWith("build-logic")) { layout.rootDirectory.dir("..") } else { layout.rootDirectory } val basePath = root.dir("gradle").dir("dependency-management") versionCatalogs { create("libs") {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 09:06:26 GMT 2026 - 1.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsDuplicateHostCB.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 7.1K bytes - Click Count (0)