Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Removed a print
Browse files Browse the repository at this point in the history
  • Loading branch information
DeflatedPickle committed Jun 16, 2021
1 parent d2a3ac1 commit ebd1c8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ allprojects { p ->
}

blossom {
println p.property('name')
replaceToken('$[name]', p.property('id'))
replaceToken('$[author]', p.property('author'))
replaceToken('$[version]', p.version)
Expand Down

0 comments on commit ebd1c8b

Please sign in to comment.