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

Gradle wrapper upgrade #85

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Gradle wrapper upgrade #85

wants to merge 3 commits into from

Conversation

mengdaming
Copy link
Contributor

Description:

Upgrade java's gradle wrapper to use gradle 8.1.1

  • Upgrade gradle wrapper scripts to their latest available version
  • Configure gradle wrapper properties to use gradle version 8.1.1
  • Also upgrade dependencies to latest version:
    • gson 2.8.5 -> 2.10.1
    • commons-io 2.6 -> 2.11.0
    • guava 28-0-jre -> 31.1-jre
    • junit 5.9.2 -> 5.9.3

Upgrade kotlin's gradle wrapper to use gradle 8.1.1

  • Upgrade gradle wrapper scripts to their latest available version
  • Configure gradle wrapper properties to use gradle version 8.1.1
  • Rework build.gradle.kts:
    • Add test-logger
    • Upgrade java version to 17
    • Upgrade kotlin plugin from 1.4.31 to 1.8.21
    • gson 2.8.5 -> 2.10.1
    • commons-io 2.6 -> 2.11.0
    • junit 5.7.1 -> 5.9.3
  • Align kotlin/gradle github action with java/gradle one

Fixes #(issue)

Type of change

Please tick the appropriate option using [x]

  • Bug fix
  • New feature

Checklist:

Please tick the appropriate options using [x]

  • My PR includes tests that cover my code changes.
  • Lint and formatter run with no errors
  • All new and old tests are passing

- Upgrade gradle wrapper scripts to their latest available version
- Configure gradle wrapper properties to use gradle version 8.1.1
- Also upgrade dependencies to latest version:
  - gson 2.8.5 -> 2.10.1
  - commons-io 2.6 -> 2.11.0
  - guava 28-0-jre -> 31.1-jre
  - junit 5.9.2 -> 5.9.3
- Upgrade gradle wrapper scripts to their latest available version
- Configure gradle wrapper properties to use gradle version 8.1.1
- Rework build.gradle.kts:
  - Add test-logger
  - Upgrade java version to 17
  - Upgrade kotlin plugin from 1.4.31 to 1.8.21
  - gson 2.8.5 -> 2.10.1
  - commons-io 2.6 -> 2.11.0
  - junit 5.7.1 -> 5.9.3
- Align kotlin/gradle github action with java/gradle one
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant