- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 16 for Infrastructure (0.07 seconds)
-
architecture/standards/0004-use-a-platform-architecture.md
#### 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 Provides cross-cutting Gradle documentation and samples, along with the infrastructure to write, test, publish and host the documentation. ## Consequences
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 4.5K bytes - Click Count (0) -
.teamcity/test-buckets.json
"stdlib-java-extensions", "stdlib-kotlin-extensions", "test-kit", "test-suites-base", "testing-base", "testing-base-infrastructure", "testing-jvm-infrastructure", "testing-native", "time", "toolchains-jvm" ], "parallelizationMethod": { "name": "TestDistributionAlpine" }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 18:38:15 GMT 2026 - 118.6K bytes - Click Count (0) -
architecture/standards/0002-avoid-using-java-serialization.md
When sharing data with external tools, we use JSON. ## Consequences * The configuration cache serialization infrastructure should be used for all serialization. * Existing usages of Serializer outside of this infrastructure should be migrated to use it. * Existing usages of Java serialization should be migrated to use it.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 14:05:45 GMT 2026 - 2.3K bytes - Click Count (0) -
.github/CODEOWNERS
## 1. Prefer team ownership over individual user ownership. ## 2. GBT-related team should be listed first. ## 3. Try to keep paths alphabetically sorted within visual groups. ## 4. List individual owners last. ## # Build infrastructure .teamcity/ @gradle/bt-developer-productivity
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 18:38:15 GMT 2026 - 10.8K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/DecorateReleaseNotes.java
copySpec.into(destinationFile.getParentFile()); copySpec.rename(s -> destinationFile.getName()); // TODO: Maybe this could be simplified by not using the copy infrastructure and just // calling the FilterReader ourselves. We're just taking one file and turning it into another. // The order here is important! tokens are inserted by the transformer
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 22 12:08:23 GMT 2026 - 3.8K bytes - Click Count (0) -
architecture/standards/0005-introduce-core-ui-architecture-module.md
This includes: - Logging and progress services. - Problem generation services (aka the "problems API"). - User prompting services. - Build options infrastructure. - The console and CLI, as a specific implementation of these services. The UI architecture module uses the core runtime architecture module. It provides APIs that are used by the other modules and platforms.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 1.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticatorTest.java
} @Test public void test_nullSafeLogout() { SpnegoAuthenticator authenticator = new SpnegoAuthenticator(); // SPNEGO logout should return null (relies on Kerberos infrastructure) String logoutUrl = authenticator.logout(null); assertNull(logoutUrl); } @Test public void test_nullSafeGetResponse() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 4.8K bytes - Click Count (0) -
.teamcity/subprojects.json
"path": "platforms/software/testing-base", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "testing-base-infrastructure", "path": "platforms/software/testing-base-infrastructure", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "testing-jvm", "path": "platforms/jvm/testing-jvm",
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 15:03:00 GMT 2026 - 42K bytes - Click Count (0) -
CLAUDE.md
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 09:48:10 GMT 2026 - 7.8K bytes - Click Count (0) -
.idea/gradle.xml
<option value="$PROJECT_DIR$/platforms/jvm/scaladoc-worker" /> <option value="$PROJECT_DIR$/platforms/jvm/testing-jvm" /> <option value="$PROJECT_DIR$/platforms/jvm/testing-jvm-infrastructure" /> <option value="$PROJECT_DIR$/platforms/jvm/toolchains-jvm" /> <option value="$PROJECT_DIR$/platforms/jvm/toolchains-jvm-shared" /> <option value="$PROJECT_DIR$/platforms/jvm/war" />Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 10:18:20 GMT 2026 - 25.5K bytes - Click Count (0)