uros-b commented on code in PR #17695: URL: https://github.com/apache/iceberg/pull/17695#discussion_r3801632390
########## site/docs/contribute.md: ########## @@ -111,7 +111,7 @@ Iceberg is built using Gradle with Java 17 or 21. * To invoke a build and run tests: `./gradlew build` * To skip tests: `./gradlew build -x test -x integrationTest` * To fix code style: `./gradlew spotlessApply` -* To build particular Spark/Flink Versions: `./gradlew build -DsparkVersions=3.5,4.0 -DflinkVersions=1.20,2.0` +* To build particular Spark/Flink Versions: `./gradlew build -DsparkVersions=3.5,4.0 -DflinkVersions=1.20,2.0,2.1` Review Comment: Note: looks good, just please watch out for possible merge conflict with https://github.com/apache/iceberg/pull/17688/files. -- 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]
