Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gradle wrapper to 7.6 #576

Closed
wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jan 5, 2023

Upgrade to latest gradle version 7.6

fixed issues
  • #22484 java.sourceSets.main.output.classesDirs no longer depends on the classes task in Gradle 7.6
  • #22467 File system events ignored after file watcher error
  • #22464 Issue with parallel project model building
  • #22423 frequent StackOverflowError in execution plan
  • #22385 Gradle-side API to power buildscan.background callbacks in configuration-cache compatible way
  • #22320 java.lang.ClassCastException: class org.gradle.execution.plan.CompositeNodeGroup cannot be cast to class org.gradle.execution.plan.OrdinalGroup
  • #22305 Custom ValueSource erroneously tracks files etc used in obtain() when ValueSource parameters are passed in
  • #22295 Dependency verification - rollback key ring disambiguation
  • #22279 Gradle 7.6 (UnsupportedOperationException -> PreResolvedResolvableArtifact.getModuleVersion)
  • #22235 ConcurrentModificationException when excluding multi tasks from command line (-x) in a subproject with configureondemand
  • #22196 Report @input annotation misapplied to File/Directory-based properties as warnings
  • #22144 Investigate regression on changes to artifact resolution
  • #22046 Configuration cache fails when using includeBuild(".")
  • #22013 test-report-aggregation docs are missing mention of --continue flag
  • #21990 JacocoReportAggregationPlugin doesn't work with JvmTestSuitePlugin
  • #21983 Gradle build package has snakeyaml dependency for plugins has a CVE with high base score
  • #21975 7.5.1 gradle version - java.lang.StackOverflowError at org.gradle.execution.plan.FinalizerGroup$FinalizesMembers.getFilteredSuccessorsFor(FinalizerGroup.java:297)
  • #21962 7.5: mustRunAfter(configuration) causes ActionNode cannot be cast to TaskNode
  • #21898 Add deprecation logging to org.gradle.util.GradleVersion.getNextMajor()
  • #21886 Deprecate org.gradle.api.internal.artifacts.dsl.dependencies.DependencyFactory
  • #21848 Gradle distribution jar is not reproducible due to fastutil minification transform
  • #21839 Report deprecations for deprecated members from the org.gradle.util package
  • #21783 dependency resolution error should be thrown in the same way regardless of whether config caching is enabled or not
  • #21781 "withVariantReselection" API broken
  • #21758 JavaCompile and Test tasks silently ignore explicit executable if it does not exist
  • #21748 --rerun fails on configuration cache hit
  • #21708 Can't exclude composite build tasks
  • #21644 Incremental compilation after failure issues when all classes are not removed
  • #21624 Could not set system property in the new Checkstyle task and finally failed by NPE when using "ENTITY" feature in configuration files
  • #21616 Toolchain probing cannot cope with warnings from java
  • #21610 Include klib extension as KNOWN_ZIP_EXTENSIONS for java normalization
  • #21591 NullPointerException when using convention mapping and a Property for the same name
  • #21559 chore: move JUnit and TestNG "dummy" tests to textFixtures
  • #21542 StackOverflowError in FinalizerGroup.isCanCancel when handling build failure
  • #21529 Add support for JDK19
  • #21522 Broken link to processResources on the Java Plugin doc page
  • #21465 Cannot extract contents of Renjin 3.5 beta76 archive
  • #21325 "Unable to make progress running work" redux
  • #21323 Poor performance for fully up-to-date builds on machines with many CPU cores
  • #21306 :incubationReport txt reporter broken on Kotlin function signatures spanning multiple lines
  • #21252 Gradle does not recover from dependency resolution failures that happen while writing to the cache
  • #21209 Introduce Strongly Typed Dependency Block
  • #21203 Incremental Annotation Processing Issue when recompiling annotated source dependency
  • #21158 Document behavior around -- to differentiate between task options and Gradle command-line flags
  • #21116 StackOverflowError thrown from internal Gradle code.
  • #21111 Adding files to variants created from ComponentMetadataRules does not work when SNAPSHOT versions are used
  • #21074 ProjectBuilder tests failing when exercising Kotlin multiplatform plugin
  • #21011 Deprecate org.gradle.kotlin.dsl.precompiled.accessors.strict=false or unset
  • #21001 Add docs and snippets for Sharing Configuration Between Test Suites
  • #20995 can't view KDoc or source code of generated Kotlin dependency extensions in IDE
  • #20981 Gradle init doesn't escape single quotes
  • #20977 Upgrade Kotlin to 1.7.0 and maybe try out the K2 compiler?
  • #20975 Artifact transforms execute before all dependencies are ready
  • #20956 Add priority order for disambiguation rules to resolvableConfigurations report
  • #20945 Composite builds fail when reusing configuration cache
  • #20928 Manifest.from(Object...) does not support merging Manifest implementations
  • #20902 Accept Provider for configuring testing framework versions
  • #20891 startScripts relies on chmod being in the PATH.
  • #20883 Stop computing a logging string that is not used
  • #20857 Incorrect warning in "Working with files" documentation
  • #20852 Typo in docs: version should be versionRef.
  • #20847 Plugin variants are ignored when plugin is added as buildSrc common dependency
  • #20846 Test task avoidance is not working since Gradle 7.4.x
  • #20824 Buildscript jars are not keeping their original compression
  • #20813 CachingJvmMetadataDetector caches metadata of invalid installations for the lifetime of the daemon, not build
  • #20794 Instrument invokedynamic-based Groovy bytecode for configuration cache input detection
  • #20778 IdentityTransform fails with FileNotFound after updating to 7.5-rc1
  • #20740 Gradle should log empty javac arguments as quotes pair in debug mode
  • #20728 Add https://pgp.mit.edu to the list of default key servers.
  • #20722 Task buildNeeded and buildDependents resolve configuration too early
  • #20709 Config cache exception on JDK 17: InaccessibleObjectException CopyOnWriteArrayList.writeObject
  • #20708 @classpath with @NormalizeLineEndings fails to capture differences in zip entries on JDK8
  • #20702 Follow up for optimistic locking changes #20687
  • #20695 Precompiled Kotlin script plugins are broken in explicit API mode
  • #20668 Fix implicit command-line ordering test in AbstractIdeLifecycleIntegrationTest
  • #20644 JVM 9+ No Way to Enable Remote Debugging
  • #20641 Option to rerun only requested tasks
  • #20630 InitBuild task should convert Maven compile scope to api, not implementation
  • #20626 Documentation for how to access gradle.properties values in settings.gradle could be enhanced
  • #20612 error during build: BuildOperationType.java unmappable character (0x9D) for encoding windows-1252
  • #20611 No way to apply --no-daemon: current process arguments format bug
  • #20579 Re-use Scala compiler between runs
  • #20517 Implicit Dependency deprecation warning links to default "Authoring Tasks" in Build Scans
  • #20510 DirectDependenciesMetadata removals "mutate" previously returned DirectDependencyMetadata instances, removeAll(Collection) is completely broken‼
  • #20482 When using the jacoco report aggregation plugin, some classes are not clickable in the report.
  • #20478 Incremental java compiler does not detect changes to classes used in type parameters in some cases
  • #20473 ./gradlew projects fails the second time with configuration cache enabled
  • #20468 Update vulnerable and old dependencies in gradle distribution (7.4.2)
  • #20461 "--offline" execution option should be considered as configuration input
  • #20432 JaCoCo Report Aggregation Plugin uses JARs not class directories in allCodeCoverageReportClassDirectories configuration
  • #20372 Support Java 19
  • #20370 Version Catalogs documentation is outdated regards using values defined in Versions scope
  • #20243 Consider removing the deprecation on catalog names
  • #20142 publish using maven-publish resulting in shrinked pom.xml version
  • #20140 Key exporting writes out duplicate keys
  • #20062 Regression in primary task ordering
  • #19953 Composite Builds Hierarchical Multirepo Sample - fails when following the instructions
  • #19939 Gradle 7.4 regression in toolchain support, gradle reports Invalid encoding name "UTF8"
  • #19870 JVM Test Suite Plugin for integrationTest, how to add all test dependencies to integrationTest task in multi module project
  • #19842 publish task from maven-publish plugin should work with configuration cache
  • #19761 Update DefaultJvmTestSuite and BuildInit to use JUnit 5 when applying useKotlinTest
  • #19759 Improve TestLauncher interface
  • #19752 VERSION_CATALOGS feature fails if any dir in project path starts with character "u": "illegal unicode escape"
  • #19734 Upgrade embedded Kotlin to 1.7.10
  • #19608 Improve outputContains output for integration testing
  • #19602 Make compile tasks incremental after a failure
  • #19453 Incremental cache lost after a compilation error when using Micronaut
  • #19446 Throws TimeoutException during configuration (after 1 minute, Gradle Kotlin IO impl)
  • #19296 Document where to find Options from tasks
  • #19234 JavaToolchainService not available on JVM ecosystem projects
  • #19232 gradleTestKit not available in test suite
  • #19192 Named argument notation not supported for dependencies in test suite plugin
  • #19140 Support "Zulu OpenJDK Discovery API" for auto provisioning toolchains
  • #19085 Remove internal org.gradle.kotlin.dsl.accessors feature flag
  • #19077 [Build Scans] Class-based Settings Plugin breaks build scans when using pluginManagement.includeBuild(...)
  • #18698 Add a classifier property to the Distribution type
  • #18627 Update bundled JUnit 5 launcher
  • #18227 Precompiled Kotlin DSL scripts fix the JVM target to 8
  • #17575 Allow setting a custom timeout for gradle wrapper download
  • #17470 dependencies task is not compatible with the configuration cache
  • #17334 Report the number of tasks scheduled for execution to TAPI clients
  • #17327 Support serializable lambdas for up-to-date checks
  • #16897 IBM JDK is detected but never selected
  • #16865 DependencyHandler create method is missing configure with Action overload
  • #16702 "properties" task is not configuration cache compatible
  • #16642 Retry connection connection closed during resolution.
  • #16596 Support auto-download of Java toolchains for more vendors than just AdoptOpenJDK
  • #16423 Configuration cache - patterns are not serialized for the file tree
  • #16295 TestLauncher TAPI improvements
  • #16140 Gradle javaToolChains - output is misleading
  • #15918 javaToolchains task provides insufficient error information
  • #15326 gradle init should not create buildSrc but use included build logic builds
  • #14375 Public API for deciding whether config caching is enabled
  • #13601 No java incremental compile after compile failure - "unable to get source-classes mapping relationship from last compilation."
  • #13323 Extended test results for Tooling API events
  • #13274 Re-use compiler daemons between builds
  • #12912 Improve test setup and documentation for Java & JVM projects
  • #11703 Build script class names depend on the absolute path
  • #9166 Ability to re-run selected tasks
  • #7923 Task action implementation is not tracked when added via Task.doLast(String, Action)
  • #7541 Add ability to specify "name" for task.onlyIf actions (and possibly others like upToDateWhen)
  • #3605 Remove wrapper zip after unzipping
  • #1775 Project.afterEvaluate execution order is not specified in documentation
  • #13468 Make maven-publish plugin support the configuration cache
  • #22582 Regression in 7.6-rc-1 when using invalid Maven repository name
  • #22566 Add extra entries to JavaVersion for future compatibility
  • #22552 7.6 RC1: UnsupportedNotationException for version catalog dependency bundle
  • #22650 7.6 RC1/2: UnsupportedNotationException for version catalog bundle dependency constraint
  • #22761 "Unable to make progress running work" redux2
  • #22734 "Unable to make progress running work" using 7.6-rc-3
  • #22720 7.6 RC3: DependencyAdder.invoke cannot be called with the arguments supplied
