depend on gradle7
Some checks failed
mirror

This commit is contained in:
Dominic 2023-03-25 18:00:05 +01:00
parent 0e67101b28
commit 85d82b43b1
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
2 changed files with 4 additions and 5 deletions

View file

@ -5,8 +5,7 @@ pkgbase = dokka
url = https://kotlin.github.io/dokka/1.8.10/ url = https://kotlin.github.io/dokka/1.8.10/
arch = any arch = any
license = Apache license = Apache
makedepends = gradle>=7.3 makedepends = gradle7
makedepends = gradle<8
makedepends = npm makedepends = npm
depends = freemarker depends = freemarker
depends = java-environment depends = java-environment

View file

@ -10,7 +10,7 @@ license=('Apache')
arch=('any') arch=('any')
depends=('freemarker' 'java-environment') depends=('freemarker' 'java-environment')
makedepends=('gradle>=7.3' 'gradle<8' 'npm') makedepends=('gradle7' 'npm')
source=("https://github.com/Kotlin/dokka/archive/refs/tags/v$pkgver.tar.gz" source=("https://github.com/Kotlin/dokka/archive/refs/tags/v$pkgver.tar.gz"
'0001-enable-application-plugin.patch' '0001-enable-application-plugin.patch'
@ -29,8 +29,8 @@ prepare() {
build() { build() {
cd "$srcdir/dokka-$pkgver" cd "$srcdir/dokka-$pkgver"
gradle :runners:cli:distTar gradle7 :runners:cli:distTar
gradle :plugins:base:jar gradle7 :plugins:base:jar
} }
package() { package() {