Merge pull request #118 from CodePhiliaX/workflow-fix
fix:modify license and workflow
This commit is contained in:
commit
773d58dc5a
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
6
pom.xml
6
pom.xml
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user