Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrade to latest gradle version 8.1
fixed issues
useJUnitPlatform
setting inKotlinDSL
does not work correctly since Gradle 8.0--scan
is ignored if configuration cache is reusedkotlin-dsl
plugin usingafterEvaluate {}
to configureKotlinCompile
tasks prevents further configuring themOutputEventRenderer.onOutput()
locking by refine lock granularityinit.gradle.kts
causes obscure error: Failed to apply plugin class, Char sequence is emptydependencyInsight
work with CC/load-after-storeKotlinBuildScript
,KotlinInitScript
andKotlinSettingsScript
Gradle.useLogger()
Gradle
type does not expose that it isExtensionAware
making accessing extensions and extra properties difficult in the Kotlin DSLJvmVendorSpec.IBM_SEMERU
ValidatePlugins
task fails if configured Java Toolchain > Java running the build-class
gradle init
should use toolchainsClosure
sISE: GradleProperties has not been loaded yet
for included build when restoring from the configuration cachegradle.properties
filesbuild.gradle
to a multi-project build with configuration-cache doesn't get picked upNONE
in incremental task causes same file to be added then removedorg.gradle.api.provider.ValueSource
and familyproject-report
plugin support the configuration cachesigning
plugin support the configuration cacheivy-publish
plugin support the configuration cache--export-keys
is not compatible with the configuration cachecom.gradle.plugin-publish
compilation issue upon upgrading to Gradle 8.0.2org.gradle.unsafe.configuration-cache
options to their finalized formsorg.gradle.warning.mode=fail
IllegalStateException: Corrupt serialized resolution result
gradle init
withGenerate build using new APIs and behavior
seems to use the wrong toolchain resolver pluginknown issues
Automated changes by create-pull-request GitHub action