Skip to content

Commit faba8ee

Browse files
committed
Include event factory classes in API jar
1 parent 1fa90a2 commit faba8ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ dependencies {
110110
compile files(tasks.genEventImpl)
111111
}
112112

113+
// Include event factory in JAR
114+
jar {
115+
from zipTree(tasks.genEventImpl.outputs.files.first())
116+
}
117+
113118
// Define setupDecompWorkspace task so it runs when setting up the implementation workspace
114119
task('setupDecompWorkspace', dependsOn: 'genEventImpl')
115120

0 commit comments

Comments
 (0)