We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b3381 commit f0f8c20Copy full SHA for f0f8c20
data-loader/core/build.gradle
@@ -45,7 +45,6 @@ spotbugsTest.reports {
45
}
46
spotbugsTest.excludeFilter = file("${project.rootDir}/gradle/spotbugs-exclude.xml")
47
48
-
49
if (project.gradle.startParameter.taskNames.any { it.endsWith('publish') } ||
50
project.gradle.startParameter.taskNames.any { it.endsWith('publishToMavenLocal') }) {
51
// not to publish the fat jar to maven central
0 commit comments