Skip to content

Commit

Permalink
configureEach in jar
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Nov 28, 2024
1 parent 57626e1 commit d419d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ allprojects {
maven { url "https://maven.pkg.jetbrains.space/public/p/compose/dev" }
}

tasks.withType(Jar) {
tasks.withType(Jar).configureEach {
manifest {
attributes['Main-Class'] = 'com.github.serivesmejia.eocvsim.Main'
}
Expand Down

0 comments on commit d419d33

Please sign in to comment.