Skip to content

Commit f7f8e86

Browse files
committed
Include event factory in shadow jar
1 parent be2ccd8 commit f7f8e86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
238238
shadowJar {
239239
classifier = 'shaded'
240240
from sourceSets.ap.output
241+
from zipTree(tasks.genEventImpl.outputs.files.first())
241242
}
242243

243244
artifacts {

0 commit comments

Comments
 (0)