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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
a51be526
Commit
a51be526
authored
Apr 21, 2020
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Add missing repository
parent
0b8d9cc8
No related branches found
No related tags found
No related merge requests found
Pipeline
#372
passed
Apr 21, 2020
Stage: build
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
uc3-application/build.gradle
+12
-0
12 additions, 0 deletions
uc3-application/build.gradle
with
12 additions
and
0 deletions
uc3-application/build.gradle
+
12
−
0
View file @
a51be526
...
@@ -12,6 +12,18 @@ buildscript {
...
@@ -12,6 +12,18 @@ buildscript {
sourceCompatibility
=
"1.11"
sourceCompatibility
=
"1.11"
targetCompatibility
=
"1.11"
targetCompatibility
=
"1.11"
allprojects
{
repositories
{
jcenter
()
maven
{
url
"https://oss.sonatype.org/content/repositories/snapshots/"
}
maven
{
url
'https://packages.confluent.io/maven/'
}
}
}
dependencies
{
dependencies
{
compile
project
(
':'
)
compile
project
(
':'
)
...
...
...
...
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
sign in
to comment