File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 41
41
github-token : ${{ secrets.GITHUB_TOKEN }}
42
42
cache : ' maven'
43
43
- run : |
44
- ./mvnw -T 1.5C - PnativeTestInCustom clean test
44
+ ./mvnw -PnativeTestInCustom clean test
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ sdk use java 22.0.2-graalce
26
26
git clone
[email protected] :linghengqian/hive-server2-jdbc-driver.git
27
27
cd ./hive-server2-jdbc-driver/
28
28
sdk use java 22.0.2-graalce
29
- ./mvnw -T 1.5C - PnativeTestInCustom clean test
29
+ ./mvnw -PnativeTestInCustom clean test
30
30
```
31
31
32
32
### How to publish via the central portal
Original file line number Diff line number Diff line change 31
31
</scm >
32
32
33
33
<properties >
34
- <maven .compiler.source>1.8</maven .compiler.source>
35
- <maven .compiler.target>1.8</maven .compiler.target>
34
+ <maven .compiler.release>8</maven .compiler.release>
36
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
37
36
38
37
<apache-hive-jdbc .version>4.0.0</apache-hive-jdbc .version>
You can’t perform that action at this time.
0 commit comments