Skip to content

Commit

Permalink
Remove staging Flink binary now that it has been released
Browse files Browse the repository at this point in the history
  • Loading branch information
kbendick committed Apr 29, 2022
1 parent 1342b50 commit 4d60e04
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import java.util.regex.Pattern
buildscript {
repositories {
gradlePluginPortal()
// Flink 1.15-rc4 staging location - remove when Flink 1.15 is officially released
maven { url "https://repository.apache.org/content/repositories/orgapacheflink-1500" }
}
dependencies {
classpath 'gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0'
Expand Down Expand Up @@ -67,8 +65,6 @@ allprojects {
repositories {
mavenCentral()
mavenLocal()
// Flink 1.15-rc4 staging location - remove once Flink 1.15 is officially released
maven { url "https://repository.apache.org/content/repositories/orgapacheflink-1500" }
}
}

Expand Down

0 comments on commit 4d60e04

Please sign in to comment.