Skip to content

Commit

Permalink
write the php parser version to the manifest for downstream usage: ph…
Browse files Browse the repository at this point in the history
…p2cpg (#5197)

others will follow once the entire chain works
  • Loading branch information
mpollmeier authored Jan 2, 2025
1 parent af3aa7e commit e0bdfac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions joern-cli/frontends/php2cpg/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ Compile / compile := ((Compile / compile) dependsOn phpParseInstallTask).value

enablePlugins(JavaAppPackaging, LauncherJarPlugin)
Global / onChangedBuildSource := ReloadOnSourceChanges

/** write the php parser version to the manifest for downstream usage */
Compile / packageBin / packageOptions +=
Package.ManifestAttributes(new java.util.jar.Attributes.Name("PHP-Parser-Version") -> Versions.phpParser)

0 comments on commit e0bdfac

Please sign in to comment.