Skip to content

Commit 003ee6d

Browse files
committed
Fix #14 version 0.14.5
1 parent bce3bf5 commit 003ee6d

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111
1212
dependencies {
13-
implementation 'io.github.doorbash:colyseus-kotlin:0.14.4'
13+
implementation 'com.github.doorbash:colyseus-kotlin:0.14.5'
1414
}
1515
```
1616

build.gradle

-15
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ buildscript {
44
jcenter()
55
}
66
dependencies {
7-
classpath 'com.novoda:bintray-release:0.9'
87
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32"
98
}
109
}
@@ -13,7 +12,6 @@ plugins {
1312
id 'java'
1413
}
1514

16-
apply plugin: 'com.novoda.bintray-release'
1715
apply plugin: 'kotlin'
1816

1917
repositories {
@@ -29,19 +27,6 @@ dependencies {
2927
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3"
3028
}
3129

32-
publish {
33-
def groupProjectID = 'io.github.doorbash'
34-
def artifactProjectID = 'colyseus-kotlin'
35-
def publishVersionID = '0.14.4'
36-
userOrg = 'doorbash'
37-
repoName = 'io.github.doorbash'
38-
groupId = groupProjectID
39-
artifactId = artifactProjectID
40-
publishVersion = publishVersionID
41-
desc = 'Colyseus Client for Kotlin'
42-
website = 'https://github.com/doorbash/colyseus-kotlin'
43-
}
44-
4530
task runExampleJava(dependsOn: classes, type: JavaExec) {
4631
main = "io.colyseus.example.java.Main"
4732
classpath = sourceSets.main.runtimeClasspath

0 commit comments

Comments
 (0)