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

Upgrade Gradle 8.4 to 8.5 and upgrade related Gradle Plugins #805

Merged
merged 11 commits into from
Feb 7, 2024

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    beac88b View commit details
    Browse the repository at this point in the history
  2. Remove unused :demo project

    Configuring project ':demo' without an existing directory is deprecated. The configured projectDirectory 'P:\projects\contrib\github-junit-pioneer\demo' does not exist, can't be written to or is not a directory. This behavior has been deprecated. This will fail with an error in Gradle 9.0. Make sure the project directory exists and can be written. Consult the upgrading guide for further information: https://docs.gradle.org/8.5/userguide/upgrading_version_8.html#deprecated_missing_project_directory
    TWiStErRob committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    299c95e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17af7fd View commit details
    Browse the repository at this point in the history
  4. Hide warning:

    > Configure project :
    The 'sonarqube' task depends on compile tasks. This behavior is now deprecated and will be removed in version 5.x. To avoid implicit compilation, set property 'sonar.gradle.skipCompile' to 'true' and make sure your project is compiled, before analysis has started.
    The 'sonar' task depends on compile tasks. This behavior is now deprecated and will be removed in version 5.x. To avoid implicit compilation, set property 'sonar.gradle.skipCompile' to 'true' and make sure your project is compiled, before analysis has started.
    TWiStErRob committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    35b7487 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary JMS override:

    Execution failed for task ':compileTestJava'.
    > Could not resolve all files for configuration ':testCompileClasspath'.
       > Failed to transform jimfs-1.3.0.jar (com.google.jimfs:jimfs:1.3.0) to match attributes {artifactType=jar, javaModule=true, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-api}.
          > Execution failed for ExtraJavaModuleInfoTransform: Z:\caches\gradle\caches\modules-2\files-2.1\com.google.jimfs\jimfs\1.3.0\93096472c3654a761c40c8e5d4ad82a7c1a0fd54\jimfs-1.3.0.jar.
             > 'com.google.jimfs' already has the Automatic-Module-Name 'com.google.common.jimfs'; explicitly allow override via 'overrideName()'
    TWiStErRob committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    784c093 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Remove link

    TWiStErRob committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8d52776 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    c717690 View commit details
    Browse the repository at this point in the history
  2. Bump nexus to RC2

    TWiStErRob committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b4d43d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e4a924 View commit details
    Browse the repository at this point in the history
  4. Fix Deprecation

    Using a toolchain installed via auto-provisioning, but having no toolchain repositories configured. This behavior is deprecated. Consider defining toolchain download repositories, otherwise the build might fail in cle
    an environments; see https://docs.gradle.org/8.5/userguide/toolchains.html#sub:download_repositories
    TWiStErRob committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    78de1e8 View commit details
    Browse the repository at this point in the history
  5. Add contributor

    TWiStErRob committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6ae5fff View commit details
    Browse the repository at this point in the history