File tree 2 files changed +1
-16
lines changed
2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
10
10
}
11
11
12
12
dependencies {
13
- implementation 'io .github.doorbash:colyseus-kotlin:0.14.4 '
13
+ implementation 'com .github.doorbash:colyseus-kotlin:0.14.5 '
14
14
}
15
15
```
16
16
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ buildscript {
4
4
jcenter()
5
5
}
6
6
dependencies {
7
- classpath ' com.novoda:bintray-release:0.9'
8
7
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32"
9
8
}
10
9
}
@@ -13,7 +12,6 @@ plugins {
13
12
id ' java'
14
13
}
15
14
16
- apply plugin : ' com.novoda.bintray-release'
17
15
apply plugin : ' kotlin'
18
16
19
17
repositories {
@@ -29,19 +27,6 @@ dependencies {
29
27
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3"
30
28
}
31
29
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
-
45
30
task runExampleJava (dependsOn : classes, type : JavaExec ) {
46
31
main = " io.colyseus.example.java.Main"
47
32
classpath = sourceSets. main. runtimeClasspath
You can’t perform that action at this time.
0 commit comments