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

build(deps): Update gradle to 8.11 #4

Closed
wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Nov 12, 2024

Upgrade to latest gradle version 8.11

fixed issues
  • #30904 init.d whoups again
  • #30813 Gradle Tutorial Wrong Code
  • #30798 Incorrect CC entry size reported in build operation
  • #30703 Duplicate text
  • #30694 Upgrade Wrapper
  • #30685 Add release notes entry for requireFeature
  • #30680 Move generating dependency-accessors to Global cache
  • #30676 Unformatted Markdown link in 'Working With Files'
  • #30663 Build service parameters being duplicated across all projects
  • #30659 Parameter order incorrect in "Running Tasks" tutorial page - Step 2
  • #30630 Documentation defaults to Groovy code snippets in incognito mode
  • #30626 Remove lenient class encoding behavior
  • #30610 initscript init.d documentation
  • #30606 Configuration cache failure for lambda DefaultScriptCompilationHandler$1
  • #30567 "multi-project build that contains two subproject" shows example with 3 subprojects?
  • #30565 ProblemSpec.withException() should accept Throwable
  • #30564 Remove plugin() method from ProblemSpec
  • #30544 Remove inconsistency between Problems.throwing and Problems.rethrowing
  • #30543 Remove namespace concept from Problems API
  • #30514 Java compilation ids should be more refined in problems API reports
  • #30481 Deprecating project.exec and project.javaexec
  • #30468 Relocated artifact having a version set to "${project.version}" can't be downloaded from maven central
  • #30467 Cache-cleanup retention is incorrect when used with configuration-cache
  • #30442 Don't report lenient resolution failures to Problems API
  • #30407 Parallel CC store should be an opt-in
  • #30406 Java compilation errors are missing from build scans failure page
  • #30401 Provide a flag to disable parallel configuration for IP mode in favor of configure-on-demand
  • #30369 Improve Javadoc of ConfigurableFilePermissions.html#unix(int)
  • #30361 Failure during configuration when applying a plugin causes configuration-cache report to be written to the default build directory
  • #30353 Parallel configuration configures projects that should be excluded by Configuration On Demand
  • #30340 Gradle generates Kotlin DSL accessors for Configurations with invalid identifiers
  • #30308 Deprecate Javadoc.isVerbose/setVerbose and prefer verbose setting on CoreJavadocOptions
  • #30285 Java API extraction ignores annotation default values
  • #30260 Local build cache configuration shown in build scans does not match actual configuration
  • #30240 RC Changelogs appear on Google Search instead of final releases
  • #30209 Links in Logging docs not converted from Markdown to HTML
  • #30207 Flip a way isolatedProjects test executor being enabled for subprojects
  • #30206 Force parallel project configuration before model building
  • #30196 Enable isolatedProjects tests in :plugins-java-library
  • #30195 Support @ToBeFixedForXXX interceptors for tests that have enableProblemsApiCheck
  • #30193 Finalizer task input can be destroyed with Configuration Cache enabled
  • #30191 Problem summary page cannot be opened if a reported problem contains multiple solutions
  • #30187 Problem summary file should be in buildDir/reports directory
  • #30169 Gradle should always generate a problem summary report
  • #30156 Test Fixtures are incompatible with project isolation
  • #30155 Deprecate setters for Nested JavaBean properties identified during migration
  • #30149 Wrong command output
  • #30117 Validate parallel configuration with Isolated Projects
  • #30094 Deprecate Dependency.contentEquals
  • #30091 Support parallel sync test scenario in smoke-ide-tests
  • #30085 Inconsistent text / snippet in the "Implementing Custom Tasks"
  • #29961 Task to update Gradle daemon JVM toolchain should use JavaLanguageVersion and not JavaVersion
  • #29939 Show Java compiler errors at the end of the build
  • #29926 PropertyUpgradeAnnotatedMethodReader sometimes visits annotation on class outside of a project
  • #29916 In Gradle 8.9 the configuration for Jacoco Coverage Report Aggregation no longer works
  • #29885 Missing Groovy DSL snippets in Writing Build Scripts chapter
  • #29820 Test report aggregation plugin fails when configuration cache is enabled.
  • #29811 Improve boolean property upgrade accepted binary compatibility changes
  • #29744 Gradle header dependencies is sensitive to the source ordering
  • #29715 Replace constants in SourceFileHeader
  • #29394 Javadoc styling clashes when Gradle's dark theme is enabled
  • #29239 Fix upgrading properties with getters in core-api
  • #29033 Gradle module metadata spec implies non-relative URLs for files are valid, but they are not
  • #28986 Poor performance of SourceDistributionProvider on the cold start
  • #28851 Precompiled script plugin on Groovy with a package declaration
  • #28086 Prototype custom console rendering for Java compiler problems
  • #27731 Parallel dependency resolution for configuration cache
  • #27093 Misleading gradle 9 deprecation warning when using JvmVendorSpec.IBM
  • #26722 Promote Build Features API to stable
  • #26550 Deprecate AbstractOptions#define and AbstractOptions
  • #26145 [8.3] Problems reading data from Binary store in ...
  • #26007 Document ArtifactView
  • #25629 Provide a 'feature("featureName", "g:a")' dependency declaration syntax in the spirit of 'testFixtures("g:a")'
  • #24895 Evaluate usages of Configuration#copy
  • #24101 build init plugin should enable configuration cache for generated builds
  • #23957 Clean up Gradle configuration caches periodically
  • #23580 Task abbreviation behavior changes based on JDK used
  • #23475 Groovy 4 Gradleception build runs OOM sometimes
  • #22400 Deprecate ForkOptions.javaHome
  • #20801 Deprecate SourceDirectorySet.getSrcDirTrees()
  • #19316 Version range without upper bound with square brackets does not work
  • #17926 Disallow usages locale-dependent toLowerCase() and toUpperCase() calls in the codebase
  • #17660 Gradle can't find arm64 gcc/clang
  • #13515 Make swift-application plugin support the configuration cache
  • #13514 Make cpp-unit-test plugin support the configuration cache
  • #13488 Make xctest plugin support the configuration cache
  • #13487 Make swift-library plugin support the configuration cache
  • #13485 Make cpp-library plugin support the configuration cache
  • #13484 Make cpp-application plugin support the configuration cache
  • #13482 Make visual-studio plugin support the configuration cache
  • #13243 Please mention how to view help for a specific task in 'usage' output
  • #6881 Detached configurations cannot extend from existing configurations
  • #1506 Fix toLowerCase sensitivity regarding Locale
  • #1185 Gradle doesn't report abbreviated task name as ambiguous when task name has numbers
  • #31250 Dead link in release notes for 8.11
  • #31050 8.11-rc-1 fails to build 'java-library' project on ARMv7
  • #31039 REGRESSION: ValueSource instances are no longer shared across projects in 8.11-rc-1
  • #30992 Introduce ProjectDependency#getPath
  • #30969 Hang downloading dependencies during IntelliJ sync in Gradle 8.11-rc-1
  • #30905 Deadlock with configuration cache in Gradle 8.10
  • #30844 Java compilation failures in problem report html are unintelligible
  • #30147 It's not possible to report problems to the Tooling API from a Worker API task
  • #31111 CC error reading ValueSource shared across projects
  • #30822 Using Gradle 8.11 Project.exec/javaexec are deprecated, but ProviderFactory.exec/javaexec work differently.
known issues
  • #31310 Unable to run Gradle task in 8.10 due to bytecode interception
  • #31284 ArrayIndexOutOfBoundsException after upgrading to gradle 8.11 when generating problems report
  • #31282 Running executables sporadically fails with ETXTBSY (Text file busy)
  • #31278 8.11 Configuration cache failure in settings plugin project.
  • #31274 Problems API does not report problem from thread
  • #31268 BuildEventsListenerRegistry corrupted with Isolated Projects and parallel configuration

Automated changes by create-pull-request GitHub action

@henry-hub henry-hub closed this Nov 24, 2024
@henry-hub henry-hub deleted the gradle_update/version_8.11 branch November 24, 2024 09:25
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