mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-08 21:34:06 +02:00
Update README.md & update gradle tasks
This commit is contained in:
parent
5a9d3bff6f
commit
2651b3d979
@ -1,5 +1,4 @@
|
||||
language: java
|
||||
sudo: required
|
||||
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
@ -8,9 +7,7 @@ before_install:
|
||||
- chmod +x gradlew
|
||||
|
||||
script:
|
||||
- java -version
|
||||
- ./gradlew -version
|
||||
- ./gradlew publish --console=plain
|
||||
- ./gradlew publishToIntellijRegistry --info --console=plain
|
||||
|
||||
before_cache:
|
||||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Intellij-rainbow-brackets [](https://travis-ci.org/izhangzhihao/intellij-rainbow-brackets)
|
||||
# [Intellij-rainbow-brackets](https://plugins.jetbrains.com/plugin/10080-rainbow-brackets) [](https://travis-ci.org/izhangzhihao/intellij-rainbow-brackets)
|
||||
|
||||
Intellij-rainbow-brackets is heavily inspired by [intellij-rainbow](https://github.com/zjhmale/intellij-rainbow) and [Rainbow Brackets for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=2gua.rainbow-brackets)
|
||||
|
||||
@ -12,6 +12,10 @@ Intellij-rainbow-brackets is heavily inspired by [intellij-rainbow](https://gith
|
||||
|
||||
* and more...
|
||||
|
||||
## Install
|
||||
|
||||
https://plugins.jetbrains.com/plugin/10080-rainbow-brackets
|
||||
|
||||
## Contribute
|
||||
|
||||
* `gradle runIdea`
|
||||
|
@ -42,6 +42,8 @@ allprojects {
|
||||
|
||||
tasks.withType(JavaCompile) { options.encoding = 'UTF-8' }
|
||||
|
||||
jar.archiveName = 'intellij-rainbow-brackets.jar'
|
||||
|
||||
test {
|
||||
testLogging {
|
||||
events "passed", "skipped", "failed"
|
||||
@ -69,7 +71,7 @@ idea {
|
||||
}
|
||||
}
|
||||
|
||||
task publish() {
|
||||
task publishToIntellijRegistry() {
|
||||
if (file("./publish.gradle").exists()) {
|
||||
publishPlugin.execute()
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user