Skip to content

Commit

Permalink
release v1.1.1
Browse files Browse the repository at this point in the history
update gradle

Signed-off-by: Tristan Leo <[email protected]>
  • Loading branch information
derveloper committed Jun 27, 2021
1 parent 3c920aa commit 88128fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/derveloper/kotlin-openapi3-dsl"
url = "https://maven.pkg.github.com/octocat/hello-world"
credentials {
username = System.getenv("GITHUB_ACTOR") ?: "derveloper"
password = System.getenv("GITHUB_TOKEN") ?: ""
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 @@
#Thu Jun 04 11:29:55 CEST 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
Expand Down

0 comments on commit 88128fa

Please sign in to comment.