File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
- id ' org.jetbrains.intellij' version ' 1.17.4 '
4
- id ' org.jetbrains.kotlin.jvm' version ' 1.9.10 '
3
+ id ' org.jetbrains.intellij' version ' 0.4.14 '
4
+ id ' org.jetbrains.kotlin.jvm' version ' 1.3.72 '
5
5
}
6
6
7
7
apply plugin : " java"
@@ -12,26 +12,25 @@ group 'com.star.easydoc'
12
12
version ' 4.3.1'
13
13
14
14
repositories {
15
- jcenter()
16
15
mavenCentral()
17
16
}
18
17
19
18
compileKotlin {
20
- kotlinOptions. jvmTarget = " 17 "
19
+ kotlinOptions. jvmTarget = " 1.8 "
21
20
}
22
21
compileTestKotlin {
23
- kotlinOptions. jvmTarget = " 17 "
22
+ kotlinOptions. jvmTarget = " 1.8 "
24
23
}
25
24
26
- sourceCompatibility = 17
27
- targetCompatibility = 17
25
+ sourceCompatibility = 1.8
26
+ targetCompatibility = 1.8
28
27
29
28
// See https://github.com/JetBrains/gradle-intellij-plugin/
30
29
// See https://www.jetbrains.com/intellij-repository/releases
31
30
intellij {
32
31
plugins = [' Kotlin' ]
33
32
// plugins 'java'
34
- version ' 2023.2 '
33
+ version ' 2019.1 '
35
34
pluginName ' Easy Javadoc'
36
35
updateSinceUntilBuild false
37
36
}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https://mirrors.aliyun.com/macports/distfiles/gradle/gradle-5.2.1 -bin.zip
6
+ distributionUrl =https://mirrors.aliyun.com/macports/distfiles/gradle/gradle-8.12 -bin.zip
You can’t perform that action at this time.
0 commit comments