From d92ca26fb50656e35c0ee196e12fcc27418ac9c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Ga=C5=82ek?= Date: Tue, 1 Aug 2023 14:07:29 +0200 Subject: [PATCH] Update overview.md directory.set(project.rootProject.absolutePath) used as an example to reflect latest API changes --- docs/configuration/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/overview.md b/docs/configuration/overview.md index b5fa0a2d..8960c5a0 100644 --- a/docs/configuration/overview.md +++ b/docs/configuration/overview.md @@ -8,7 +8,7 @@ All `axion-release-plugin` configuration options: repository { // doc: Repository type.set("git") // type of repository - directory.set(project.rootProject.file("./")) // repository location + directory.set(project.rootProject.absolutePath) // repository location remote.set("origin") // remote name // doc: Authorization