Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gradle: Update to 8.2 #3873

Merged
merged 1 commit into from
Jul 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions gradle/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
# Maintainer: Simon Legner <[email protected]>
# Maintainer: Chris Molozian (novabyte) <chris DOT molozian AT gmail DOT com>
# Maintainer: Maximilian Salomon <[email protected]>
# Maintainer: Piotr Fusik <fox AT scene DOT pl>
# Contributor: Sanjuro Makabe (itti) <vuck AT gmx DOT de>
# Contributor: Simón Oroño <simonorono AT protonmail DOT com>
# Contributor: Eon Jeong <[email protected]>

pkgname=('gradle' 'gradle-doc')
pkgver=8.1.1
pkgver=8.2
pkgrel=1
arch=('any')
url='https://www.gradle.org/'
license=('APACHE')
source=("https://services.gradle.org/distributions/gradle-${pkgver}-all.zip"
"gradle.sh")
sha256sums=('5625a0ae20fe000d9225d000b36909c7a0e0e8dda61c19b12da769add847c975'
sha256sums=('5022b0b25fe182b0e50867e77f484501dba44feeea88f5c1f13b6b4660463640'
'0d6699a246bc86c40fb2da3fe73f8e3b228201a8781194d8b303e239d2fa758e')

package_gradle(){
Expand Down Expand Up @@ -43,14 +44,13 @@ package_gradle(){
}

package_gradle-doc() {
pkgdesc="A powerful build system for the JVM (documentation and samples)"
pkgdesc="A powerful build system for the JVM (documentation)"
options=('!strip')
optdepends=("gradle")
cd "${srcdir}/gradle-${pkgver}"

# create the necessary directory structure
mkdir -p "${pkgdir}/usr/share/java/gradle/docs/"
mkdir -p "${pkgdir}/usr/share/java/gradle/samples/"

# copy across documentation
cp --recursive docs/* "${pkgdir}/usr/share/java/gradle/docs/"
Expand Down