-
Notifications
You must be signed in to change notification settings - Fork 200
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
bump spectator library to a more recent version #587
Conversation
@@ -17,7 +17,7 @@ ext { | |||
archaiusVersion = 'latest.release' | |||
versionMockito = '2.18.+' | |||
mqlVersion = '3.2.2' | |||
spectatorVersion = '0.134.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get rid of the version here and instead use ext.libraries in the root build.gradle?
@@ -17,7 +17,7 @@ ext { | |||
archaiusVersion = 'latest.release' | |||
versionMockito = '2.18.+' | |||
mqlVersion = '3.2.2' | |||
spectatorVersion = '0.134.0' | |||
spectatorVersion = '1.6.10' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just wondering if we need to actually declare spectator as "API" in this module or can it be compileOnly to let application resolve it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would become a breaking change if we do that right? if an application doesn't have explicit dependency on spectator api.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's true. I just assume all internal applications have a dependency on spectator already.
Uploaded ArtifactsTo use these artifacts in your Gradle project, paste the following lines in your build.gradle.
|
Context
Explain context and other details for this pull request.
Checklist
./gradlew build
compiles code correctly./gradlew test
passes all tests