Skip to content
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

feat: add java and maven version to analytics #988

Merged
merged 1 commit into from
Jan 31, 2020

Conversation

miiila
Copy link
Contributor

@miiila miiila commented Jan 30, 2020

  • Ready for review
  • Follows CONTRIBUTING rules
  • Reviewed by Snyk internal team

What does this PR do?

Adds java and maven version to analytics

@miiila miiila requested a review from a team as a code owner January 30, 2020 15:28
@miiila miiila self-assigned this Jan 30, 2020
@ghost ghost requested review from dkontorovskyy and orsagie January 30, 2020 15:28
analytics.add('javaVersion', javaVersion);
}
if (mvnVersion) {
analytics.add('mvn', mvnVersion);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mvnVersion?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

command you run is mvn. can go with maven if you think it's better

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦‍♂

@miiila miiila force-pushed the feat/report-java-and-mvn-version branch from d7c75d4 to 822f6ba Compare January 30, 2020 15:34
@miiila miiila force-pushed the feat/report-java-and-mvn-version branch from 822f6ba to 23cbd4c Compare January 30, 2020 15:58
@miiila miiila merged commit 42fa08c into master Jan 31, 2020
@miiila miiila deleted the feat/report-java-and-mvn-version branch January 31, 2020 08:35
@snyksec
Copy link

snyksec commented Jan 31, 2020

🎉 This PR is included in version 1.289.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants