RussellSpitzer commented on a change in pull request #2820:
URL: https://github.com/apache/iceberg/pull/2820#discussion_r705361752
##########
File path: build.gradle
##########
@@ -986,7 +986,14 @@ if (jdkVersion == '8') {
}
project(':iceberg-spark3') {
+ apply plugin: 'scala'
+
sourceSets {
+ main {
+ // Use Scala Compiler for everything so we can do cross compilation
within the module
+ scala.srcDirs = ['src/main/scala', 'src/main/java']
+ java.srcDirs = []
+ }
// Compile test source against Spark 3.1 and main classes compiled against
Spark 3.0
Review comment:
Nope, we still use the "main" source set
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]