From 9f1985d6d2fdc8c6c96f2f623b21e2887c511918 Mon Sep 17 00:00:00 2001 From: linghengqian Date: Thu, 15 Aug 2024 15:15:54 +0800 Subject: [PATCH] Updates Deprecated Maven Properties --- .github/workflows/test.yml | 2 +- doc/CONTRIBUTING.md | 2 +- pom.xml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a3b75c..4172d8d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,4 +41,4 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} cache: 'maven' - run: | - ./mvnw -T 1.5C -PnativeTestInCustom clean test \ No newline at end of file + ./mvnw -PnativeTestInCustom clean test \ No newline at end of file diff --git a/doc/CONTRIBUTING.md b/doc/CONTRIBUTING.md index b267b3f..37f4879 100644 --- a/doc/CONTRIBUTING.md +++ b/doc/CONTRIBUTING.md @@ -26,7 +26,7 @@ sdk use java 22.0.2-graalce git clone git@github.com:linghengqian/hive-server2-jdbc-driver.git cd ./hive-server2-jdbc-driver/ sdk use java 22.0.2-graalce -./mvnw -T 1.5C -PnativeTestInCustom clean test +./mvnw -PnativeTestInCustom clean test ``` ### How to publish via the central portal diff --git a/pom.xml b/pom.xml index 84a5e20..42261bf 100644 --- a/pom.xml +++ b/pom.xml @@ -31,8 +31,7 @@ - 1.8 - 1.8 + 8 UTF-8 4.0.0