Re: RFR: 8345063: Centralize version number of the Gradle build file [v2]

2024-11-26 Thread Marius Hanl
On Tue, 26 Nov 2024 18:50:18 GMT, Nir Lisker 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

Re: RFR: 8345063: Centralize version number of the Gradle build file [v2]

2024-11-26 Thread Kevin Rushforth
On Tue, 26 Nov 2024 18:50:18 GMT, Nir Lisker 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

Re: RFR: 8345063: Centralize version number of the Gradle build file [v2]

2024-11-26 Thread Kevin Rushforth
On Tue, 26 Nov 2024 18:47:00 GMT, Nir Lisker 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

Re: RFR: 8345063: Centralize version number of the Gradle build file [v2]

2024-11-26 Thread Nir Lisker
> 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