Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
改错
Browse files Browse the repository at this point in the history
Signed-off-by: YangDR <[email protected]>
  • Loading branch information
YdrMaster committed Oct 3, 2018
1 parent c413fb7 commit 421636e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
buildscript {
ext.kotlin_version = '1.2.+'

repositories {
mavenCentral()
jcenter()
}

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:+'
classpath 'com.novoda:bintray-release:+'
}
}

plugins {
id 'org.jetbrains.kotlin.jvm' version '1.2.+'
}
group 'org.mechdancer'
version '0.1.2-SNAPSHOT'

apply plugin: 'kotlin'
apply plugin: 'org.jetbrains.dokka'
apply plugin: 'com.novoda.bintray-release'

group 'org.mechdancer'
version '0.1.2-SNAPSHOT'

repositories {
mavenCentral()
}

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testCompile group: 'junit', name: 'junit', version: '+'
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

testCompile "junit:junit:+"
}

compileKotlin {
Expand Down

0 comments on commit 421636e

Please sign in to comment.