12 lines
127 B
Groovy
Raw Normal View History

2019-10-26 15:37:05 -06:00
package bael.test
@Grab('junit')
@Log
class Test {
static void main(String[] args) {
log.info "Test..."
}
}