Merge branch 'kotlin-1.9' into kotlin-1.9.4

This commit is contained in:
octarine-noise
2016-07-23 13:37:05 +02:00
10 changed files with 270 additions and 40 deletions

View File

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