- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for Incubating (0.06 sec)
-
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/UpgradedPropertiesChangesTest.kt
"Method com.example.TaskInterface.getFailOnError(): Is not annotated with @since 2.0. Reason for accepting this: Upgraded property" to listOf("Method added to interface"),
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Oct 02 14:20:08 UTC 2024 - 26.1K bytes - Viewed (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
buildReportTab("API Compatibility Report", "$hiddenArtifactDestination/report-architecture-test-binary-compatibility-report.html") buildReportTab("Incubating APIs Report", "incubation-reports/all-incubating.html") } if (stage.performanceTests.isNotEmpty()) { buildReportTab("Performance", "performance-test-results.zip!report/index.html") } }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Oct 07 09:17:14 UTC 2024 - 9.5K bytes - Viewed (0) -
build-logic/buildquality/build.gradle.kts
plugins { id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin") } description = "Provides plugins to configure quality checks (incubating report, CodeNarc, et al)" dependencies { implementation("gradlebuild:basics") implementation(projects.cleanup) implementation(projects.documentation) implementation(projects.integrationTesting) implementation(projects.performanceTesting) implementation(projects.profiling)
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Sep 11 14:21:47 UTC 2024 - 1.1K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/extensions.kt
build/tmp/teŝt files/** => $hiddenArtifactDestination/teŝt-files build/errorLogs/** => $hiddenArtifactDestination/errorLogs subprojects/internal-build-reports/build/reports/incubation/all-incubating.html => incubation-reports testing/architecture-test/build/reports/binary-compatibility/report.html => binary-compatibility-reports build/reports/dependency-verification/** => dependency-verification-reports
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 10 03:25:26 UTC 2024 - 13.2K bytes - Viewed (0) -
CONTRIBUTING.md
If you don't see the report link in the output in the IDE, make sure to select the top-level node in the structured output panel. The report will explain the errors in detail. Perhaps, you forgot to add an `@Incubating` annotation or `@since` in the javadoc. 2. Accept the changes.\ If you are sure that the changes are intentional, follow the steps described in the report.
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Nov 05 15:15:33 UTC 2024 - 15.6K bytes - Viewed (0)