File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ kotlin-openapi3-dsl is available on maven central
12
12
### gradle
13
13
14
14
``` groovy
15
- compile "cc.vileda:kotlin-openapi3-dsl:1.1.0 "
15
+ compile "cc.vileda:kotlin-openapi3-dsl:1.1.1 "
16
16
```
17
17
18
18
### maven
19
19
``` xml
20
20
<dependency >
21
21
<groupId >cc.vileda</groupId >
22
22
<artifactId >kotlin-openapi3-dsl</artifactId >
23
- <version >1.1.0 </version >
23
+ <version >1.1.1 </version >
24
24
</dependency >
25
25
```
26
26
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ apply plugin: 'maven-publish'
19
19
apply plugin : ' signing'
20
20
21
21
group ' cc.vileda'
22
- version ' 1.1.0 '
22
+ version ' 1.1.1 '
23
23
24
24
repositories {
25
25
mavenCentral()
@@ -84,10 +84,10 @@ publishing {
84
84
repositories {
85
85
maven {
86
86
name = " GitHubPackages"
87
- url = " https://maven.pkg.github.com/octocat/hello-world "
87
+ url = " https://maven.pkg.github.com/derveloper/kotlin-openapi3-dsl "
88
88
credentials {
89
- username = System . getenv(" GITHUB_ACTOR" )
90
- password = System . getenv(" GITHUB_TOKEN" )
89
+ username = System . getenv(" GITHUB_ACTOR" ) ?: " derveloper "
90
+ password = System . getenv(" GITHUB_TOKEN" ) ?: " "
91
91
}
92
92
}
93
93
}
You can’t perform that action at this time.
0 commit comments