Skip to content

Commit 26c6723

Browse files
Add trigger to genSOurces
1 parent 9f13f18 commit 26c6723

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ idea {
152152
]
153153
}
154154
}
155+
taskTriggers {
156+
afterSync tasks.named("genSources")
157+
}
155158
}
156159
}
157160
}

0 commit comments

Comments
 (0)