diff --git a/build.gradle b/build.gradle index 61d66ba..eba607e 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ dependencies { shadowJar { manifest { attributes( - 'Main-Class': 'tech.nevets.jaml.JAML' + 'Main-Class': 'tech.nevets.beerestapi.Main' ) } } \ No newline at end of file