Merge pull request #118 from CodePhiliaX/workflow-fix

fix:modify license and workflow
This commit is contained in:
psxjoy 2024-12-08 00:38:43 +08:00 committed by GitHub
commit 773d58dc5a
4 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -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>