Skip to content

refactor: remove barista-http and barista-kafka services #4

refactor: remove barista-http and barista-kafka services

refactor: remove barista-http and barista-kafka services #4

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build_java11:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install JDK 11
uses: joschi/setup-jdk@v1.0.0
with:
java-version: 'openjdk11'
- name: Build with Maven
run: mvn -B clean install -Pnative -Dquarkus.native.container-build=true