Merge pull request #11499 from maxandersen/jbang
[jOOQ/jOOQ#11492] Add jbang catalog
This commit is contained in:
commit
bcf9f9d9f4
11
codegen.java
Executable file
11
codegen.java
Executable file
@ -0,0 +1,11 @@
|
||||
///usr/bin/env jbang "$0" "$@" ; exit $?
|
||||
//DEPS org.jooq:jooq-codegen:${jooq.version:3.14.7}
|
||||
|
||||
import static java.lang.System.*;
|
||||
|
||||
public class codegen {
|
||||
|
||||
public static void main(String... args) throws Exception {
|
||||
org.jooq.codegen.GenerationTool.main(args);
|
||||
}
|
||||
}
|
||||
8
jbang-catalog.json
Normal file
8
jbang-catalog.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"catalogs": {},
|
||||
"aliases": {
|
||||
"codegen": {
|
||||
"script-ref": "codegen.java"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user