infoverload commented on a change in pull request #18353: URL: https://github.com/apache/flink/pull/18353#discussion_r799252625
########## File path: docs/content/docs/dev/configuration/overview.md ########## @@ -181,22 +171,6 @@ rootProject.name = 'quickstart' bash -c "$(curl https://flink.apache.org/q/gradle-quickstart.sh)" -- {{< version >}} {{< scala_version >}} ``` {{< /tab >}} -{{< tab "sbt" >}} -You can scaffold a new Flink project with the following [giter8 template](https://github.com/tillrohrmann/flink-project.g8) -and the `sbt new` command (which creates new build definitions from a template) or use the provided quickstart bash script. - -### sbt template - -```bash -$ sbt new tillrohrmann/flink-project.g8 Review comment: I had already removed the standalone page on SBT and had forgotten to remove this section. -- 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]
