ajantha-bhat commented on code in PR #8065: URL: https://github.com/apache/iceberg/pull/8065#discussion_r1329957307
########## build.gradle: ########## @@ -979,3 +984,42 @@ apply from: 'baseline.gradle' apply from: 'deploy.gradle' apply from: 'tasks.gradle' +project(':iceberg-bom') { + apply plugin: 'java-platform' + + dependencies { + constraints { + // The Iceberg-Build builds for only one Scala version at a time, so the BOM would also + // only contain artifacts for that single Scala version. The following code ensures that + // the BOM references the artifacts for all Scala versions. + def sparkScalaPattern = ~"(.*)-([0-9][.][0-9]+)_([0-9][.][0-9]+)" + def sparkScalaVersions = [ + "3.1": ["2.12"], + "3.2": ["2.12", "2.13"], + "3.3": ["2.12", "2.13"], + "3.4": ["2.12", "2.13"], Review Comment: we need to add 3.5 now since it is added yesterday. -- 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