Re: update java/gradle to 8.3

2023-09-16 Thread Lawrence Teo
On Sat, Sep 16, 2023 at 02:52:54PM +0100, Stuart Henderson wrote: > (+cc ghidra maintainer) > > On 2023/09/16 14:55, Peter Hessler wrote: > > > > On 2023 Sep 16 (Sat) at 07:30:46 -0400 (-0400), Ian Darwin wrote: > > :On Sat, Sep 16, 2023 at 11:36:08AM +0100, Stuart Henderson wrote: > > :> > Unfor

Re: update java/gradle to 8.3

2023-09-16 Thread Stuart Henderson
(+cc ghidra maintainer) On 2023/09/16 14:55, Peter Hessler wrote: > > On 2023 Sep 16 (Sat) at 07:30:46 -0400 (-0400), Ian Darwin wrote: > :On Sat, Sep 16, 2023 at 11:36:08AM +0100, Stuart Henderson wrote: > :> > Unfortunately there is a show-stopper here. We have to fix/update > :> > security/ghi

Re: update java/gradle to 8.3

2023-09-16 Thread Peter Hessler
On 2023 Sep 16 (Sat) at 07:30:46 -0400 (-0400), Ian Darwin wrote: :On Sat, Sep 16, 2023 at 11:36:08AM +0100, Stuart Henderson wrote: :> > Unfortunately there is a show-stopper here. We have to fix/update :> > security/ghidra which is not trivial. :> :> The ghidra port is really outdated, even fr

Re: update java/gradle to 8.3

2023-09-16 Thread Ian Darwin
On Sat, Sep 16, 2023 at 11:36:08AM +0100, Stuart Henderson wrote: > > Unfortunately there is a show-stopper here. We have to fix/update > > security/ghidra which is not trivial. > > The ghidra port is really outdated, even from just a quick look at > release notes various of the changes look secur

Re: update java/gradle to 8.3

2023-09-16 Thread Stuart Henderson
On 2023/09/16 11:48, Rafael Sadowski wrote: > On Sun Sep 10, 2023 at 02:35:29PM +0200, Peter Hessler wrote: > > I have need to build some mods for Minecraft, and they want to use Java > > 17, which is newer than what our in-tree Gradle supports. Here's an > > update to the most recent version of G

Re: update java/gradle to 8.3

2023-09-16 Thread Rafael Sadowski
On Sun Sep 10, 2023 at 02:35:29PM +0200, Peter Hessler wrote: > I have need to build some mods for Minecraft, and they want to use Java > 17, which is newer than what our in-tree Gradle supports. Here's an > update to the most recent version of Gradle, works for me in light > testing. > > OK? >

update java/gradle to 8.3

2023-09-10 Thread Peter Hessler
I have need to build some mods for Minecraft, and they want to use Java 17, which is newer than what our in-tree Gradle supports. Here's an update to the most recent version of Gradle, works for me in light testing. OK? -peter Index: java/gradle/Makefile ===