dependency-track: use protogen_30 to fix build

This commit is contained in:
Alexander Sieg
2025-06-24 11:59:38 +02:00
parent e68b0b6aeb
commit b9e49739d2
+2 -2
View File
@@ -4,7 +4,7 @@
fetchFromGitHub,
nodejs_20,
jre_headless,
protobuf,
protobuf_30,
cyclonedx-cli,
makeWrapper,
maven,
@@ -61,7 +61,7 @@ maven.buildMavenPackage rec {
postPatch = ''
substituteInPlace pom.xml \
--replace-fail '<protocArtifact>''${tool.protoc.version}</protocArtifact>' \
"<protocCommand>${protobuf}/bin/protoc</protocCommand>"
"<protocCommand>${protobuf_30}/bin/protoc</protocCommand>"
'';
mvnJdk = jre_headless;