Skip to content

Commit

Permalink
Updates Deprecated Maven Properties
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian committed Aug 15, 2024
1 parent 1db2541 commit 9f1985d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
- run: |
./mvnw -T 1.5C -PnativeTestInCustom clean test
./mvnw -PnativeTestInCustom clean test
2 changes: 1 addition & 1 deletion doc/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sdk use java 22.0.2-graalce
git clone [email protected]: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
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
</scm>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.release>8</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<apache-hive-jdbc.version>4.0.0</apache-hive-jdbc.version>
Expand Down

0 comments on commit 9f1985d

Please sign in to comment.