Skip to content

Commit a37a9f7

Browse files
committed
Remove nebula-lint plugin
1 parent 64b2bfb commit a37a9f7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ plugins {
66
id 'jacoco'
77
alias(libs.plugins.spotbugs)
88
alias(libs.plugins.ben.manes.versions)
9-
alias(libs.plugins.nebula.lint)
109
alias(libs.plugins.sonarqube)
1110
alias(libs.plugins.jacocolog)
1211
alias(libs.plugins.jgitver)

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ sonarqube = '6.2.0.5505'
44
jacocolog = '3.1.0'
55
spotbugs = '6.2.1'
66
ben-manes-versions = '0.52.0'
7-
nebula-lint = '21.0.0'
87
jgitver = '0.10.0-rc03'
98
gradleup-shadow = '9.0.0-beta17'
109

@@ -21,7 +20,6 @@ sonarqube = { id = 'org.sonarqube', version.ref = 'sonarqube' }
2120
jacocolog = { id = 'org.barfuin.gradle.jacocolog', version.ref = 'jacocolog' }
2221
spotbugs = { id = 'com.github.spotbugs', version.ref = 'spotbugs' }
2322
ben-manes-versions = { id = 'com.github.ben-manes.versions', version.ref = 'ben-manes-versions' }
24-
nebula-lint = { id = 'nebula.lint', version.ref = 'nebula-lint' }
2523
jgitver = { id = 'fr.brouillard.oss.gradle.jgitver', version.ref = 'jgitver' }
2624
gradleup-shadow = { id = 'com.gradleup.shadow', version.ref = 'gradleup-shadow' }
2725

0 commit comments

Comments
 (0)