Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
917f7a8c
Commit
917f7a8c
authored
4 years ago
by
Björn Vonheiden
Browse files
Options
Downloads
Patches
Plain Diff
move shadow jar buildscript to flink convention plugin
parent
661c834d
No related branches found
No related tags found
1 merge request
!95
Introduce Gradle convention plugins
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theodolite-benchmarks/build.gradle
+0
-13
0 additions, 13 deletions
theodolite-benchmarks/build.gradle
theodolite-benchmarks/buildSrc/build.gradle
+12
-0
12 additions, 0 deletions
theodolite-benchmarks/buildSrc/build.gradle
with
12 additions
and
13 deletions
theodolite-benchmarks/build.gradle
+
0
−
13
View file @
917f7a8c
// 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'
...
...
This diff is collapsed.
Click to expand it.
theodolite-benchmarks/buildSrc/build.gradle
+
12
−
0
View file @
917f7a8c
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'
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment