Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.java > #12291 > unrolled thread

Old Gradle version

Started byPhilippe De Neve <philippe.deneve@gmail.com>
First post2021-09-15 00:20 +0200
Last post2021-11-19 20:50 +0100
Articles 6 — 4 participants

Back to article view | Back to linux.debian.maint.java


Contents

  Old Gradle version Philippe De Neve <philippe.deneve@gmail.com> - 2021-09-15 00:20 +0200
    Re: Old Gradle version Andrius Merkys <merkys@debian.org> - 2021-09-15 07:00 +0200
    Re: Old Gradle version Phil Morrell <debian@emorrp1.name> - 2021-09-15 14:20 +0200
      Re: Old Gradle version Philippe De Neve <philippe.deneve@gmail.com> - 2021-09-17 19:10 +0200
        Re: Old Gradle version Philippe De Neve <philippe.deneve@gmail.com> - 2021-09-26 08:20 +0200
        Bug#926714: Kotlin is now in unstable (Was: Old Gradle version) Petter Reinholdtsen <pere@hungry.com> - 2021-11-19 20:50 +0100

#12291 — Old Gradle version

FromPhilippe De Neve <philippe.deneve@gmail.com>
Date2021-09-15 00:20 +0200
SubjectOld Gradle version
Message-ID<CXoWu-1mY-3@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

Hi,

I was wondering why the Gradle version in buster/bullseye/bookworm/sid is
4.4.1. Latest release is 7.2.

Thanks,

Philippe De Neve

[toc] | [next] | [standalone]


#12292

FromAndrius Merkys <merkys@debian.org>
Date2021-09-15 07:00 +0200
Message-ID<CXvbB-590-9@gated-at.bofh.it>
In reply to#12291
Hi,

On 2021-09-15 00:59, Philippe De Neve wrote:
> I was wondering why the Gradle version in buster/bullseye/bookworm/sid
> is 4.4.1. Latest release is 7.2.

Please see these bug reports for reference:

https://bugs.debian.org/926714
https://bugs.debian.org/933264

Best,
Andrius

[toc] | [prev] | [next] | [standalone]


#12293

FromPhil Morrell <debian@emorrp1.name>
Date2021-09-15 14:20 +0200
Message-ID<CXC3n-11C-3@gated-at.bofh.it>
In reply to#12291

[Multipart message — attachments visible in raw view] — view raw

On Tue, Sep 14, 2021 at 11:59:55PM +0200, Philippe De Neve wrote:
> I was wondering why the Gradle version in buster/bullseye/bookworm/sid is
> 4.4.1. Latest release is 7.2.

Gradle 4.4.1 is the latest version before kotlin was added as a
build-dependency, which has been a known problem since 2019. However,
kotlin 1.3.31 has finally been packaged and is currently sitting in the
NEW queue for review.

Gradle 6.4.1 packaging work is currently stalled in offline mode. It
needs someone to work out how to build it without the proprietary
gradle-enterprise-gradle-plugin that upstream uses. Note that this
doesn't require any familiarity with debian packaging!

https://salsa.debian.org/freexian-team/project-funding/-/blob/master/proposed/2021-08-gradle-enterprise.md

BCC'd 926714 since it hasn't been updated with recent developments.
--
emorrp1

[toc] | [prev] | [next] | [standalone]


#12294

FromPhilippe De Neve <philippe.deneve@gmail.com>
Date2021-09-17 19:10 +0200
Message-ID<CYpx7-7ss-3@gated-at.bofh.it>
In reply to#12293

[Multipart message — attachments visible in raw view] — view raw

Hi,

Got the hint :-). I was not able to compile Gradle 6.4.1 due to a missing
dependency, but it was possible for the latest release 7.2.0. I removed
the gradle-enterprise-gradle-plugin and I've put the adapted code on my
gitlab <https://gitlab.com/philippedn/gradle>. The changes are on the
remove_enterprise_features branch, which is on top of the 7.2.0 release
commit.

