Files

13 lines
111 B
Groovy

plugins {
id 'application'
}
repositories {
mavenCentral()
}
application {
mainClass = 'Main'
}