Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slight build improvements #675

Merged
merged 12 commits into from
Oct 22, 2020
Prev Previous commit
Update build.gradle
  • Loading branch information
sherifnada authored Oct 22, 2020
commit c3d8be7035dff3a450bfd7fcca1dd8dea0bf579f
1 change: 0 additions & 1 deletion airbyte-webapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ npm_run_build {
inputs.file 'package.json'
inputs.file 'package-lock.json'

outputs.cacheIf { true }
outputs.dir project.buildDir
}
assemble.dependsOn npm_run_build
Expand Down