File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # MimicAPI
1+ # Mimic
22[ ![ Download] ( https://img.shields.io/bintray/v/endlesscode/repo/mimic?style=flat-square )] ( https://bintray.com/endlesscode/repo/mimic/_latestVersion ) [ ![ Build Status] ( https://img.shields.io/github/workflow/status/EndlessCodeGroup/MimicAPI/CI?style=flat-square )] ( https://travis-ci.org/EndlessCodeGroup/MimicAPI ) [ ![ Code Quality] ( https://img.shields.io/codacy/grade/cfb98bfdf2b44b9d97f719f051e943a9.svg?style=flat-square )] ( https://www.codacy.com/app/EndlessCode-Group/MimicAPI?utm_source%3Dgithub.com%26amp;utm_medium%3Dreferral%26amp;utm_content%3DEndlessCodeGroup/MimicAPI%26amp;utm_campaign%3DBadge_Grade )
33[ ![ license] ( https://img.shields.io/github/license/EndlessCodeGroup/MimicAPI.svg?style=flat-square )] ( LICENSE )
44
@@ -39,13 +39,13 @@ If you are developer you can use [Gradle] or [Maven] to plug MimicAPI to your pl
3939
4040### Gradle
4141
42- ``` groovy
42+ ``` kotlin
4343repositories {
44- maven { url "https://dl.bintray.com/endlesscode/repo" }
44+ maven { setUrl( " https://dl.bintray.com/endlesscode/repo" ) }
4545}
4646
4747dependencies {
48- compileOnly("ru.endlesscode.mimic:mimic-bukkit-api:0.4 ")
48+ compileOnly(" ru.endlesscode.mimic:mimic-bukkit-api:0.5 " )
4949}
5050```
5151
@@ -59,7 +59,7 @@ dependencies {
5959<dependency >
6060 <groupId >ru.endlesscode.mimic</groupId >
6161 <artifactId >mimic-bukkit-api</artifactId >
62- <version >0.4 </version >
62+ <version >0.5 </version >
6363 <scope >provided</scope >
6464</dependency >
6565```
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66
77// Common configurations for all Mimic projects
88subprojects {
9- version = " 0.4 "
9+ version = " 0.5 "
1010 group = " ru.endlesscode.mimic"
1111
1212 configureProject()
You can’t perform that action at this time.
0 commit comments