Merge branch 'kotlin-1.8' into kotlin-1.8.8

This commit is contained in:
octarine-noise
2016-01-29 11:32:33 +01:00
14 changed files with 170 additions and 35 deletions

View File

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