Skip to content

Commit

Permalink
Add support for setting up a proxy.
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMasterK committed Jul 4, 2023
1 parent da5a77e commit 29cf27d
Show file tree
Hide file tree
Showing 6 changed files with 132 additions and 92 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
workspaces: |
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ signing {
}

group = 'rocks.kavin'
version = '1.0.5'
version = '1.0.6'
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

Expand Down
Loading

0 comments on commit 29cf27d

Please sign in to comment.