Skip to content

Change groupId and java package prefix to "org.apache.bifromq" (#137) #614

Change groupId and java package prefix to "org.apache.bifromq" (#137)

Change groupId and java package prefix to "org.apache.bifromq" (#137) #614

Workflow file for this run

name: Dev-Build
on:
push:
branches:
- 'main'
- 'release-**'
- 'feat-**'
- 'hotfix-**'
- 'bugfix-**'
- 'fix-**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Install TestSuites
run: mvn install -pl testsuites -am
- name: Build with Maven
run: mvn clean verify -P build