Skip to content

Commit 8cce7ef

Browse files
committed
fix quality violation
1 parent c336eb7 commit 8cce7ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/groovy/ru/vyarus/gradle/plugin/lib/JavaLibPlugin.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ class JavaLibPlugin implements Plugin<Project> {
180180
}
181181
}
182182

183+
@SuppressWarnings('AbcMetric')
183184
private void configureJar(Project project, MavenPublication publication) {
184185
Provider<String> version = project.provider { project.version }
185186
Provider<String> group = project.provider { project.group }

0 commit comments

Comments
 (0)