rdblue commented on a change in pull request #4009: URL: https://github.com/apache/iceberg/pull/4009#discussion_r801858429
########## File path: spark/v3.2/build.gradle ########## @@ -17,28 +17,28 @@ * under the License. */ -def sparkProjects = [ - project(':iceberg-spark:iceberg-spark-3.2_2.12'), - project(":iceberg-spark:iceberg-spark-extensions-3.2_2.12"), - project(':iceberg-spark:iceberg-spark-runtime-3.2_2.12') +String sparkVersion = '3.2.0' +String sparkMajorVersion = '3.2' +String scalaVersion = System.getProperty("scalaVersion") != null ? System.getProperty("scalaVersion") : System.getProperty("defaultScalaVersion") + +def projects = [ + project(":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}"), + project(":iceberg-spark:iceberg-spark-extensions-${sparkMajorVersion}_${scalaVersion}"), + project(":iceberg-spark:iceberg-spark-runtime-${sparkMajorVersion}_${scalaVersion}"), Review comment: Can you fix this to use the original indentation? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org