Skip to content

Commit 2dfea5f

Browse files
committed
chore(build): use logger for printing release tag in PrintReleaseTagTask
1 parent 0510747 commit 2dfea5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-plugin/plugin/src/main/kotlin/net/thunderbird/gradle/plugin/versioning/PrintReleaseTagTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ abstract class PrintReleaseTagTask : DefaultTask() {
2828
val versionFile = versionManager.sourceFile()
2929
?: error("No version.properties file found to print the release tag.")
3030

31-
println("${versionFile.parentFile.name}-${version.toStringValue()}")
31+
logger.lifecycle("${versionFile.parentFile.name}-${version.toStringValue()}")
3232
}
3333

3434
companion object {

0 commit comments

Comments
 (0)