Added bootjar build
- Fixed spelling mistake in home - Fixed date bug
This commit is contained in:
@ -38,6 +38,11 @@ dependencies {
|
||||
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
|
||||
}
|
||||
|
||||
bootJar {
|
||||
manifest {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.named('test') {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
Reference in New Issue
Block a user