Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih authored Apr 24, 2024
1 parent cf3a6ae commit 3de1314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ project (':' + rootProject.name + '.investment-and-loan').projectDir = file('inv
```

- Add a subfolder named `investment-and-loan`
- Add it `api project(':adempiere-patches.investment-and-loan')` inside main `build.gradle` below of `api project(':adempiere-patches.base')`
- Add it `api project(':adempiere-customizations.investment-and-loan')` inside main `build.gradle` below of `api project(':adempiere-customizations.base')`
- Inside folder add a gradle like the base gradle `base/build.gradle` (you can copy and paste it)
- Change the variable value `def packageName = "base"` by `def packageName = "investment-and-loan"` this is the final package name
- Add a folder `src/main/java`
- Add your patch with package inside folder
- Add your patch with package inside folder

0 comments on commit 3de1314

Please sign in to comment.