From efe366b49d74053fe97d710a0338c7ca2aea0108 Mon Sep 17 00:00:00 2001 From: Serge Rider Date: Wed, 30 Oct 2024 06:09:43 +0100 Subject: [PATCH] GH workflow fix --- .github/workflows/push-pr-devel.yml | 2 +- aggregate/pom.xml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 aggregate/pom.xml diff --git a/.github/workflows/push-pr-devel.yml b/.github/workflows/push-pr-devel.yml index de4f9f0..a1b08e4 100644 --- a/.github/workflows/push-pr-devel.yml +++ b/.github/workflows/push-pr-devel.yml @@ -15,7 +15,7 @@ jobs: name: Check secrets: inherit with: - project-directory: ./dbeaver-jdbc-libsql + project-directory: ./dbeaver-jdbc-libsql/aggregate project-deps: ./dbeaver-jdbc-libsql/project.deps timeout-minutes: 2 diff --git a/aggregate/pom.xml b/aggregate/pom.xml new file mode 100644 index 0000000..6d23f56 --- /dev/null +++ b/aggregate/pom.xml @@ -0,0 +1,17 @@ + + + + 4.0.0 + com.dbeaver.build + jdbc.libsql.aggregate + pom + JDBC LibSQL Aggregate + 1.0.0-SNAPSHOT + + + + ../../dbeaver-common + + \ No newline at end of file