Merge branch 'kotlin-1.10' into kotlin-1.11.2

This commit is contained in:
octarine-noise
2017-07-10 17:27:34 +02:00
11 changed files with 43 additions and 22 deletions

View File

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