Skip to content

Commit cdc7043

Browse files
committed
fix:modify license and test-path
1 parent e9fddc3 commit cdc7043

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
${{ runner.os }}-m2
4646
- name: Chmod
4747
run: chmod +x mvnw
48-
- name: Build fastexcel-support
49-
run: ./mvnw -pl fastexcel-support install -B -V
5048
- name: Test with Maven
5149
if: ${{ matrix.java == '8' }}
5250
run: ./mvnw test -B -Dmaven.test.skip=false

fastexcel-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
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>

0 commit comments

Comments
 (0)