Skip to content

Commit

Permalink
バージョンを最新化
Browse files Browse the repository at this point in the history
  • Loading branch information
siosio committed Jan 4, 2018
1 parent d008035 commit 546502b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.3-2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.10"
}
}

plugins {
id "org.jetbrains.intellij" version "0.2.16"
id "org.jetbrains.intellij" version "0.2.17"
}

apply plugin: 'java'
apply plugin: "kotlin"

intellij {
pluginName 'Gradle Dependencies Helper'
version = 'IU-2017.2.5'
version = 'IC-2017.3.2'
updateSinceUntilBuild = false
plugins = ['Groovy', 'gradle']
}

sourceCompatibility = JavaVersion.VERSION_1_6
targetCompatibility = JavaVersion.VERSION_1_6
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
Expand All @@ -33,7 +33,7 @@ repositories {
}

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:1.1.3-2"
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.10"
testCompile 'junit:junit:4.12'
}

Expand Down

0 comments on commit 546502b

Please sign in to comment.