Skip to content

Commit

Permalink
Merge tag 'v1.3.1' into develop
Browse files Browse the repository at this point in the history
merge PR #35
  • Loading branch information
bsorrentino committed Oct 12, 2021
2 parents 9c1d827 + 0d11e2d commit 517ab24
Show file tree
Hide file tree
Showing 10 changed files with 2,211 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
# For more information see: https://github.com/actions/setup-java#apache-maven-with-a-settings-path

name: Maven Package
name: Deploy Package

on:
workflow_dispatch:
Expand Down
15 changes: 14 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# macosx
.DS_Store

# okhttp
.okhttpcache/

# maven
target/
bin/

# eclipse
.classpath
.settings/
.project
.vscode/
.factorypath

# vscode
.vscode/

# intellij

.idea/
*.iml
Loading

0 comments on commit 517ab24

Please sign in to comment.