summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhillip Schichtel2023-09-06 20:09:46 +0200
committerPhillip Schichtel2023-09-06 20:09:46 +0200
commitd0b97ea55fc61aab66653aa7b665b35140ca218d (patch)
tree957709c06146afa793229a1985861e2488cedb57 /PKGBUILD
parent4285edccbcdd9cb7f2045302a7248b938c20187e (diff)
downloadaur-d0b97ea55fc61aab66653aa7b665b35140ca218d.tar.gz
upgrade to version 1.0.0 and override gradle home
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12fc6c1d5421..ba82296c694e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: p2k <uni-ulm.de: Patrick.Schneider>
pkgname=ktlint
-pkgver=0.50.0
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
pkgdesc="An anti-bikeshedding Kotlin linter with built-in formatter"
arch=('any')
url="https://ktlint.github.io/"
@@ -17,6 +17,7 @@ sha256sums=('SKIP')
build() {
cd "ktlint"
+ export GRADLE_USER_HOME="${srcdir}/.gradle"
./gradlew --no-configuration-cache --no-scan --no-daemon -Pktlint.publication.signing.enable=false shadowJarExecutable
}