gh-yzou commented on code in PR #1190: URL: https://github.com/apache/polaris/pull/1190#discussion_r2001751823
########## gradle.properties: ########## @@ -28,3 +28,5 @@ org.gradle.configuration-cache=false #org.gradle.configuration-cache-problems=warn # bump the Gradle daemon heap size (you can set bigger heap sizes as well) org.gradle.jvmargs=-Xms2g -Xmx4g -XX:MaxMetaspaceSize=768m +# default scala version used for spark plugin build +systemProp.defaultScalaVersion=2.12 Review Comment: Actually i found that it was because i need to point the build dir to different destination for different scala version to avoid conflict. -- 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]
