Merge branch 'kotlin-1.10' into kotlin-1.11.2

This commit is contained in:
octarine-noise
2017-07-05 15:09:28 +02:00
17 changed files with 49 additions and 28 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: "net.minecraftforge.gradle.forge"
apply plugin: 'kotlin'
group = 'com.github.octarine-noise'
version = "2.1.5"
version = "2.1.6"
archivesBaseName = rootProject.name + '-MC1.11.2'
buildscript {