Best regards,

Philippe


On Wed, 15 Sept 2021 at 14:12, Phil Morrell <debian@emorrp1.name> wrote:

> On Tue, Sep 14, 2021 at 11:59:55PM +0200, Philippe De Neve wrote:
> > I was wondering why the Gradle version in buster/bullseye/bookworm/sid is
> > 4.4.1. Latest release is 7.2.
>
> Gradle 4.4.1 is the latest version before kotlin was added as a
> build-dependency, which has been a known problem since 2019. However,
> kotlin 1.3.31 has finally been packaged and is currently sitting in the
> NEW queue for review.
>
> Gradle 6.4.1 packaging work is currently stalled in offline mode. It
> needs someone to work out how to build it without the proprietary
> gradle-enterprise-gradle-plugin that upstream uses. Note that this
> doesn't require any familiarity with debian packaging!
>
>
> https://salsa.debian.org/freexian-team/project-funding/-/blob/master/proposed/2021-08-gradle-enterprise.md
>
> BCC'd 926714 since it hasn't been updated with recent developments.
> --
> emorrp1
>

[toc] | [prev] | [next] | [standalone]


#12295

FromPhilippe De Neve <philippe.deneve@gmail.com>
Date2021-09-26 08:20 +0200
Message-ID<D1vG2-7Th-7@gated-at.bofh.it>
In reply to#12294

[Multipart message — attachments visible in raw view] — view raw

Hi,

Does this suffice to proceed?

On Fri, 17 Sept 2021 at 18:45, Philippe De Neve <philippe.deneve@gmail.com>
wrote:

> Hi,
>
> Got the hint :-). I was not able to compile Gradle 6.4.1 due to a missing
> dependency, but it was possible for the latest release 7.2.0. I removed
> the gradle-enterprise-gradle-plugin and I've put the adapted code on my
> gitlab <https://gitlab.com/philippedn/gradle>. The changes are on the
> remove_enterprise_features branch, which is on top of the 7.2.0 release
> commit.
>
> Best regards,
>
> Philippe
>
>
> On Wed, 15 Sept 2021 at 14:12, Phil Morrell <debian@emorrp1.name> wrote:
>
>> On Tue, Sep 14, 2021 at 11:59:55PM +0200, Philippe De Neve wrote:
>> > I was wondering why the Gradle version in buster/bullseye/bookworm/sid
>> is
>> > 4.4.1. Latest release is 7.2.
>>
>> Gradle 4.4.1 is the latest version before kotlin was added as a
>> build-dependency, which has been a known problem since 2019. However,
>> kotlin 1.3.31 has finally been packaged and is currently sitting in the
>> NEW queue for review.
>>
>> Gradle 6.4.1 packaging work is currently stalled in offline mode. It
>> needs someone to work out how to build it without the proprietary
>> gradle-enterprise-gradle-plugin that upstream uses. Note that this
>> doesn't require any familiarity with debian packaging!
>>
>>
>> https://salsa.debian.org/freexian-team/project-funding/-/blob/master/proposed/2021-08-gradle-enterprise.md
>>
>> BCC'd 926714 since it hasn't been updated with recent developments.
>> --
>> emorrp1
>>
>

[toc] | [prev] | [next] | [standalone]


#12320 — Bug#926714: Kotlin is now in unstable (Was: Old Gradle version)

FromPetter Reinholdtsen <pere@hungry.com>
Date2021-11-19 20:50 +0100
SubjectBug#926714: Kotlin is now in unstable (Was: Old Gradle version)
Message-ID<Dli3v-52K-15@gated-at.bofh.it>
In reply to#12294
Happy to report that kotlin just made it into unstable.

<URL: https://tracker.debian.org/pkg/kotlin >

-- 
Happy hacking
Petter Reinholdtsen

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.maint.java


csiph-web