Skip to content

Commit 0d11e2d

Browse files
committed
Merge branch 'release/1.3.1'
2 parents f5e58b7 + 0366658 commit 0d11e2d

File tree

12 files changed

+2215
-13
lines changed

12 files changed

+2215
-13
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
# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
22
# For more information see: https://github.com/actions/setup-java#apache-maven-with-a-settings-path
33

4-
name: Maven Package
4+
name: Deploy Package
55

66
on:
77
workflow_dispatch:

.gitignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1+
# macosx
12
.DS_Store
3+
4+
# okhttp
5+
.okhttpcache/
6+
7+
# maven
28
target/
39
bin/
10+
11+
# eclipse
412
.classpath
513
.settings/
614
.project
7-
.vscode/
815
.factorypath
16+
17+
# vscode
18+
.vscode/
19+
20+
# intellij
21+
922
.idea/
1023
*.iml

0 commit comments

Comments
 (0)