Update 'build.gradle'

This commit is contained in:
Steven 2022-05-25 20:41:28 -04:00
parent e087df7766
commit 418c1305a7

View File

@ -19,7 +19,7 @@ dependencies {
shadowJar {
manifest {
attributes(
'Main-Class': 'tech.nevets.jaml.JAML'
'Main-Class': 'tech.nevets.beerestapi.Main'
)
}
}