Skip to content

Commit

Permalink
Fix #14 version 0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
doorbash committed Apr 15, 2021
1 parent bce3bf5 commit 003ee6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}
dependencies {
implementation 'io.github.doorbash:colyseus-kotlin:0.14.4'
implementation 'com.github.doorbash:colyseus-kotlin:0.14.5'
}
```

Expand Down
15 changes: 0 additions & 15 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.novoda:bintray-release:0.9'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32"
}
}
Expand All @@ -13,7 +12,6 @@ plugins {
id 'java'
}

apply plugin: 'com.novoda.bintray-release'
apply plugin: 'kotlin'

repositories {
Expand All @@ -29,19 +27,6 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3"
}

publish {
def groupProjectID = 'io.github.doorbash'
def artifactProjectID = 'colyseus-kotlin'
def publishVersionID = '0.14.4'
userOrg = 'doorbash'
repoName = 'io.github.doorbash'
groupId = groupProjectID
artifactId = artifactProjectID
publishVersion = publishVersionID
desc = 'Colyseus Client for Kotlin'
website = 'https://github.com/doorbash/colyseus-kotlin'
}

task runExampleJava(dependsOn: classes, type: JavaExec) {
main = "io.colyseus.example.java.Main"
classpath = sourceSets.main.runtimeClasspath
Expand Down

0 comments on commit 003ee6d

Please sign in to comment.