Skip to content

Transform MavenLocal-based dependency to local project one #36

@alexander-yevsyukov

Description

@alexander-yevsyukov

Currently model-compiler/build.gradle contains the following code:

dependencies {
    // ...
    // The freshest version of the plugin required for tests
    protocPluginDependency = testCompileOnly "io.spine.tools:spine-protoc-plugin:$spineVersion@jar"
}

This means that we depend on the locally deployed JAR and to the plugin code in the project. It would be good to have only the dependency on locally built JARs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions