Skip to content

Commit b48e0a0

Browse files
committed
gradle update
1 parent db3edc5 commit b48e0a0

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,12 @@ eclipse{
460460
}
461461
if (project == rootProject) {
462462
shadowJar {
463-
dependsOn 'spotlessApply'
463+
dependsOn 'spotlessApply'
464464
zip64 true
465-
mainClassName = 'com.neuronrobotics.bowlerstudio.BowlerStudio'
465+
466+
manifest {
467+
attributes 'Main-Class': 'com.neuronrobotics.bowlerstudio.BowlerStudio'
468+
}
466469

467470
if (project == rootProject) {
468471
archiveBaseName.set('BowlerStudio')

0 commit comments

Comments
 (0)