mirror of
https://github.com/Nezumi-2711/spring-boot-ecommerce.git
synced 2026-09-22 13:48:34 +00:00
Update build.gradle
This commit is contained in:
@@ -30,3 +30,11 @@ dependencies {
|
|||||||
tasks.named('test') {
|
tasks.named('test') {
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
jar {
|
||||||
|
manifest {
|
||||||
|
attributes(
|
||||||
|
'Main-Class': 'com.luv2code.ecommerce'
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user