We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa90a2 commit faba8eeCopy full SHA for faba8ee
build.gradle
@@ -110,6 +110,11 @@ dependencies {
110
compile files(tasks.genEventImpl)
111
}
112
113
+// Include event factory in JAR
114
+jar {
115
+ from zipTree(tasks.genEventImpl.outputs.files.first())
116
+}
117
+
118
// Define setupDecompWorkspace task so it runs when setting up the implementation workspace
119
task('setupDecompWorkspace', dependsOn: 'genEventImpl')
120
0 commit comments