Skip to content

Commit 88128fa

Browse files
committed
release v1.1.1
update gradle Signed-off-by: Tristan Leo <[email protected]>
1 parent 3c920aa commit 88128fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ publishing {
8484
repositories {
8585
maven {
8686
name = "GitHubPackages"
87-
url = "https://maven.pkg.github.com/derveloper/kotlin-openapi3-dsl"
87+
url = "https://maven.pkg.github.com/octocat/hello-world"
8888
credentials {
8989
username = System.getenv("GITHUB_ACTOR") ?: "derveloper"
9090
password = System.getenv("GITHUB_TOKEN") ?: ""

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Thu Jun 04 11:29:55 CEST 2020
2-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-all.zip
2+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-all.zip
33
distributionBase=GRADLE_USER_HOME
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)