Skip to content

Commit

Permalink
remove now obsolete gradle plugin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
atomfrede committed Dec 28, 2023
1 parent f4c73c1 commit 1696b1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions generators/server/templates/settings.gradle.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ pluginManagement {
<%_ if (!skipClient) { _%>
id 'com.github.node-gradle.node' version "${gradleNodePluginVersion}"
<%_ } _%>
id 'org.sonarqube' version "${sonarqubePluginVersion}"
id 'com.diffplug.spotless' version "${spotlessPluginVersion}"
id "io.spring.nohttp" version "${noHttpCheckstyleVersion}"
id 'com.github.andygoossens.gradle-modernizer-plugin' version "${modernizerPluginVersion}"
<%_ if (enableGradleEnterprise) { _%>
id "com.gradle.enterprise" version "${gradleEnterprisePluginVersion}"
id "com.gradle.common-custom-user-data-gradle-plugin" version "${gradleCommonCustomUserDataPluginVersion}"
Expand Down

0 comments on commit 1696b1d

Please sign in to comment.