Skip to content

Commit e416006

Browse files
authored
Update AbstractTask.kt
1 parent fe6fee0 commit e416006

File tree

1 file changed

+0
-11
lines changed
  • releases-hub-gradle-plugin/src/main/java/com/releaseshub/gradle/plugin/common

1 file changed

+0
-11
lines changed

releases-hub-gradle-plugin/src/main/java/com/releaseshub/gradle/plugin/common/AbstractTask.kt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,6 @@ abstract class AbstractTask : DefaultTask() {
6161
commandExecutor = CommandExecutorImpl(logger, logLevel!!)
6262
gitHelper = GitHelper(commandExecutor)
6363
onExecute()
64-
65-
println()
66-
println("***********************************************************")
67-
println("* You can support this project, so we can continue improving it:")
68-
println("* - Donate with Bitcoin Lightning: http://alby.dipien.com/")
69-
println("* - Donate cryptocurrency: http://coinbase.dipien.com/")
70-
println("* - Donate with credit card: http://kofi.dipien.com/")
71-
println("* - Donate on Patreon: http://patreon.dipien.com/")
72-
println("* - Become a member of Medium (We will receive a portion of your membership fee): https://membership.medium.dipien.com")
73-
println("* Thanks !!!")
74-
println("***********************************************************")
7564
}
7665

7766
@Internal

0 commit comments

Comments
 (0)