Skip to content

Commit

Permalink
fix application name
Browse files Browse the repository at this point in the history
  • Loading branch information
antonydenyer committed Nov 19, 2019
1 parent 1a1c60f commit cc85d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

description 'web3j command line tools'
mainClassName = 'org.web3j.console.Runner'
applicationName = 'web3j-cli'
applicationName = 'web3j'

ext {
web3jVersion = project.property('version')
Expand Down

0 comments on commit cc85d37

Please sign in to comment.