-
Notifications
You must be signed in to change notification settings - Fork 27
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
Ability to add test listener #46
base: master
Are you sure you want to change the base?
Conversation
2dee748
to
9ebaf21
Compare
google() | ||
maven { url "https://oss.sonatype.org/content/repositories/snapshots" } // For Spoon snapshot, until 2.0.0 is released | ||
jcenter() |
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.
We need maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
for Spoon 2.0.
@@ -1,5 +1,5 @@ | |||
GROUP=com.jaredsburrows | |||
VERSION_NAME=1.4.1-SNAPSHOT | |||
VERSION_NAME=1.4.1-SNAPSHOT-fork-1.0.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.
What is this fork
?
Have you tried doing this via instrumentation args? |
Sorry, I'm just forgotten that I've done this PR. So, I'm using my master-branch for own development. If you still interested in PR, I can make it in a separate branch (actually, only 44350b commit is relevant). |
Have you tested this locally? Maybe we can add some tests? |
Yep, I've tested it. And I can add more checks to Task/Plugin Specs. If you are feel ok about the idea, I'll prepare separate PR and close this one. |
You can just clean up this PR :) |
Hey! I'm working on internal plugin for tracking tests state. For that reason I have to add listener to the spoon runner. Looks like you originally planned this ability, so I've decided to make a PR instead of maintaining own fork.