Skip to content

Commit

Permalink
Build against Flink 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed Oct 18, 2022
1 parent ad06be9 commit 8b161d6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ repositories {
dependencies {
implementation(kotlin("reflect"))

implementation("org.apache.flink:flink-core:1.13.2")
implementation("org.apache.flink:flink-core:1.13.2:tests")
implementation("org.apache.flink:flink-test-utils-junit:1.13.2")
val flinkVersion = "1.15.1"
implementation("org.apache.flink:flink-java:$flinkVersion")

testImplementation("org.apache.flink:flink-test-utils-junit:$flinkVersion")
testImplementation("org.apache.flink:flink-core:$flinkVersion:tests")
testImplementation(platform("org.junit:junit-bom:5.9.1"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.junit.vintage:junit-vintage-engine")
Expand Down

0 comments on commit 8b161d6

Please sign in to comment.