File tree Expand file tree Collapse file tree 2 files changed +10
-16
lines changed Expand file tree Collapse file tree 2 files changed +10
-16
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow will build a Java project with Gradle
2
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
3
3
4
- name : build
4
+ name : Build
5
5
6
6
on :
7
7
push :
Original file line number Diff line number Diff line change 1
1
= Redis Enterprise Kafka Connector
2
- ifdef::env-github[]
3
- :badges:
4
- :tag: master
5
- :!toc-title:
6
- :tip-caption: :bulb:
7
- :note-caption: :paperclip:
8
- :important-caption: :heavy_exclamation_mark:
9
- :caution-caption: :fire:
10
- :warning-caption: :warning:
11
- endif::[]
2
+ :linkattrs:
3
+ :project-owner: RedisLabs-Field-Engineering
4
+ :project-name: redis-enterprise-kafka
5
+ :project-group: com.redislabs
6
+ :project-version: 0.1.0
12
7
13
- // Badges
14
- ifdef::badges[]
15
- image:https://github.com/RedisLabs-Field-Engineering/redis-enterprise-kafka/actions/workflows/gradle.yml/badge.svg["Build", link="https://github.com/RedisLabs-Field-Engineering/redis-enterprise-kafka/actions/workflows/gradle.yml"]
16
- image:https://codecov.io/gh/RedisLabs-Field-Engineering/redis-enterprise-kafka/branch/master/graph/badge.svg?token=MTMRRGEWBD["Coverage", link="https://codecov.io/gh/RedisLabs-Field-Engineering/redis-enterprise-kafka"]
17
- endif::[]
8
+ image:https://img.shields.io/github/workflow/status/{project-owner}/{project-name}/Build?logo=github["Build Status", link="https://github.com/{project-owner}/{project-name}/actions"]
9
+ image:https://codecov.io/gh/{project-owner}/{project-name}/branch/master/graph/badge.svg?token=MTMRRGEWBD["Coverage", link="https://codecov.io/gh/{project-owner}/{project-name}"]
10
+
11
+ ---
18
12
19
13
Kafka Connect source and sink connectors for https://redislabs.com/redis-enterprise-software/overview/[Redis Enterprise]
You can’t perform that action at this time.
0 commit comments