Added snapshot to example
Added Kotlin badge
This commit is contained in:
parent
e1ea7b0252
commit
c7770bce42
3 changed files with 11 additions and 3 deletions
11
README.md
11
README.md
|
@ -1,6 +1,13 @@
|
|||
[](https://opensource.org/licenses/BSD-3-Clause) [](https://github.com/ethauvin/readingtime/releases/latest) [](https://search.maven.org/search?q=g:%22net.thauvin.erik%22%20AND%20a:%22readingtime%22)
|
||||
[](https://opensource.org/licenses/BSD-3-Clause)
|
||||
[](https://kotlinlang.org/)
|
||||
[](https://github.com/ethauvin/readingtime/releases/latest)
|
||||
[](https://search.maven.org/search?q=g:%22net.thauvin.erik%22%20AND%20a:%22readingtime%22)
|
||||
[](https://oss.sonatype.org/content/repositories/snapshots/net/thauvin/erik/readingtime/)
|
||||
|
||||
[](https://sonarcloud.io/dashboard?id=ethauvin_readingtime) [](https://github.com/ethauvin/readingtime/actions/workflows/gradle.yml) [](https://circleci.com/gh/ethauvin/readingtime/tree/master)
|
||||
|
||||
[](https://sonarcloud.io/dashboard?id=ethauvin_readingtime)
|
||||
[](https://github.com/ethauvin/readingtime/actions/workflows/gradle.yml)
|
||||
[](https://circleci.com/gh/ethauvin/readingtime/tree/master)
|
||||
|
||||
# Estimated Reading Time for Blog Posts, Articles, etc.
|
||||
|
||||
|
|
1
examples/bld/.idea/.name
generated
Normal file
1
examples/bld/.idea/.name
generated
Normal file
|
@ -0,0 +1 @@
|
|||
readingtime-examples-bld
|
|
@ -26,7 +26,7 @@ public class ReadingTimeExampleBuild extends BaseProject {
|
|||
|
||||
scope(compile)
|
||||
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", version(1, 9, 20)))
|
||||
.include(dependency("net.thauvin.erik", "readingtime", version(0, 9, 1)));
|
||||
.include(dependency("net.thauvin.erik", "readingtime", version(0, 9, 2, "SNAPSHOT")));
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue