changed Kotlin version

This commit is contained in:
octarine-noise
2016-01-30 00:49:59 +01:00
parent d1480ed3be
commit 5616a68f5a
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@
run/ run/
.gradle/ .gradle/
build/ build/
classes/

View File

@@ -6,7 +6,7 @@ version = "2.0.3"
archivesBaseName = rootProject.name + '-MC1.8' archivesBaseName = rootProject.name + '-MC1.8'
buildscript { buildscript {
ext.kotlin_version = '1.0.0-beta-4584' ext.kotlin_version = '1.0.0-beta-4589'
repositories { repositories {
mavenCentral() mavenCentral()
maven { maven {
@@ -34,6 +34,7 @@ dependencies {
minecraft { minecraft {
version = '1.8-11.14.4.1563' version = '1.8-11.14.4.1563'
mappings = 'stable_18' mappings = 'stable_18'
runDir = 'run'
} }
processResources { processResources {