Package Details: gradle8-doc 8.14.3-1

Git Clone URL: https://aur.archlinux.org/gradle8.git (read-only, click to copy)
Package Base: gradle8
Description: Powerful build system for the JVM (documentation)
Upstream URL: https://gradle.org/
Licenses: Apache
Submitter: patlefort
Maintainer: patlefort
Last Packager: patlefort
Votes: 2
Popularity: 0.54
First Submitted: 2025-09-04 19:52 (UTC)
Last Updated: 2025-09-04 19:52 (UTC)

Dependencies (10)

Required by (1)

Sources (3)

Latest Comments

patlefort commented on 2026-01-15 13:22 (UTC)

I can't reproduce. Try to clean your caches: makepkg caches, gradle cache in ~/.gradle. Maybe some packages got corrupted.

Tyilo commented on 2026-01-15 10:19 (UTC)

I get the following error when building:

* What went wrong:
Dependency verification failed for configuration 'classpath'
3 artifacts failed verification:
  - moshi-1.12.0.jar (com.squareup.moshi:moshi:1.12.0) from repository Gradle Central Plugin Repository
  - moshi-kotlin-1.12.0.jar (com.squareup.moshi:moshi-kotlin:1.12.0) from repository Gradle Central Plugin Repository
  - gradle-versions-plugin-0.53.0.jar (com.github.ben-manes:gradle-versions-plugin:0.53.0) from repository Gradle Central Plugin Repository
If the artifacts are trustworthy, you will need to update the gradle/verification-metadata.xml file. For more on how to do this, please refer to https://docs.gradle.org/8.14.3/userguide/dependency_verification.html#sec:troubleshooting-verification in the Gradle documentation.

patlefort commented on 2025-11-04 17:29 (UTC)

It wouldn't work, since my package doesn't conflict with gradle, one has to use gradle8 command.

30p87 commented on 2025-11-04 17:02 (UTC) (edited on 2025-11-04 17:03 (UTC) by 30p87)

Hi, as per wiki: for instance, a modified qt package version 3.3.8, named qt-foobar, should use provides=('qt=3.3.8'); omitting the version number would cause the dependencies that require a specific version of qt to fail.

This package should explicitly mention "gradle=${pkgver}" in its provides array, so it's clear that it can be used for packages depending on eg. gradle<9 (for instance unbted-git).