Skip to content

Commit 9ea7e19

Browse files
committed
Remove nebula-lint plugin
1 parent 0941532 commit 9ea7e19

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
@@ -3,7 +3,6 @@ sonarqube = '6.2.0.5505'
33
jacocolog = '3.1.0'
44
spotbugs = '6.2.1'
55
ben-manes-versions = '0.52.0'
6-
nebula-lint = '21.0.0'
76
jgitver = '0.10.0-rc03'
87

98
jspecify = '1.0.0'
@@ -25,7 +24,6 @@ sonarqube = { id = 'org.sonarqube', version.ref = 'sonarqube' }
2524
jacocolog = { id = 'org.barfuin.gradle.jacocolog', version.ref = 'jacocolog' }
2625
spotbugs = { id = 'com.github.spotbugs', version.ref = 'spotbugs' }
2726
ben-manes-versions = { id = 'com.github.ben-manes.versions', version.ref = 'ben-manes-versions' }
28-
nebula-lint = { id = 'nebula.lint', version.ref = 'nebula-lint' }
2927
jgitver = { id = 'fr.brouillard.oss.gradle.jgitver', version.ref = 'jgitver' }
3028

3129
javafxplugin = { id = 'org.openjfx.javafxplugin', version.ref = 'javafxplugin' }

0 commit comments

Comments
 (0)