File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed
Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 11
22
33buildscript {
4- ext. kotlinVersion = kotlinVersion
54 repositories {
6- maven { url = ' http://maven.aliyun.com/nexus/content/groups/public/' }
75 jcenter()
86 mavenCentral()
97 }
10- dependencies {
11- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
12- }
138}
149
1510plugins {
16- id ' org.jetbrains.intellij' version ' 0.3.4'
11+ id " org.jetbrains.intellij" version " 0.4.2"
12+ id ' org.jetbrains.kotlin.jvm' version ' 1.3.21'
1713}
1814
1915repositories {
20- maven { url = ' http://maven.aliyun.com/nexus/content/groups/public/' }
2116 jcenter()
2217 mavenCentral()
2318}
2419
25- apply plugin : ' kotlin'
26- apply plugin : ' org.jetbrains.intellij'
27-
2820group = ' cn.yiiguxing.plugin.md.palette'
2921version = " ${ version}${ buildNumber ? '-' + buildNumber : ''} "
3022
Original file line number Diff line number Diff line change 22version =1.1
33buildNumber =
44ideaVersion =2017.1
5- kotlinVersion =1.2.50
65javaVersion =1.8
76javaTargetVersion =1.8
87kotlinLanguageVersion =1.2
98kotlinTargetVersion =1.1
109sources =true
1110customSinceBuild =171
12- customUntilBuild =
13- org.gradle.jvmargs ='-Dfile.encoding=UTF-8'
11+ customUntilBuild =
You can’t perform that action at this time.
0 commit comments