8 lines
74 B
Groovy
8 lines
74 B
Groovy
|
|
plugins {
|
||
|
|
id('application')
|
||
|
|
}
|
||
|
|
|
||
|
|
application {
|
||
|
|
mainClass = 'Main'
|
||
|
|
}
|