Skip to content

Commit cc85d37

Browse files
committed
fix application name
1 parent 1a1c60f commit cc85d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010

1111
description 'web3j command line tools'
1212
mainClassName = 'org.web3j.console.Runner'
13-
applicationName = 'web3j-cli'
13+
applicationName = 'web3j'
1414

1515
ext {
1616
web3jVersion = project.property('version')

0 commit comments

Comments
 (0)