Skip to content

Commit

Permalink
Add shadowJar manifest config
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtyf committed Aug 25, 2020
1 parent bfafe9f commit bfadb69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@ dependencies {

repositories {
mavenCentral()
}

shadowJar {
manifest {
attributes 'Main-Class': 'Duke'
}
}

0 comments on commit bfadb69

Please sign in to comment.