Skip to content

Commit

Permalink
- add note on not using a module parent folder as config path
Browse files Browse the repository at this point in the history
  - FIX #936
  • Loading branch information
mikepenz committed Jan 6, 2024
1 parent 1a849d2 commit 78691f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ aboutLibraries {
// Define the output file name. Modifying this will disable the automatic meta data discovery for supported platforms.
outputFileName = "aboutlibraries.json"
// Define the path configuration files are located in. E.g. additional libraries, licenses to add to the target .json
// Warning: Please do not use the parent folder of a module as path, as this can result in issues. More details: https://github.com/mikepenz/AboutLibraries/issues/936
configPath = "config"
// Allow to enable "offline mode", will disable any network check of the plugin (including [fetchRemoteLicense] or pulling spdx license texts)
offlineMode = false
Expand Down

0 comments on commit 78691f6

Please sign in to comment.