Skip to content

Commit

Permalink
Upgrade publish plugin (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewparmet authored Sep 16, 2022
1 parent 8912a0c commit 5416433
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
publish
closeAndReleaseRepository
publishPlugins
-Dorg.gradle.internal.http.socketTimeout=120000
-Dorg.gradle.internal.network.retry.max.attempts=1
-Dorg.gradle.internal.publish.checksums.insecure=true
--no-daemon
--no-parallel
env:
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ repositories {
}

dependencies {
implementation("com.vanniktech:gradle-maven-publish-plugin:0.19.0")
implementation("com.vanniktech:gradle-maven-publish-plugin:0.22.0")
implementation(kotlin("gradle-plugin"))
}

0 comments on commit 5416433

Please sign in to comment.