diff --git a/lib/reporter.js b/lib/reporter.js index 4f426e5..8a52db6 100644 --- a/lib/reporter.js +++ b/lib/reporter.js @@ -23,7 +23,8 @@ jsx: 'javascript', ts: 'typescript', tsx: 'typescript', - coffee: 'coffeescript' + coffee: 'coffeescript', + java: 'java' }; function sendByLanguage(endpoint, commitId, token, data, accountToken, username, projectName) {