Skip to content

Commit 1af87c7

Browse files
authored
Fixed mainClassname. (#453)
1 parent b7d8361 commit 1af87c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/pinger/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ dependencies {
99
}
1010

1111
application {
12-
mainClassName = 'io.libp2p.example.Pinger'
12+
mainClassName = 'io.libp2p.example.ping.Pinger'
1313
}

0 commit comments

Comments
 (0)