Skip to content

Commit

Permalink
Bump Gradle to 7.5.1 (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: hfhbd <hfhbd@users.noreply.github.com>
  • Loading branch information
hfhbd and hfhbd authored Aug 25, 2022
1 parent cc2255f commit 8701769
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 150 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ subprojects {
remoteLineSuffix.set("#L")
}
}
externalDocumentationLink("https://kotlin.github.io/kotlinx.serialization/")
externalDocumentationLink("https://kotlinlang.org/api/kotlinx.serialization/")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 8701769

Please sign in to comment.