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 0e46de4 commit ea9b62dCopy full SHA for ea9b62d
spark/core/build.gradle
@@ -130,7 +130,7 @@ sparkVariants {
130
131
// deal with the messy conflicts out there
132
// Ignore the scalaCompilerPlugin configurations since it is immediately resolved to configure the scala compiler tasks
133
-configurations.matching{ it.name.contains('CompilerPlugin') == false }.all { Configuration conf ->
+configurations.matching{ it.name.contains('CompilerPlugin') == false && (it.name.contains("spark30") || it.name.contains("Spark30")) == false}.all { Configuration conf ->
134
conf.resolutionStrategy {
135
eachDependency { details ->
136
// change all javax.servlet artifacts to the one used by Spark otherwise these will lead to
0 commit comments