We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c336eb7 commit 8cce7efCopy full SHA for 8cce7ef
1 file changed
src/main/groovy/ru/vyarus/gradle/plugin/lib/JavaLibPlugin.groovy
@@ -180,6 +180,7 @@ class JavaLibPlugin implements Plugin<Project> {
180
}
181
182
183
+ @SuppressWarnings('AbcMetric')
184
private void configureJar(Project project, MavenPublication publication) {
185
Provider<String> version = project.provider { project.version }
186
Provider<String> group = project.provider { project.group }
0 commit comments