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

Used compile dependency to Kover Features in Kover Gradle Plugin #574

Merged
merged 6 commits into from
Mar 27, 2024

Commits on Mar 21, 2024

  1. Used compile dependency to Kover Features in Kover Gradle Plugin

    Since the version of the aggregator and report generator has been enshrined in the Kover Gradle Plugin for a long time, it makes no sense to use dynamic classpath of and classloader isolations in Gradle Workers.
    
    We can use Kover Features as a compile dependency and use its API.
    
    This change can also eliminate the error with access to Freemarker template inside Gradle Worker, and simplify the implementation of warn on verification error.
    
    Resolves #567
    shanshin committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    648e614 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Rename .java to .kt

    shanshin committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    37bbae3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    075ac6f View commit details
    Browse the repository at this point in the history
  3. ~review fixes

    shanshin committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    56bf463 View commit details
    Browse the repository at this point in the history
  4. ~small fixes

    shanshin committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    721c753 View commit details
    Browse the repository at this point in the history
  5. ~JDK version

    shanshin committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    198a96d View commit details
    Browse the repository at this point in the history