Merge branch 'kotlin-1.10' into kotlin-1.11.2

This commit is contained in:
octarine-noise
2017-04-09 12:07:25 +02:00
24 changed files with 150 additions and 163 deletions

View File

@@ -2,11 +2,11 @@ apply plugin: "net.minecraftforge.gradle.forge"
apply plugin: 'kotlin'
group = 'com.github.octarine-noise'
version = "2.1.3"
version = "2.1.4"
archivesBaseName = rootProject.name + '-MC1.11.2'
buildscript {
ext.kotlin_version = '1.0.3'
ext.kotlin_version = '1.1.1'
repositories {
mavenCentral()
maven {