Skip to content

Commit

Permalink
feat: Jar generation exclude main class now
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnanCigtekin committed Jan 11, 2023
1 parent d28aa16 commit e1d513c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ task downloadDependencies(type: Exec) {

jar {
enabled = true
exclude("Main.java")
}

apply plugin: "eclipse"

0 comments on commit e1d513c

Please sign in to comment.