Skip to content

Commit 085bc00

Browse files
committed
Update build config
1 parent 2d63c89 commit 085bc00

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

build.gradle

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,22 @@
11

22

33
buildscript {
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

1510
plugins {
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

1915
repositories {
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-
2820
group = 'cn.yiiguxing.plugin.md.palette'
2921
version = "${version}${buildNumber ? '-' + buildNumber : ''}"
3022

gradle.properties

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
version=1.1
33
buildNumber=
44
ideaVersion=2017.1
5-
kotlinVersion=1.2.50
65
javaVersion=1.8
76
javaTargetVersion=1.8
87
kotlinLanguageVersion=1.2
98
kotlinTargetVersion=1.1
109
sources=true
1110
customSinceBuild=171
12-
customUntilBuild=
13-
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
11+
customUntilBuild=

0 commit comments

Comments
 (0)