Skip to content

Commit 8a0f1bd

Browse files
author
songjialin
committed
gradle重构
1 parent bb80558 commit 8a0f1bd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'com.github.yungyu16.ideaplugin'
7-
version '1.0-SNAPSHOT'
7+
version '1.0.0'
88

99
repositories {
1010
mavenCentral()
@@ -14,7 +14,6 @@ dependencies {
1414
testCompile group: 'junit', name: 'junit', version: '4.12'
1515
}
1616

17-
// See https://github.com/JetBrains/gradle-intellij-plugin/
18-
intellij {
17+
xintellij {
1918
version '2020.2.3'
2019
}

0 commit comments

Comments
 (0)