From 78691f66775ca33528318e44e8a2b0693f3bd1ca Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sat, 6 Jan 2024 10:54:00 +0100 Subject: [PATCH] - add note on not using a module parent folder as config path - FIX https://github.com/mikepenz/AboutLibraries/issues/936 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f16cd6054..49adc3149 100644 --- a/README.md +++ b/README.md @@ -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