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
5da7b255
Commit
5da7b255
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Replace jCenter by mavenCentral
parent
4eca1a9b
No related branches found
No related tags found
1 merge request
!208
Add benchmark implementations for Hazelcast Jet
Pipeline
#6060
passed
3 years ago
Stage: build
Stage: test
Stage: check
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theodolite-benchmarks/buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle
+1
-1
1 addition, 1 deletion
...s/buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle
theodolite-benchmarks/hazelcastjet-commons/build.gradle
+1
-2
1 addition, 2 deletions
theodolite-benchmarks/hazelcastjet-commons/build.gradle
with
2 additions
and
3 deletions
theodolite-benchmarks/buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle
+
1
−
1
View file @
5da7b255
...
...
@@ -7,7 +7,7 @@ plugins {
}
repositories
{
jcenter
()
mavenCentral
()
maven
{
url
"https://oss.sonatype.org/content/repositories/snapshots/"
}
...
...
This diff is collapsed.
Click to expand it.
theodolite-benchmarks/hazelcastjet-commons/build.gradle
+
1
−
2
View file @
5da7b255
...
...
@@ -3,7 +3,7 @@ plugins {
}
repositories
{
jcenter
()
mavenCentral
()
maven
{
url
"https://oss.sonatype.org/content/repositories/snapshots/"
}
...
...
@@ -20,5 +20,4 @@ dependencies {
implementation
'com.hazelcast:hazelcast-kubernetes:2.2.2'
implementation
'io.confluent:kafka-avro-serializer:5.3.0'
implementation
'org.slf4j:slf4j-api:1.7.25'
}
\ No newline at end of file
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