Skip to content

Commit

Permalink
kotlinbukkit 1.0.0-rc.5 - Kotlin 1.3.11, Shadow 4.0.4, and a minor co…
Browse files Browse the repository at this point in the history
…de change
  • Loading branch information
finalchild committed Jan 3, 2020
1 parent ea954eb commit b086ace
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bintraydescriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"subject": "finalchild"
},
"version": {
"name": "1.0.0-rc.4",
"name": "1.0.0-rc.5",
"gpgSign": true
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
*/

plugins {
id 'org.jetbrains.kotlin.jvm' version '1.3.11'
id 'com.github.johnrengelman.shadow' version '4.0.3'
id 'org.jetbrains.kotlin.jvm' version '1.3.20'
id 'com.github.johnrengelman.shadow' version '4.0.4'
id 'java-library'
id 'maven'
id 'maven-publish'
}

group 'me.finalchild'
version '1.0.0-rc.4'
version '1.0.0-rc.5'

description 'Provides Kotlin stdlib and extensions to Bukkit plugins.'

Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@
*/

rootProject.name = 'kotlinbukkit'

0 comments on commit b086ace

Please sign in to comment.