Skip to content
Snippets Groups Projects
Commit 917f7a8c authored by Björn Vonheiden's avatar Björn Vonheiden
Browse files

move shadow jar buildscript to flink convention plugin

parent 661c834d
No related branches found
No related tags found
1 merge request!95Introduce Gradle convention plugins
// Inherited to all subprojects
// Make shadow plugin available, used for flink
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.github.jengelman.gradle.plugins:shadow:6.0.0"
}
}
// Plugins
allprojects {
apply plugin: 'eclipse'
......
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.github.jengelman.gradle.plugins:shadow:6.0.0"
}
}
// to discover the precompiled script plugins
plugins {
id 'groovy-gradle-plugin'
......@@ -9,4 +20,5 @@ repositories {
dependencies {
implementation 'gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.6.0'
implementation 'com.github.jengelman.gradle.plugins:shadow:6.0.0'
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment