Update build.gradle
This commit is contained in:
parent
f0412093de
commit
55397641b9
@ -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'
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user