known issues
  • #23293 "Unable to make progress running work" together with --continue and failing tasks
  • #23067 Incremental compilation of java modules is broken with Gradle 7.6
  • #22797 Version catalog accessors for plugin aliases shown as errors in IDE kotlin script editor
  • #22701 Breaking API change in 7.6: MinimalExternalModuleDependency interface adds lots of methods
  • #19382 Error extracting downloaded toolchain for JvmImplementation.J9
  • #17052 Kotlin 1.5 ".kts" build source, invoke-dynamic for SAM wrappers, and gradle tasks not up to date
Fixed issues - [#22484](https://github.com/gradle/gradle/issues/22484) java.sourceSets.main.output.classesDirs no longer depends on the classes task in Gradle 7.6 - [#22467](https://github.com/gradle/gradle/issues/22467) File system events ignored after file watcher error - [#22464](https://github.com/gradle/gradle/issues/22464) Issue with parallel project model building - [#22423](https://github.com/gradle/gradle/issues/22423) frequent StackOverflowError in execution plan - [#22385](https://github.com/gradle/gradle/issues/22385) Gradle-side API to power buildscan.background callbacks in configuration-cache compatible way - [#22320](https://github.com/gradle/gradle/issues/22320) java.lang.ClassCastException: class org.gradle.execution.plan.CompositeNodeGroup cannot be cast to class org.gradle.execution.plan.OrdinalGroup - [#22305](https://github.com/gradle/gradle/issues/22305) Custom ValueSource erroneously tracks files etc used in obtain() when ValueSource parameters are passed in - [#22295](https://github.com/gradle/gradle/issues/22295) Dependency verification - rollback key ring disambiguation - [#22279](https://github.com/gradle/gradle/issues/22279) Gradle 7.6 (UnsupportedOperationException -> PreResolvedResolvableArtifact.getModuleVersion) - [#22235](https://github.com/gradle/gradle/issues/22235) ConcurrentModificationException when excluding multi tasks from command line (-x) in a subproject with configureondemand - [#22196](https://github.com/gradle/gradle/issues/22196) Report @input annotation misapplied to File/Directory-based properties as warnings - [#22144](https://github.com/gradle/gradle/issues/22144) Investigate regression on changes to artifact resolution - [#22046](https://github.com/gradle/gradle/issues/22046) Configuration cache fails when using includeBuild(".") - [#22013](https://github.com/gradle/gradle/issues/22013) `test-report-aggregation` docs are missing mention of `--continue` flag - [#21990](https://github.com/gradle/gradle/issues/21990) JacocoReportAggregationPlugin doesn't work with JvmTestSuitePlugin - [#21983](https://github.com/gradle/gradle/issues/21983) Gradle build package has snakeyaml dependency for plugins has a CVE with high base score - [#21975](https://github.com/gradle/gradle/issues/21975) 7.5.1 gradle version - java.lang.StackOverflowError at org.gradle.execution.plan.FinalizerGroup$FinalizesMembers.getFilteredSuccessorsFor(FinalizerGroup.java:297) - [#21962](https://github.com/gradle/gradle/issues/21962) 7.5: mustRunAfter(configuration) causes ActionNode cannot be cast to TaskNode - [#21898](https://github.com/gradle/gradle/issues/21898) Add deprecation logging to org.gradle.util.GradleVersion.getNextMajor() - [#21886](https://github.com/gradle/gradle/issues/21886) Deprecate `org.gradle.api.internal.artifacts.dsl.dependencies.DependencyFactory` - [#21848](https://github.com/gradle/gradle/issues/21848) Gradle distribution jar is not reproducible due to fastutil minification transform - [#21839](https://github.com/gradle/gradle/issues/21839) Report deprecations for deprecated members from the org.gradle.util package - [#21783](https://github.com/gradle/gradle/issues/21783) dependency resolution error should be thrown in the same way regardless of whether config caching is enabled or not - [#21781](https://github.com/gradle/gradle/issues/21781) "withVariantReselection" API broken - [#21758](https://github.com/gradle/gradle/issues/21758) JavaCompile and Test tasks silently ignore explicit executable if it does not exist - [#21748](https://github.com/gradle/gradle/issues/21748) --rerun fails on configuration cache hit - [#21708](https://github.com/gradle/gradle/issues/21708) Can't exclude composite build tasks - [#21644](https://github.com/gradle/gradle/issues/21644) Incremental compilation after failure issues when all classes are not removed - [#21624](https://github.com/gradle/gradle/issues/21624) Could not set system property in the new Checkstyle task and finally failed by NPE when using "ENTITY" feature in configuration files - [#21616](https://github.com/gradle/gradle/issues/21616) Toolchain probing cannot cope with warnings from java - [#21610](https://github.com/gradle/gradle/issues/21610) Include klib extension as KNOWN_ZIP_EXTENSIONS for java normalization - [#21591](https://github.com/gradle/gradle/issues/21591) NullPointerException when using convention mapping and a Property for the same name - [#21559](https://github.com/gradle/gradle/issues/21559) chore: move JUnit and TestNG "dummy" tests to textFixtures - [#21542](https://github.com/gradle/gradle/issues/21542) StackOverflowError in FinalizerGroup.isCanCancel when handling build failure - [#21529](https://github.com/gradle/gradle/issues/21529) Add support for JDK19 - [#21522](https://github.com/gradle/gradle/issues/21522) Broken link to processResources on the Java Plugin doc page - [#21465](https://github.com/gradle/gradle/issues/21465) Cannot extract contents of Renjin 3.5 beta76 archive - [#21325](https://github.com/gradle/gradle/issues/21325) "Unable to make progress running work" redux - [#21323](https://github.com/gradle/gradle/issues/21323) Poor performance for fully up-to-date builds on machines with many CPU cores - [#21306](https://github.com/gradle/gradle/issues/21306) :incubationReport txt reporter broken on Kotlin function signatures spanning multiple lines - [#21252](https://github.com/gradle/gradle/issues/21252) Gradle does not recover from dependency resolution failures that happen while writing to the cache - [#21209](https://github.com/gradle/gradle/issues/21209) Introduce Strongly Typed Dependency Block - [#21203](https://github.com/gradle/gradle/issues/21203) Incremental Annotation Processing Issue when recompiling annotated source dependency - [#21158](https://github.com/gradle/gradle/issues/21158) Document behavior around `--` to differentiate between task options and Gradle command-line flags - [#21116](https://github.com/gradle/gradle/issues/21116) StackOverflowError thrown from internal Gradle code. - [#21111](https://github.com/gradle/gradle/issues/21111) Adding files to variants created from ComponentMetadataRules does not work when SNAPSHOT versions are used - [#21074](https://github.com/gradle/gradle/issues/21074) ProjectBuilder tests failing when exercising Kotlin multiplatform plugin - [#21011](https://github.com/gradle/gradle/issues/21011) Deprecate org.gradle.kotlin.dsl.precompiled.accessors.strict=false or unset - [#21001](https://github.com/gradle/gradle/issues/21001) Add docs and snippets for Sharing Configuration Between Test Suites - [#20995](https://github.com/gradle/gradle/issues/20995) can't view KDoc or source code of generated Kotlin dependency extensions in IDE - [#20981](https://github.com/gradle/gradle/issues/20981) Gradle init doesn't escape single quotes - [#20977](https://github.com/gradle/gradle/issues/20977) Upgrade Kotlin to 1.7.0 and maybe try out the K2 compiler? - [#20975](https://github.com/gradle/gradle/issues/20975) Artifact transforms execute before all dependencies are ready - [#20956](https://github.com/gradle/gradle/issues/20956) Add priority order for disambiguation rules to resolvableConfigurations report - [#20945](https://github.com/gradle/gradle/issues/20945) Composite builds fail when reusing configuration cache - [#20928](https://github.com/gradle/gradle/issues/20928) `Manifest.from(Object...)` does not support merging Manifest implementations - [#20902](https://github.com/gradle/gradle/issues/20902) Accept Provider for configuring testing framework versions - [#20891](https://github.com/gradle/gradle/issues/20891) `startScripts` relies on `chmod` being in the PATH. - [#20883](https://github.com/gradle/gradle/issues/20883) Stop computing a logging string that is not used - [#20857](https://github.com/gradle/gradle/issues/20857) Incorrect warning in "Working with files" documentation - [#20852](https://github.com/gradle/gradle/issues/20852) Typo in docs: version should be versionRef. - [#20847](https://github.com/gradle/gradle/issues/20847) Plugin variants are ignored when plugin is added as buildSrc common dependency - [#20846](https://github.com/gradle/gradle/issues/20846) Test task avoidance is not working since Gradle 7.4.x - [#20824](https://github.com/gradle/gradle/issues/20824) Buildscript jars are not keeping their original compression - [#20813](https://github.com/gradle/gradle/issues/20813) `CachingJvmMetadataDetector` caches metadata of invalid installations for the lifetime of the daemon, not build - [#20794](https://github.com/gradle/gradle/issues/20794) Instrument invokedynamic-based Groovy bytecode for configuration cache input detection - [#20778](https://github.com/gradle/gradle/issues/20778) IdentityTransform fails with FileNotFound after updating to 7.5-rc1 - [#20740](https://github.com/gradle/gradle/issues/20740) Gradle should log empty javac arguments as quotes pair in debug mode - [#20728](https://github.com/gradle/gradle/issues/20728) Add https://pgp.mit.edu to the list of default key servers. - [#20722](https://github.com/gradle/gradle/issues/20722) Task buildNeeded and buildDependents resolve configuration too early - [#20709](https://github.com/gradle/gradle/issues/20709) Config cache exception on JDK 17: InaccessibleObjectException CopyOnWriteArrayList.writeObject - [#20708](https://github.com/gradle/gradle/issues/20708) @classpath with @NormalizeLineEndings fails to capture differences in zip entries on JDK8 - [#20702](https://github.com/gradle/gradle/issues/20702) Follow up for optimistic locking changes #20687 - [#20695](https://github.com/gradle/gradle/issues/20695) Precompiled Kotlin script plugins are broken in explicit API mode - [#20668](https://github.com/gradle/gradle/issues/20668) Fix implicit command-line ordering test in AbstractIdeLifecycleIntegrationTest - [#20644](https://github.com/gradle/gradle/issues/20644) JVM 9+ No Way to Enable Remote Debugging - [#20641](https://github.com/gradle/gradle/issues/20641) Option to rerun only requested tasks - [#20630](https://github.com/gradle/gradle/issues/20630) InitBuild task should convert Maven `compile` scope to `api`, not `implementation` - [#20626](https://github.com/gradle/gradle/issues/20626) Documentation for how to access gradle.properties values in settings.gradle could be enhanced - [#20612](https://github.com/gradle/gradle/issues/20612) error during build: BuildOperationType.java unmappable character (0x9D) for encoding windows-1252 - [#20611](https://github.com/gradle/gradle/issues/20611) No way to apply --no-daemon: current process arguments format bug - [#20579](https://github.com/gradle/gradle/issues/20579) Re-use Scala compiler between runs - [#20517](https://github.com/gradle/gradle/issues/20517) Implicit Dependency deprecation warning links to default "Authoring Tasks" in Build Scans - [#20510](https://github.com/gradle/gradle/issues/20510) DirectDependenciesMetadata removals "mutate" previously returned DirectDependencyMetadata instances, removeAll(Collection) is completely broken‼ - [#20482](https://github.com/gradle/gradle/issues/20482) When using the jacoco report aggregation plugin, some classes are not clickable in the report. - [#20478](https://github.com/gradle/gradle/issues/20478) Incremental java compiler does not detect changes to classes used in type parameters in some cases - [#20473](https://github.com/gradle/gradle/issues/20473) `./gradlew projects` fails the second time with configuration cache enabled - [#20468](https://github.com/gradle/gradle/issues/20468) Update vulnerable and old dependencies in gradle distribution (7.4.2) - [#20461](https://github.com/gradle/gradle/issues/20461) "--offline" execution option should be considered as configuration input - [#20432](https://github.com/gradle/gradle/issues/20432) JaCoCo Report Aggregation Plugin uses JARs not class directories in allCodeCoverageReportClassDirectories configuration - [#20372](https://github.com/gradle/gradle/issues/20372) Support Java 19 - [#20370](https://github.com/gradle/gradle/issues/20370) Version Catalogs documentation is outdated regards using values defined in Versions scope - [#20243](https://github.com/gradle/gradle/issues/20243) Consider removing the deprecation on catalog names - [#20142](https://github.com/gradle/gradle/issues/20142) publish using maven-publish resulting in shrinked pom.xml version - [#20140](https://github.com/gradle/gradle/issues/20140) Key exporting writes out duplicate keys - [#20062](https://github.com/gradle/gradle/issues/20062) Regression in primary task ordering - [#19953](https://github.com/gradle/gradle/issues/19953) Composite Builds Hierarchical Multirepo Sample - fails when following the instructions - [#19939](https://github.com/gradle/gradle/issues/19939) Gradle 7.4 regression in toolchain support, gradle reports `Invalid encoding name "UTF8"` - [#19870](https://github.com/gradle/gradle/issues/19870) JVM Test Suite Plugin for integrationTest, how to add all test dependencies to integrationTest task in multi module project - [#19842](https://github.com/gradle/gradle/issues/19842) `publish` task from `maven-publish` plugin should work with configuration cache - [#19761](https://github.com/gradle/gradle/issues/19761) Update DefaultJvmTestSuite and BuildInit to use JUnit 5 when applying useKotlinTest - [#19759](https://github.com/gradle/gradle/issues/19759) Improve TestLauncher interface - [#19752](https://github.com/gradle/gradle/issues/19752) VERSION_CATALOGS feature fails if any dir in project path starts with character "u": "illegal unicode escape" - [#19734](https://github.com/gradle/gradle/issues/19734) Upgrade embedded Kotlin to 1.7.10 - [#19608](https://github.com/gradle/gradle/issues/19608) Improve outputContains output for integration testing - [#19602](https://github.com/gradle/gradle/issues/19602) Make compile tasks incremental after a failure - [#19453](https://github.com/gradle/gradle/issues/19453) Incremental cache lost after a compilation error when using Micronaut - [#19446](https://github.com/gradle/gradle/issues/19446) Throws TimeoutException during configuration (after 1 minute, Gradle Kotlin IO impl) - [#19296](https://github.com/gradle/gradle/issues/19296) Document where to find Options from tasks - [#19234](https://github.com/gradle/gradle/issues/19234) JavaToolchainService not available on JVM ecosystem projects - [#19232](https://github.com/gradle/gradle/issues/19232) gradleTestKit not available in test suite - [#19192](https://github.com/gradle/gradle/issues/19192) Named argument notation not supported for dependencies in test suite plugin - [#19140](https://github.com/gradle/gradle/issues/19140) Support "Zulu OpenJDK Discovery API" for auto provisioning toolchains - [#19085](https://github.com/gradle/gradle/issues/19085) Remove internal `org.gradle.kotlin.dsl.accessors` feature flag - [#19077](https://github.com/gradle/gradle/issues/19077) [Build Scans] Class-based Settings Plugin breaks build scans when using pluginManagement.includeBuild(...) - [#18698](https://github.com/gradle/gradle/issues/18698) Add a classifier property to the Distribution type - [#18627](https://github.com/gradle/gradle/issues/18627) Update bundled JUnit 5 launcher - [#18227](https://github.com/gradle/gradle/issues/18227) Precompiled Kotlin DSL scripts fix the JVM target to 8 - [#17575](https://github.com/gradle/gradle/issues/17575) Allow setting a custom timeout for gradle wrapper download - [#17470](https://github.com/gradle/gradle/issues/17470) `dependencies` task is not compatible with the configuration cache - [#17334](https://github.com/gradle/gradle/issues/17334) Report the number of tasks scheduled for execution to TAPI clients - [#17327](https://github.com/gradle/gradle/issues/17327) Support serializable lambdas for up-to-date checks - [#16897](https://github.com/gradle/gradle/issues/16897) IBM JDK is detected but never selected - [#16865](https://github.com/gradle/gradle/issues/16865) DependencyHandler create method is missing configure with Action overload - [#16702](https://github.com/gradle/gradle/issues/16702) "properties" task is not configuration cache compatible - [#16642](https://github.com/gradle/gradle/issues/16642) Retry connection connection closed during resolution. - [#16596](https://github.com/gradle/gradle/issues/16596) Support auto-download of Java toolchains for more vendors than just AdoptOpenJDK - [#16423](https://github.com/gradle/gradle/issues/16423) Configuration cache - patterns are not serialized for the file tree - [#16295](https://github.com/gradle/gradle/issues/16295) TestLauncher TAPI improvements - [#16140](https://github.com/gradle/gradle/issues/16140) Gradle javaToolChains - output is misleading - [#15918](https://github.com/gradle/gradle/issues/15918) javaToolchains task provides insufficient error information - [#15326](https://github.com/gradle/gradle/issues/15326) gradle init should not create buildSrc but use included build logic builds - [#14375](https://github.com/gradle/gradle/issues/14375) Public API for deciding whether config caching is enabled - [#13601](https://github.com/gradle/gradle/issues/13601) No java incremental compile after compile failure - "unable to get source-classes mapping relationship from last compilation." - [#13323](https://github.com/gradle/gradle/issues/13323) Extended test results for Tooling API events - [#13274](https://github.com/gradle/gradle/issues/13274) Re-use compiler daemons between builds - [#12912](https://github.com/gradle/gradle/issues/12912) Improve test setup and documentation for Java & JVM projects - [#11703](https://github.com/gradle/gradle/issues/11703) Build script class names depend on the absolute path - [#9166](https://github.com/gradle/gradle/issues/9166) Ability to re-run selected tasks - [#7923](https://github.com/gradle/gradle/issues/7923) Task action implementation is not tracked when added via Task.doLast(String, Action) - [#7541](https://github.com/gradle/gradle/issues/7541) Add ability to specify "name" for task.onlyIf actions (and possibly others like upToDateWhen) - [#3605](https://github.com/gradle/gradle/issues/3605) Remove wrapper zip after unzipping - [#1775](https://github.com/gradle/gradle/issues/1775) Project.afterEvaluate execution order is not specified in documentation - [#13468](https://github.com/gradle/gradle/issues/13468) Make `maven-publish` plugin support the configuration cache - [#22582](https://github.com/gradle/gradle/issues/22582) Regression in 7.6-rc-1 when using invalid Maven repository name - [#22566](https://github.com/gradle/gradle/issues/22566) Add extra entries to JavaVersion for future compatibility - [#22552](https://github.com/gradle/gradle/issues/22552) 7.6 RC1: UnsupportedNotationException for version catalog dependency bundle - [#22650](https://github.com/gradle/gradle/issues/22650) 7.6 RC1/2: UnsupportedNotationException for version catalog bundle dependency constraint - [#22761](https://github.com/gradle/gradle/issues/22761) "Unable to make progress running work" redux2 - [#22734](https://github.com/gradle/gradle/issues/22734) "Unable to make progress running work" using 7.6-rc-3 - [#22720](https://github.com/gradle/gradle/issues/22720) 7.6 RC3: DependencyAdder.invoke cannot be called with the arguments supplied
Known issues - [#23293](https://github.com/gradle/gradle/issues/23293) "Unable to make progress running work" together with --continue and failing tasks - [#23067](https://github.com/gradle/gradle/issues/23067) Incremental compilation of java modules is broken with Gradle 7.6 - [#22797](https://github.com/gradle/gradle/issues/22797) Version catalog accessors for plugin aliases shown as errors in IDE kotlin script editor - [#22701](https://github.com/gradle/gradle/issues/22701) Breaking API change in 7.6: `MinimalExternalModuleDependency` interface adds lots of methods - [#19382](https://github.com/gradle/gradle/issues/19382) Error extracting downloaded toolchain for `JvmImplementation.J9` - [#17052](https://github.com/gradle/gradle/issues/17052) Kotlin 1.5 ".kts" build source, invoke-dynamic for SAM wrappers, and gradle tasks not up to date

Automated changes by create-pull-request GitHub action

@eirnym eirnym closed this Jan 5, 2023
@eirnym eirnym deleted the gradle_update/plugin/version_7.6 branch January 5, 2023 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant