Skip to content

Commit

Permalink
add kronos ABAP APIs as libs
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyan-velichkov committed Jun 24, 2024
1 parent 9b334f1 commit 25626ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion abap_transpile.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"input_folder": "{../../../../root/registry/public/kronos/src/abap,src/abap}",
"input_folder": "{src/abap,test/src}",
"input_filter": [],
"output_folder": "dist/abap",
"libs": [
{
"url": "https://github.com/open-abap/open-abap-core"
},
{
"files": "/**/*.*",
"folder": "/../../../../root/registry/public/kronos/src/abap"
}
],
"write_unit_tests": true,
Expand Down

0 comments on commit 25626ec

Please sign in to comment.