2019-09-09 10:57:44 +02:00

12 lines
127 B
Groovy

package bael.test
@Grab('junit')
@Log
class Test {
static void main(String[] args) {
log.info "Test..."
}
}