Skip to content

Commit

Permalink
Merge pull request #118 from CodePhiliaX/workflow-fix
Browse files Browse the repository at this point in the history
fix:modify license and workflow
  • Loading branch information
psxjoy authored Dec 7, 2024
2 parents 854a612 + f3a6f1d commit 773d58d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Test with Maven
if: ${{ matrix.java != '8' }}
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"

- name: Maven Build
run: ./mvnw install -B -V
- name: Java Doc
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
2 changes: 1 addition & 1 deletion fastexcel-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>/ai/chat2db/easyexcel/test/core/**/*.java</include>
<include>/cn/idev/excel/test/core/**/*.java</include>
</includes>
<testFailureIgnore>false</testFailureIgnore>
</configuration>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@

<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
<comments>A permissive license that allows for wide reuse</comments>
</license>
</licenses>

Expand Down

0 comments on commit 773d58d

Please sign in to comment.