1
mirror of https://github.com/CarmJos/MineSQL.git synced 2024-09-19 12:15:45 +00:00

项目初始化

This commit is contained in:
Carm Jos 2022-01-26 23:20:42 +08:00
parent 76b8d267e0
commit 7d2d97987c
2 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
MAVEN_USERNAME: ${{ github.repository_owner }}
MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: "Target Stage"
run: mkdir staging && cp target/*.jar staging
run: mkdir -vp staging && ls -l asset/ && cp -vrf asset/*.jar staging
- name: "Upload artifact"
uses: actions/upload-artifact@v2
with:

View File

@ -14,6 +14,8 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
<maven.javadoc.skip>true</maven.javadoc.skip>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<artifactId>easysql-plugin-impl</artifactId>