summaryrefslogtreecommitdiff
path: root/pcr/apiguardian/PKGBUILD
AgeCommit message (Collapse)Author
2022-06-22pcr: apiguardian: fix jar symlinkDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2022-06-22pcr: apiguardian: fix missing pom.xmlDenis 'GNUtoo' Carikli
While apiguardian uses Maven, there is no pom.xml but instead a build.gradle.kts file. I'm not sure if replacing the pom.xml with the build.gradle.kts is the right fix, but before it did complain: | ==> Starting package()... | install: cannot stat 'pom.xml': No such file or directory | ==> Tidying install... and now it doesn't complain anymore. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2022-06-22pcr: apiguardian: Add forgetten java-environment depedencyDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2022-06-22pcr: Add apiguardianDenis 'GNUtoo' Carikli
This dependency is needed to update junit Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>