mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-23 20:34:09 +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
|
version = version
|
||||||
|
@ -7,4 +7,4 @@ version = 1.0
|
|||||||
buildNumber = SNAPSHOT
|
buildNumber = SNAPSHOT
|
||||||
downloadIdeaSources = false
|
downloadIdeaSources = false
|
||||||
publishUsername = izhangzhihao
|
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
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStorePath=wrapper/dists
|
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
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