Skip to content

Commit

Permalink
Update to Flink 1.15.0-rc2 staging location
Browse files Browse the repository at this point in the history
  • Loading branch information
kbendick committed Apr 14, 2022
1 parent 40f0992 commit fc85634
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import java.util.regex.Pattern
buildscript {
repositories {
gradlePluginPortal()
// Flink 1.15-rc0 staging location - remove before Flink 1.15 is released
maven { url "https://repository.apache.org/content/repositories/orgapacheflink-1488" }
// Flink 1.15-rc2 staging location - remove when Flink 1.15 is officially released
maven { url "https://repository.apache.org/content/repositories/orgapacheflink-1495" }
}
dependencies {
classpath 'gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0'
Expand Down Expand Up @@ -67,8 +67,8 @@ allprojects {
repositories {
mavenCentral()
mavenLocal()
// Flink 1.15-rc0 staging location - remove before Flink 1.15 is released
maven { url "https://repository.apache.org/content/repositories/orgapacheflink-1488" }
// Flink 1.15-rc2 staging location - remove once Flink 1.15 is officially released
maven { url "https://repository.apache.org/content/repositories/orgapacheflink-1495" }
}
}

Expand Down

0 comments on commit fc85634

Please sign in to comment.