Skip to content

avoid overwriting gradle.properties

Tiago Stürmer Daitx requested to merge tdaitx-guest/openjfx:patch-1 into master

debian/rules: when building arch and indep packages simultaneously (as done in Ubuntu builders) the file gradle.properties copied in override_dh_auto_configure-arch will be overwritten by override_dh_auto_configure-indep preventing native libraries for media and webkit from being build.

Merge request reports

Loading