-
Notifications
You must be signed in to change notification settings - Fork 57
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
v2.0.5-unshaded release #670
Conversation
The list of allowed licenses. If you see the build failing due to "There are some forbidden licenses used, please | ||
check your dependencies", verify the conditions of the license and add the reference to it here. | ||
--> | ||
The list of allowed licenses. If you see the build failing due to "There are some forbidden licenses used, please |
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.
?
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 is done by running the format.sh
import org.junit.Test; | ||
|
||
public class UserAgentTest { | ||
@Test | ||
@Ignore |
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.
Why aren't we changing also RequestBuilder.DEFAULT_VERSION
?
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.
Ah, we want the version in user agent without -unshaded
, right?
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.
yup, at least that's what we did for the past few versions and we don't have an issue so far
I think we can skip 2.0.5-unshaded and release 2.0.6-unshaded |
No description provided.