Search Criteria
Package Details: groovy-language-server-git r202.8b5fbc3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/groovy-language-server-git.git (read-only, click to copy) |
---|---|
Package Base: | groovy-language-server-git |
Description: | A language server for Groovy |
Upstream URL: | https://github.com/GroovyLanguageServer/groovy-language-server |
Licenses: | Apache |
Submitter: | m-pilia |
Maintainer: | m-pilia |
Last Packager: | m-pilia |
Votes: | 2 |
Popularity: | 0.000030 |
First Submitted: | 2019-06-15 23:29 (UTC) |
Last Updated: | 2024-05-19 05:46 (UTC) |
Dependencies (2)
- java-runtime (jre10AUR, jre12AUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, jre7AUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, jdk8-armAUR, liberica-jre-11-binAUR, jdk11-j9-binAUR, jre11-jbr-xdgAUR, jre16-openjdkAUR, jre14-openjdkAUR, jre15AUR, jre14AUR, jre13AUR, jre16AUR, jre18-openjdkAUR, amazon-corretto-19-binAUR, jdk19-graalvm-binAUR, liberica-jre-11-full-binAUR, jdk19-graalvm-ee-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jdk11-graalvm-binAUR, jre-openj9AUR, jdk11-graalvm-ee-binAUR, jre12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, jdk20-graalvm-binAUR, jdk17-graalvm-binAUR, jdk8-graalvm-ee-binAUR, zulu-15-binAUR, jdk20-openj9-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jre11AUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jdk8-dragonwell-extendedAUR, jre13-openjdkAUR, jre15-openjdkAUR, jdk21-graalvm-binAUR, jre17-jetbrainsAUR, jdk8-openj9-binAUR, jre-ltsAUR, microsoft-openjdk-11-binAUR, microsoft-openjdk-17-binAUR, microsoft-openjdk-21-binAUR, liberica-nik-24-full-binAUR, jre21-jetbrains-gitAUR, jdk21-jetbrains-gitAUR, zulu-17-binAUR, zulu-11-binAUR, zulu-8-binAUR, mandrel-binAUR, mandrel24-binAUR, liberica-jdk-17-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-binAUR, jdk17-graalvm-ee-binAUR, jdk21-graalvm-ee-binAUR, jdk22-graalvm-ee-binAUR, jdk20-graalvm-ee-binAUR, jdk22-graalvm-binAUR, jre19-openjdkAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, jre21-jetbrainsAUR, jdk17-zulu-prime-binAUR, zing-21-binAUR, zing-8-binAUR, jdk23-graalvm-ee-binAUR, jdk-android-studioAUR, jre17AUR, jdk21-jetbrains-binAUR, java-openjdk-binAUR, jre21-zulu-binAUR, amazon-corretto-17AUR, amazon-corretto-21-binAUR, jre17-zulu-binAUR, jdk21-temurinAUR, amazon-corretto-8AUR, amazon-corretto-11AUR, jdk11-temurinAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk17-temurinAUR, jdk8-temurinAUR, zulu-21-binAUR, jdk-temurinAUR, jre8AUR, jdk8AUR, zulu-17-fx-binAUR, jdk8-perfAUR, zulu-jre-fx-binAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk-openj9-binAUR, jdk11-openj9-binAUR, jdk17-openj9-binAUR, jre-jetbrainsAUR, jre-openjdk-wakefieldAUR, jdk-openjdk-wakefieldAUR, jdk21-openj9-binAUR, java-openjdk-ea-binAUR, zulu-23-binAUR, jreAUR, jdkAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jre-openjdk, jre11-openjdk, jre17-openjdk, jre21-openjdk, jre8-openjdk)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
m-pilia commented on 2024-05-25 15:23 (UTC)
@rubin55: Your suggestion does not seem to work in a clean chroot:
So for the moment I will leave the PKGBUILD as it is, as the current version correctly builds in a clean chroot (which is how packages should be officially built).
m-pilia commented on 2024-05-19 17:46 (UTC)
The PKGBUILD should build fine inside a clean chroot, as I tested it myself with
extra-x86_64-build
. I guess when building in a non-hermetic environment there is the possibility that a newer Java version is picked up from the system, breaking the build.I will have a look at this as soon as I have a moment and see if it can be made more robust, but in the meantime
extra-x86_64-build
should hopefully work.rubin55 commented on 2024-05-19 08:33 (UTC)
I'm getting the following error after your update:
This happens due to the parent repo using a 4 year old
gradlew
which doesn't work with recent Java versions (like 21). The jar produced is configured to run on java versions 8 and higher by the build.gradle, but the build.gradle itself depends on an ancient version of the shadow plugin that in turn doesn't work with gradle above version 6. You can upgrade that to 8.1.1 and use gradle 8.7 and it will build + run afaict. I would thus recommend to makedepend on gradle package, and patch build.gradle, so people can build without installing ancient java versions.a file to patch the
build.gradle
file, calledbuild.patch
:diff for
PKGBUILD
changes: