Add application task
This commit is contained in:
parent
46215760d4
commit
36422cbf45
3 changed files with 12 additions and 1 deletions
|
@ -29,6 +29,10 @@ test {
|
|||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
application {
|
||||
mainClass = 'App'
|
||||
}
|
||||
|
||||
semver {
|
||||
// properties = 'example.properties'
|
||||
// keysPrefix = 'example.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue