Skip to content

Commit

Permalink
Gradleのバージョンなどを最新化
Browse files Browse the repository at this point in the history
  • Loading branch information
siosio committed Aug 11, 2017
1 parent 423df01 commit 566f122
Showing 3 changed files with 7 additions and 13 deletions.
16 changes: 5 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
maven {
url 'http://dl.bintray.com/jetbrains/intellij-plugin-service'
}

mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.3-2"
}
}

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

apply plugin: 'java'
@@ -39,10 +33,10 @@ repositories {
}

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

task wrapper(type: Wrapper) {
gradleVersion = '3.4'
gradleVersion = '4.1'
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Mar 25 10:41:53 JST 2017
#Fri Aug 11 21:33:36 JST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip

0 comments on commit 566f122

Please sign in to comment.