Update build.gradle

This commit is contained in:
Steven 2024-08-22 03:20:43 +00:00
parent f0412093de
commit 55397641b9

View File

@ -14,3 +14,11 @@ dependencies {
implementation "com.sparkjava:spark-core:2.9.4"
implementation "com.google.code.gson:gson:2.11.0"
}
jar {
manifest {
attributes(
'Main-Class': 'tech.nevets.igformatter.Main'
)
}
}