Skip to content

Commit

Permalink
changes in build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
navaneethsnair1 committed May 10, 2024
1 parent 24e0f96 commit 5c00c79
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/main/content/_assets/js/builds.js
Original file line number Diff line number Diff line change
Expand Up @@ -1610,18 +1610,5 @@ $(window).on('load', function () {
});
});

$(window).on('load', function () {
$.ajax({
url: starter_plugin_url,
type: 'GET',
dataType: 'json',
success: function(data) {
$('#maven_version').text(data.mavenVersion);
$('#gradle_version').text(data.gradleVersion);
},
error: function(error) {
console.error('Error fetching Maven and Gradle plugin versions:', error);
}
});
});


0 comments on commit 5c00c79

Please sign in to comment.