mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-07 18:34:07 +02:00
Remove unused task
This commit is contained in:
parent
eae65bd66a
commit
dab4f7ea9f
@ -71,12 +71,4 @@ idea {
|
||||
}
|
||||
}
|
||||
|
||||
task publishToIntellijRegistry() {
|
||||
if (file("./publish.gradle").exists()) {
|
||||
publishPlugin.execute()
|
||||
} else {
|
||||
buildPlugin.execute()
|
||||
}
|
||||
}
|
||||
|
||||
version = version
|
||||
|
@ -7,4 +7,4 @@ version = 1.0
|
||||
buildNumber = SNAPSHOT
|
||||
downloadIdeaSources = false
|
||||
publishUsername = izhangzhihao
|
||||
publishChannels = [default]
|
||||
publishChannels = [Stable]
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStorePath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2-bin.zip
|
||||
|
Loading…
Reference in New Issue
Block a user