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 da57775 commit 8d849eaCopy full SHA for 8d849ea
android-static-binding-generator/project/build.gradle
@@ -274,6 +274,9 @@ task generateBindings() {
274
inputs.dir (bindingsFile)
275
276
doFirst {
277
+ if(!file(bindingsFileP).exists()) {
278
+ throw new GradleException("No ${bindingsFileP} was found after runAstParser task was ran! Check to see if there are any .js files inside ${jsCodeDir}")
279
+ }
280
javaexec {
281
main "-jar"
282
0 commit comments