File tree 2 files changed +7
-4
lines changed 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# typeid-kotlin
2
2
![ Build Status] ( https://github.com/aleris/typeid-kotlin/actions/workflows/build-on-push.yml/badge.svg )
3
- ![ Current Version] ( https://img.shields.io/badge/Version-0.0.13 -blue )
3
+ ![ Current Version] ( https://img.shields.io/badge/Version-0.0.14 -blue )
4
4
5
5
6
6
## A Kotlin implementation of [ TypeID] ( https://github.com/jetpack-io/typeid ) .
@@ -25,14 +25,14 @@ To use with Maven:
25
25
<dependency >
26
26
<groupId >earth.adi</groupId >
27
27
<artifactId >typeid-kotlin</artifactId >
28
- <version >0.0.13 </version >
28
+ <version >0.0.14 </version >
29
29
</dependency >
30
30
```
31
31
32
32
To use via Gradle:
33
33
34
34
``` kotlin
35
- implementation(" earth.adi:typeid-kotlin:0.0.13 " )
35
+ implementation(" earth.adi:typeid-kotlin:0.0.14 " )
36
36
```
37
37
38
38
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ plugins {
15
15
16
16
group = " earth.adi"
17
17
18
- version = " 0.0.13 "
18
+ version = " 0.0.14 "
19
19
20
20
repositories { mavenCentral() }
21
21
@@ -213,6 +213,9 @@ jreleaser {
213
213
active.set(org.jreleaser.model.Active .ALWAYS )
214
214
url.set(" https://central.sonatype.com/api/v1/publisher" )
215
215
stagingRepository(stagingDir.get().toString())
216
+ connectTimeout.set(120 )
217
+ retryDelay.set(30 )
218
+ readTimeout.set(180 )
216
219
}
217
220
}
218
221
}
You can’t perform that action at this time.
0 commit comments