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 latest version #262

Merged
merged 1 commit into from
Sep 3, 2023
Merged

Conversation

sebhoss
Copy link
Member

@sebhoss sebhoss commented Sep 3, 2023

Upgrade to latest gradle version 8.3

fixed issues
  • #25795 Spurious warning No valid plugin descriptors were found in META-INF/gradle-plugins when using CC
  • #25792 Tooling API should provide expected and actual values for file comparison failures
  • #25745 Instrumentation of multi-release JARs should not fail on versioned Java 21 bytecode
  • #25709 Recent changes in script parsing produce unexpected warning
  • #25555 Suppress unactionable error message when importing Gradle multiproject using kotlin DSL into IntelliJ
  • #25540 Assumptions about project locking do not hold with load-after-store in WorkerExecutorParallelIntegrationTest
  • #25517 Upgrade embedded Kotlin to 1.9.0
  • #25492 Enhance ExceptionMetadataHelper to better classify VerificationExceptions
  • #25460 Allow the Kotlin DSL to use Kotlin 2.0 dependencies
  • #25452 Support Codenarc IDE-friendly output
  • #25429 Integration tests failing with non-ASCII characters
  • #25425 Persistent Java compiler daemons
  • #25418 Add a temporary flag to disable considering File.exists() checks for configuration cache input
  • #25416 Deadlock in parallel model building with Android Studio Hedgehog Canary 8
  • #25388 For windows the value for environmental variable is having the wrong slash
  • #25370 TestLauncher cannot run tests on tasks extending AbstractTestTask
  • #25361 Task stuck in 100% CPU loop within FinalizerGroup/DefaultExecutionPlan.finalizePlan on Gradle 7.6+
  • #25350 Test assertion failure reported incorrectly in the Tooling API
  • #25307 RepositoriesMode.FAIL_ON_PROJECT_REPOS does not fail for subprojects configurations
  • #25198 The validatePlugins task stopped working in Gradle 8.1
  • #25178 Run Gradle test suite with Project Isolation enabled
  • #25164 Calls to File.list() fails in settings.gradle.kts with configuration cache enabled (Kotlin DSL)
  • #25159 Gradle 8.1 and 8.1.1 alter Gradle application bytecode so that it fails anti-tamper check.
  • #25127 Create AttributeCompatibilityRules: How to get attributesSchema
  • #25096 Indicate that StartParameter.getProjectCacheDir is not a directory that plugins can write to
  • #25036 The gradle wrapper shell script fails to run when $CDPATH is set (and used to change directoy)
  • #25029 Worker Daemon is not reused on Mac OS
  • #24979 java.net.URL serialization depends on hashCode which creates cache misses
  • #24932 Reduce the amount of heap retained for models received by tooling API BuildAction instances
  • #24884 An internal error when publishing scans using init scripts
  • #24879 Improvements for injected services instrumentation
  • #24857 Document new file permission API
  • #24816 Re-enable Kotlin compilation avoidance in projects applying the kotlin-dsl plugin
  • #24796 Reduce heap consumed to track variants during dependency resolution
  • #24792 Need a -D flag, and option for enabling "continue" option in gradle.properties
  • #24770 Create initial JVM platform
  • #24765 InvocationTargetException when configuring developer in MavenPublication on Java 8 with configuration cache
  • #24704 Group opposite task options together
  • #24670 Document how to contribute custom suggestions to build failures
  • #24614 Loss of display name metadata when properties stored to configuration cache
  • #24596 Toolchains: Support Environment Variables in Maven Toolchains Declarations
  • #24576 NegativeArraySizeException during progress rendering
  • #24571 Refactor JUnit multiversion testing
  • #24560 Use consistent presentation for suggestions in toolchain errors
  • #24503 Kotlin Dsl: operator fun NamedDomainObjectProvider.invoke
  • #24405 Gradle crashes when trying to serialize nested extension object on task
  • #24289 Configuration cache incorrectly captures task
  • #24248 Suggestion: avoid distraction with config cache report
  • #24216 Investigate possible deprecation of ClientModule dependencies
  • #24022 gradle cannot load HTTPS dependencies on RHEL8 in FIPS mode
  • #23963 NullPointerException thrown converting Maven POM
  • #23196 Project isolation compatibility with build scripts tracing
  • #23049 Validate use of @Nested with unsupported types
  • #22545 Misleading "No valid plugin descriptors" is shown when running from the configuration cache
  • #21913 Add deprecation logging to org.gradle.util.NameMatcher
  • #21912 Add deprecation logging to org.gradle.util.GUtil.loadProperties()
  • #21899 Add deprecation logging to org.gradle.util.GUtil.toWords(string)
  • #21492 Deprecation message after migration to 7.4.2 with 'org.gradle.parallel'
  • #21171 FileCopyDetails.setMode should have a better API for Kotlin DSL
  • #21094 IvyPublication#artifact should support Provider
  • #20640 Missing Example Project Link on Docs
  • #20210 Deprecate Project.getBuildDir()
  • #20131 err: "expression expected" if build script consists only of plugins block and an annotation above the block
  • #19827 In a multi-project build of java modules, gradle eclipse plugin does not add projects to eclipse module path
  • #17810 IDE project sync has memory leak in ProtocolToModelAdapter
  • #16154 file-annotation in Kotlin DSL pre-compiled script plugin with package disturbs discovery
  • #13843 Process isolated workers always use system default encoding for file names
  • #12682 debug cacerts usage
  • #11516 Support OSX KeyChain as Truststore
  • #7897 Gradle fails with cryptic error when plugins {} contains unexpected code
  • #6584 Unable to use Windows SSL trust store
  • #25291 Refactor WrapperDistributionUrlResolver
  • #7452 Introduce an easy fail if no tests config option
  • #25872 Allow platform developers to see all the nagging with location
  • #25868 Gradle 8.3 won't allow plugin authors to support Gradle <7.0
  • #25841 Gradle 8.3-rc-1 creates compileJava Task on empty Kotlin project
  • #23488 Support running Gradle on Java 20
  • #25975 Configuration cache space usage analysis broken with Gradle 8.3-rc-2
  • #25924 The value for property 'dirPermissions' is final and cannot be changed any further.
  • #26061 8.3-rc-3: The value for property 'languageVersion' is final and cannot be changed any further
  • #26018 Nested property types declared in kotlinx libraries are not supported since 8.3
known issues
  • #26256 Slow configuration when signing artifacts if the key is configured through gradle properties
  • #26154 8.1 configuration is stuck at 100% for a while when signing is enabled
  • #25834 Heap usage regression in 8.3-rc-1
  • #25412 exception thrown in GradleRunner when public inline function is used from extra property

@sebhoss sebhoss self-assigned this Sep 3, 2023
@sebhoss sebhoss enabled auto-merge (rebase) September 3, 2023 03:12
@sebhoss sebhoss merged commit 4ab6e84 into main Sep 3, 2023
16 checks passed
@sebhoss sebhoss deleted the update-gradle-wrapper branch September 3, 2023 03:21
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.

1 participant