We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fddc3 commit cdc7043Copy full SHA for cdc7043
.github/workflows/ci.yml
@@ -45,8 +45,6 @@ jobs:
45
${{ runner.os }}-m2
46
- name: Chmod
47
run: chmod +x mvnw
48
- - name: Build fastexcel-support
49
- run: ./mvnw -pl fastexcel-support install -B -V
50
- name: Test with Maven
51
if: ${{ matrix.java == '8' }}
52
run: ./mvnw test -B -Dmaven.test.skip=false
fastexcel-core/pom.xml
@@ -63,7 +63,7 @@
63
<dependency>
64
<groupId>cn.idev.excel</groupId>
65
<artifactId>fastexcel-support</artifactId>
66
- <version>1.0.0</version>
+ <version>0.0.1</version>
67
</dependency>
68
<!-- itext7 -->
69
0 commit comments