File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 45
45
${{ runner.os }}-m2
46
46
- name : Chmod
47
47
run : chmod +x mvnw
48
- - name : Build fastexcel-support
49
- run : ./mvnw -pl fastexcel-support install -B -V
50
- - name : List JAR Contents
51
- run : |
52
- jar -tf fastexcel-support/target/fastexcel-support-*.jar
53
- - name : Check Directories in JAR
54
- run : |
55
- jar -xf fastexcel-support/target/fastexcel-support-*.jar
56
- echo "Listing directories under /cn/idev/excel/support:"
57
- find cn/idev/excel/support -type d
58
48
- name : Test with Maven
59
49
if : ${{ matrix.java == '8' }}
60
50
run : ./mvnw test -B -Dmaven.test.skip=false
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 >
You can’t perform that action at this time.
0 commit comments