On Tue, 26 Nov 2024 16:03:38 GMT, Nir Lisker <nlis...@openjdk.org> wrote:
> Centralizes version numbers in a single place. This is not the best way of > doing it in Gradle, but it's an improvement that will simplify other changes. > I used the `build.properties` file because other versions are already written > there. > > There are other version numbers in the build file, but they are not attached > directly to a dependency. Mostly libav ones. I decided not to touch them. This pull request has now been integrated. Changeset: f7566ad8 Author: Nir Lisker <nlis...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/f7566ad8353cdabc3881648a29a416c99f71e7b7 Stats: 44 lines in 2 files changed: 15 ins; 3 del; 26 mod 8345063: Centralize version number of the Gradle build file Reviewed-by: kcr, mhanl ------------- PR: https://git.openjdk.org/jfx/pull/1649