Skip to content
Snippets Groups Projects

Migrate Flink benchmark implementation

Merged Sören Henning requested to merge flink-benchmark-migration into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath "gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.6.0"
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.4'
classpath "com.github.jengelman.gradle.plugins:shadow:6.0.0"
}
}
Loading