1
0
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:
张志豪 2017-10-04 11:11:08 +08:00
parent 5a9d3bff6f
commit 2651b3d979
3 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
# Intellij-rainbow-brackets [![Build Status](https://travis-ci.org/izhangzhihao/intellij-rainbow-brackets.svg?branch=master)](https://travis-ci.org/izhangzhihao/intellij-rainbow-brackets)
# [Intellij-rainbow-brackets](https://plugins.jetbrains.com/plugin/10080-rainbow-brackets) [![Build Status](https://travis-ci.org/izhangzhihao/intellij-rainbow-brackets.svg?branch=master)](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`

View File

@ -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 {