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 5151 - name : Test with Maven
5252 if : ${{ matrix.java != '8' }}
5353 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+
5455 - name : Maven Build
5556 run : ./mvnw install -B -V
5657 - name : Java Doc
Original file line number Diff line number Diff line change 6363 <dependency >
6464 <groupId >cn.idev.excel</groupId >
6565 <artifactId >fastexcel-support</artifactId >
66- <version >1. 0.0</version >
66+ <version >0.0.1 </version >
6767 </dependency >
6868 <!-- itext7 -->
6969 <dependency >
Original file line number Diff line number Diff line change 7474 <artifactId >maven-surefire-plugin</artifactId >
7575 <configuration >
7676 <includes >
77- <include >/ai/chat2db/easyexcel /test/core/**/*.java</include >
77+ <include >/cn/idev/excel /test/core/**/*.java</include >
7878 </includes >
7979 <testFailureIgnore >false</testFailureIgnore >
8080 </configuration >
Original file line number Diff line number Diff line change 5454
5555 <licenses >
5656 <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 >
5959 <distribution >repo</distribution >
60- <comments >A business-friendly OSS license</comments >
60+ <comments >A permissive license that allows for wide reuse </comments >
6161 </license >
6262 </licenses >
6363
You can’t perform that action at this time.
0 commit comments