-
Notifications
You must be signed in to change notification settings - Fork 330
Update build #5863
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
Update build #5863
Conversation
@@ -20,12 +20,11 @@ | |||
public class FlutterSurveyService { | |||
private static final String FLUTTER_LAST_SURVEY_CONTENT_CHECK_KEY = "FLUTTER_LAST_SURVEY_CONTENT_CHECK_KEY"; | |||
private static final long CHECK_INTERVAL_IN_MS = TimeUnit.HOURS.toMillis(40); | |||
private static final String CONTENT_URL = "https://flutter.dev/f/flutter-survey-metadata.json"; | |||
private static final String CONTENT_URL = "https://docs.flutter.dev/f/dart-devtools-survey-metadata.json"; |
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.
The IDEs should still be using flutter-survey-metadata.json, so you'll just need to add the docs.
here
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.
Thanks, updated.
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.
LGTM on survey URL changes
Thanks @kenzieschmoll -- I'll merge this today, but will give @jwren a chance to check the beta build spec. |
@jwren
Adds a build spec for IntelliJ beta, which does not work (so is dev channel only).
Updates survey URL.
Fixes #5853