multiple build enhancements for #127 and #131
commit555fdffec0c95afa2cc14032dece20b2585f2eb3
authorSebastian Hoß <sebhoss@pm.me>
Sun, 18 Apr 2021 02:01:58 +0000 (18 04:01 +0200)
committerSebastian Hoß <sebhoss@pm.me>
Sun, 18 Apr 2021 02:01:58 +0000 (18 04:01 +0200)
tree275b49ee3e225233ce1c275153ac48b9576afe0e
parentec05c3dcfb8bc80c20142b13f3cc561b13be6e16
multiple build enhancements for #127 and #131
16 files changed:
.github/workflows/build.yml
.github/workflows/codeql-analysis.yml [new file with mode: 0644]
.github/workflows/release.yml [new file with mode: 0644]
.github/workflows/update-parent.yml [new file with mode: 0644]
pom.xml
yosql-tooling/yosql-tooling-gradle/build.gradle.kts
yosql-tooling/yosql-tooling-gradle/gradle.properties [new file with mode: 0644]
yosql-tooling/yosql-tooling-gradle/settings.gradle.kts
yosql-tooling/yosql-tooling-gradle/src/main/java/wtf/metio/yosql/tooling/gradle/YoSqlPlugin.java
yosql-website/content/tooling/gradle.md
yosql-website/content/tooling/maven.md
yosql-website/layouts/shortcodes/gradleplugin.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/mavenplugin.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/mavenplugin_full.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/mavenplugin_multi.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/mavenplugin_split.html [new file with mode: 0644]