Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest authored Aug 23, 2021
1 parent a275b20 commit e83efa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ compileKotlin {

jar {
manifest.attributes(
'Main-Class': 'WyvtilitiesDeleterKt'
'Main-Class': 'DeleterKt'
)

enabled = false
Expand All @@ -48,4 +48,4 @@ shadowJar {

exclude 'META-INF', 'META-INF/**'
exclude 'org/jetbrains/annotations', 'org/jetbrains/annotations/**'
}
}

0 comments on commit e83efa7

Please sign in to comment.