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

Transform MavenLocal-based dependency to local project one #36

Open
alexander-yevsyukov opened this issue Dec 27, 2018 · 0 comments
Open

Comments

@alexander-yevsyukov
Copy link
Collaborator

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.

@alexander-yevsyukov alexander-yevsyukov transferred this issue from SpineEventEngine/base Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant