- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 20 for Bowling (0.08 sec)
-
.teamcity/subprojects.json
}, { "name": "declarative-dsl-tooling-builders", "path": "platforms/core-configuration/declarative-dsl-tooling-builders", "unitTests": false, "functionalTests": false, "crossVersionTests": true }, { "name": "declarative-dsl-tooling-models", "path": "platforms/core-configuration/declarative-dsl-tooling-models", "unitTests": false, "functionalTests": false,
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Oct 23 22:33:41 UTC 2024 - 34.3K bytes - Viewed (0) -
.teamcity/test-buckets.json
{ "parallelizationMethod":{ "name":"TestDistribution" }, "subprojects":[ "kotlin-dsl-tooling-builders", "build-events", "resources-s3", "plugins-jvm-test-suite", "plugins-version-catalog", "plugins-application", "reporting", "tooling-native", "language-jvm", "instrumentation-reporting", "plugins-java-library" ] }, {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Oct 08 11:14:16 UTC 2024 - 87.8K bytes - Viewed (0) -
.github/CODEOWNERS
platforms/core-configuration/kotlin-dsl-provider-plugins/ @gradle/bt-kotlin-dsl-maintainers platforms/core-configuration/kotlin-dsl-tooling-builders/ @gradle/bt-kotlin-dsl-maintainers platforms/core-configuration/kotlin-dsl-tooling-models/ @gradle/bt-kotlin-dsl-maintainers # Core automation platform (Declarative DSL)
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 24 14:46:27 UTC 2024 - 10.6K bytes - Viewed (0) -
build-logic-commons/publishing/src/main/kotlin/gradlebuild.publish-public-libraries.gradle.kts
builtBy(localPublish) } } if (signArtifacts) { // Otherwise we get // ask ':tooling-api:publishGradleDistributionPublicationToRemoteRepository' uses this output of task ':tooling-api:signLocalPublication' // without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Sep 19 13:21:47 UTC 2024 - 5.9K bytes - Viewed (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.repositories.gradle.kts
content { includeGroup("net.rubygrapefruit") includeGroup("org.gradle.fileevents") includeModule("flot", "flot") includeModule("org.gradle", "gradle-tooling-api") includeModule("org.gradle.buildtool.internal", "configuration-cache-report") includeModule("org.gradle.buildtool.internal", "gradle-ide-starter") } } google {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Oct 11 18:49:54 UTC 2024 - 1.5K bytes - Viewed (0) -
docs/en/docs/tutorial/response-model.md
{!> ../../docs_src/response_model/tutorial003_01.py!} ``` //// With this, we get tooling support, from editors and mypy as this code is correct in terms of types, but we also get the data filtering from FastAPI. How does this work? Let's check that out. 🤓 ### Type Annotations and Tooling First let's see how editors, mypy and other tools would see this.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 18.1K bytes - Viewed (0) -
impl/maven-core/plugin-manager.txt
h3. Plugins * Execution model * Metadata model * Metadata tooling ** Metadata extractor ** Metadata reader ** Metadata writer ** Metadata adapter (if required for the target system) * Maven packaging and lifecycle * Maven test harness for plugin execution model * Eclipse IDE tooling for plugin execution model and metadata model - we also seem to have information like the plugin lifecycle model that's buried inside the maven execution model
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 12.9K bytes - Viewed (0) -
docs/en/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
/// tip Some editors check for unused function parameters, and show them as errors. Using these `dependencies` in the *path operation decorator* you can make sure they are executed while avoiding editor/tooling errors. It might also help avoid confusion for new developers that see an unused parameter in your code and could think it's unnecessary. /// /// info
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4K bytes - Viewed (0) -
.teamcity/performance-test-durations.json
"durations" : [ { "testProject" : "largeJavaMultiProject", "linux" : 886 } ] }, { "scenario" : "org.gradle.performance.regression.java.JavaIDETaskExecutionPerformanceTest.run clean assemble via Tooling API", "durations" : [ { "testProject" : "largeAndroidBuild", "linux" : 549 }, { "testProject" : "largeJavaMultiProject", "linux" : 687 }, {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Sep 12 14:38:24 UTC 2024 - 27.9K bytes - Viewed (0) -
.teamcity/performance-tests-ci.json
"coverage" : { "per_commit" : [ "linux" ] } } ] }, { "testId" : "org.gradle.performance.regression.java.JavaIDETaskExecutionPerformanceTest.run compileJava via Tooling API", "groups" : [ { "testProject" : "largeAndroidBuild", "coverage" : { "per_commit" : [ "linux" ] } }, { "testProject" : "largeJavaMultiProject",
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Sep 12 14:38:24 UTC 2024 - 36.4K bytes - Viewed (0)