Skip to content

Commit 7f5a07c

Browse files
committed
Merge branch '1.4.1' of github.com:DarioBalinzo/kafka-connect-elasticsearch-source into 1.4.1
2 parents 4ee5ee2 + 40077a3 commit 7f5a07c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.circleci/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Check https://circleci.com/docs/2.0/language-java/ for more details
2+
#
3+
version: 2
4+
machine: true
5+
jobs:
6+
build:
7+
machine: true
8+
steps:
9+
- checkout
10+
11+
- run: mvn -B clean install

0 commit comments

Comments
 (0)