Skip to content

Commit

Permalink
fix:modify license and test-path
Browse files Browse the repository at this point in the history
  • Loading branch information
psxjoy committed Dec 7, 2024
1 parent ecc7369 commit eea9040
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
${{ runner.os }}-m2
- name: Chmod
run: chmod +x mvnw
- name: Build fastexcel-support
run: ./mvnw -pl fastexcel-support install -B -V
- name: Test with Maven
if: ${{ matrix.java == '8' }}
run: ./mvnw test -B -Dmaven.test.skip=false
Expand Down
2 changes: 1 addition & 1 deletion fastexcel-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>cn.idev.excel</groupId>
<artifactId>fastexcel-support</artifactId>
<version>1.0.0</version>
<version>0.0.1</version>
</dependency>
<!-- itext7 -->
<dependency>
Expand Down

0 comments on commit eea9040

Please sign in to comment.