Skip to content

refactor: rename the class "EventBus" to "MessageDispatcher" to avoid confusion with the EventBus library #81

refactor: rename the class "EventBus" to "MessageDispatcher" to avoid confusion with the EventBus library

refactor: rename the class "EventBus" to "MessageDispatcher" to avoid confusion with the EventBus library #81

Workflow file for this run

name: Test
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK
uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 11
- name: Build with Gradle
run: ./gradlew build