Skip to content
This repository was archived by the owner on May 19, 2019. It is now read-only.

Commit 2d62aec

Browse files
committed
Minor corrections in examples
1 parent ad1ff9b commit 2d62aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ shadowJar {
120120
defaultMainClass()
121121
122122
// Make the JAR executable by supplying your own main class
123-
mainClass 'my.own.main.'
123+
mainClass 'my.own.main'
124124
125125
// Equivalent to calling defaultMainClass()
126126
defaults 'gems', 'mainClass'

0 commit comments

Comments
 (0)