Skip to content

Commit 2f862c3

Browse files
committed
add changes, clean up
1 parent e1a4676 commit 2f862c3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565

6666
* New highly anticipated feature X added to Python SDK ([#X](https://github.com/apache/beam/issues/X)).
6767
* New highly anticipated feature Y added to Java SDK ([#Y](https://github.com/apache/beam/issues/Y)).
68+
* Flink 1.20 support added ([#32647](https://github.com/apache/beam/issues/32647)).
6869

6970
## I/Os
7071

settings.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* limitations under the License.
1717
*/
1818
import com.gradle.enterprise.gradleplugin.internal.extension.BuildScanExtensionWithHiddenFeatures
19-
import org.gradle.kotlin.dsl.project
2019

2120
pluginManagement {
2221
plugins {
@@ -128,7 +127,6 @@ include(":runners:extensions-java:metrics")
128127
* verify versions in website/www/site/content/en/documentation/runners/flink.md
129128
* verify version in sdks/python/apache_beam/runners/interactive/interactive_beam.py
130129
*/
131-
// Flink 1.17
132130
val flink_versions: String by settings
133131
for (version in flink_versions.split(',')) {
134132
include(":runners:flink:${version}")

0 commit comments

Comments
 (0)