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

Remove unused & redundant dependencies for Gradle runner #2502

Merged
merged 3 commits into from May 27, 2022

Commits on May 15, 2022

  1. Copy the full SHA
    08a2a6a View commit details
    Browse the repository at this point in the history
  2. Remove redundant kotlin-reflect dependency

    kotlin-reflect is provided as part of the Gradle API at compile & runtime.
    3flex committed May 15, 2022
    Copy the full SHA
    6896617 View commit details
    Browse the repository at this point in the history
  3. Remove redundant dependencies on gradleApi

    This dependency is added to the "api" configuration by java-gradle-plugin,
    so is already available in all compile & runtime classpaths.
    3flex committed May 15, 2022
    Copy the full SHA
    82febe3 View commit details
    Browse the repository at this point in the history