larshp / abapmerge

Merge ABAP classes/interfaces/INCLUDEs into single file
MIT License
24 stars 14 forks source link

Add constants to marker interface #374

Closed fabianlupa closed 1 year ago

fabianlupa commented 1 year ago

This change makes it look as follows.

****************************************************
INTERFACE lif_abapmerge_marker.
* abapmerge 0.15.0 - 2023-06-15T05:52:46.446Z
  CONSTANTS c_merge_timestamp TYPE string VALUE `2023-06-15T05:52:46.446Z`.
  CONSTANTS c_abapmerge_version TYPE string VALUE `0.15.0`.
ENDINTERFACE.
****************************************************

Or is there a new configuration option needed to turn this on / off?

Fixes #373

fabianlupa commented 1 year ago

Is there some manual intervention required to make the build run? Screenshot_20230618_075935_GitHub.jpg

larshp commented 1 year ago

yea, image

larshp commented 1 year ago

published as 0.16.0