Fix Event Bus Proc module name
zdm/event-bus/pipeline/head There was a failure building this commit Details

pull/35/head
Kai S. K. Engelbart 2022-01-12 20:10:44 +01:00
parent 3aef7d5bcb
commit 8615a0e021
Signed by: kske
GPG Key ID: 8BEB13EC5DF7EF13
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
* @author Kai S. K. Engelbart
* @since 1.0.0
*/
module dev.kske.eventbus.ap {
module dev.kske.eventbus.proc {
requires java.compiler;
requires dev.kske.eventbus.core;