323f5bf370
* BAEL-1635: Spring Boot CLI * Modified packages for consistent naming
12 lines
127 B
Groovy
12 lines
127 B
Groovy
package bael.test
|
|
|
|
@Grab('junit')
|
|
@Log
|
|
|
|
class Test {
|
|
|
|
static void main(String[] args) {
|
|
log.info "Test..."
|
|
}
|
|
|
|
} |