Skip to content

Commit e767c03

Browse files
author
Evan Hu
committed
format code
1 parent cee68aa commit e767c03

File tree

270 files changed

+22242
-22553
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

270 files changed

+22242
-22553
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish package to GitHub Packages
22
on:
33
release:
4-
types: [created]
4+
types: [ created ]
55
jobs:
66
publish:
77
runs-on: ubuntu-latest

.github/workflows/maven.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
19-
- name: Set up JDK 1.8
20-
uses: actions/setup-java@v1
21-
with:
22-
java-version: 1.8
23-
- name: Build with Maven
24-
run: mvn -B package --file pom.xml
18+
- uses: actions/checkout@v2
19+
- name: Set up JDK 1.8
20+
uses: actions/setup-java@v1
21+
with:
22+
java-version: 1.8
23+
- name: Build with Maven
24+
run: mvn -B package --file pom.xml

docs/uploadJar.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
1. ~/.m2/settings.xml
2+
23
```
34
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
45
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -39,9 +40,10 @@
3940
```
4041

4142
2. 上传
42-
`mvn deploy`
43-
43+
`mvn deploy`
44+
4445
3. 使用
46+
4547
```
4648
<repositories>
4749
<repository>
@@ -55,8 +57,8 @@
5557
</repositories>
5658
```
5759

58-
5960
1. 一次引用全部
61+
6062
```
6163
<dependency>
6264
<groupId>info.xiaomo</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://maven.apache.org/POM/4.0.0"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55

66
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)