mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2025-10-19 05:30:08 +00:00
package upfix
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# krontab
|
# krontab
|
||||||
|
|
||||||
[  ](https://bintray.com/insanusmokrassar/InsanusMokrassar/krontab-mpp/_latestVersion)
|
[  ](https://bintray.com/insanusmokrassar/InsanusMokrassar/krontab-mpp/_latestVersion)
|
||||||
[](https://maven-badges.herokuapp.com/maven-central/com.insanusmokrassar/krontab)
|
[](https://maven-badges.herokuapp.com/maven-central/dev.inmo/krontab)
|
||||||
[](https://travis-ci.com/InsanusMokrassar/krontab)
|
[](https://travis-ci.com/InsanusMokrassar/krontab)
|
||||||
|
|
||||||
Library was created to give oppotunity to launch some things from time to time according to some schedule in
|
Library was created to give oppotunity to launch some things from time to time according to some schedule in
|
||||||
@@ -39,7 +39,7 @@ If you want to include `krontab` in your project, just add next line to your
|
|||||||
dependencies part:
|
dependencies part:
|
||||||
|
|
||||||
```groovy
|
```groovy
|
||||||
implementation "com.insanusmokrassar:krontab:$krontab_version"
|
implementation "dev.inmo:krontab:$krontab_version"
|
||||||
```
|
```
|
||||||
|
|
||||||
Next version is the latest currently for the library:
|
Next version is the latest currently for the library:
|
||||||
|
@@ -13,7 +13,7 @@ dokka {
|
|||||||
multiplatform {
|
multiplatform {
|
||||||
global {
|
global {
|
||||||
perPackageOption {
|
perPackageOption {
|
||||||
prefix = "com.insanusmokrassar"
|
prefix = "dev.inmo"
|
||||||
skipDeprecated = true
|
skipDeprecated = true
|
||||||
includeNonPublic = true
|
includeNonPublic = true
|
||||||
reportUndocumented = true
|
reportUndocumented = true
|
||||||
|
Reference in New Issue
Block a user