File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 51
51
- name : Test with Maven
52
52
if : ${{ matrix.java != '8' }}
53
53
run : ./mvnw test -B -Dmaven.test.skip=false -DargLine="--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/sun.reflect.annotation=ALL-UNNAMED"
54
+
54
55
- name : Maven Build
55
56
run : ./mvnw install -B -V
56
57
- name : Java Doc
Original file line number Diff line number Diff line change 63
63
<dependency >
64
64
<groupId >cn.idev.excel</groupId >
65
65
<artifactId >fastexcel-support</artifactId >
66
- <version >1. 0.0</version >
66
+ <version >0.0.1 </version >
67
67
</dependency >
68
68
<!-- itext7 -->
69
69
<dependency >
Original file line number Diff line number Diff line change 74
74
<artifactId >maven-surefire-plugin</artifactId >
75
75
<configuration >
76
76
<includes >
77
- <include >/ai/chat2db/easyexcel /test/core/**/*.java</include >
77
+ <include >/cn/idev/excel /test/core/**/*.java</include >
78
78
</includes >
79
79
<testFailureIgnore >false</testFailureIgnore >
80
80
</configuration >
Original file line number Diff line number Diff line change 54
54
55
55
<licenses >
56
56
<license >
57
- <name >Apache 2 </name >
58
- <url >http ://www.apache. org/licenses/LICENSE-2.0.txt </url >
57
+ <name >MIT License </name >
58
+ <url >https ://opensource. org/licenses/MIT </url >
59
59
<distribution >repo</distribution >
60
- <comments >A business-friendly OSS license</comments >
60
+ <comments >A permissive license that allows for wide reuse </comments >
61
61
</license >
62
62
</licenses >
63
63
You can’t perform that action at this time.
0 commit comments