Added more debug info.
This commit is contained in:
parent
689e5d6a6e
commit
c7d46bfd7a
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class SemverPlugin : Plugin<Project> {
|
|||
}
|
||||
propsFile.apply {
|
||||
project.logger.info(
|
||||
"[${SemverPlugin::class.simpleName}] Attempting to read properties from: `$absoluteFile`.")
|
||||
"[${SemverPlugin::class.simpleName}] Attempting to read properties from: `$absoluteFile`. [exists: ${exists()}, canRead: ${canRead()}]")
|
||||
if (canRead()) {
|
||||
FileInputStream(this).use { fis ->
|
||||
Properties().apply {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue