You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently
model-compiler/build.gradle
contains the following code: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.
The text was updated successfully, but these errors were encountered: