Skip to content

Look into changing the way we include the compiler plugin #333

Open
@ckipp01

Description

@ckipp01

Currently we are actually just including both the scalac-scoverage-runtime and the scalac-scoverage-plugin as library dependencies. Then we later check the dependencies to see if it's there, grab the location of the compiler plugin, and then include it with -Xplugin.

Some(s"-Xplugin:${pluginPath.getAbsolutePath}"),

I'm trying to get a bit more familiar with anything before making any real changes, but I believe we instead might be able to just utilize addCompilerPlugin to make this a bit easier.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions