2019-08-30 21:11:18 +01:00

12 lines
127 B
Groovy

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