[#11492] Move jbang-catalog to https://github.com/jOOQ/jbang-catalog
This commit is contained in:
parent
bcf9f9d9f4
commit
3e67b197a2
11
codegen.java
11
codegen.java
@ -1,11 +0,0 @@
|
||||
///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);
|
||||
}
|
||||
}
|
||||
@ -1,8 +0,0 @@
|
||||
{
|
||||
"catalogs": {},
|
||||
"aliases": {
|
||||
"codegen": {
|
||||
"script-ref": "codegen.java"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user