Skip to content

Commit

Permalink
Merge branch 'release/1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Oct 12, 2021
2 parents f5e58b7 + 0366658 commit 0d11e2d
Show file tree
Hide file tree
Showing 12 changed files with 2,215 additions and 13 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 0d11e2d

Please sign in to comment.