1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-05-12 15:34:03 +02:00

Simplify code

This commit is contained in:
张志豪 2017-10-05 10:04:07 +08:00
parent c407d0ff28
commit e493868d10
2 changed files with 2 additions and 3 deletions

View File

@ -30,8 +30,8 @@ allprojects {
sourceCompatibility = javaVersion
targetCompatibility = javaVersion
tasks.withType(JavaCompile) { options.encoding = "UTF-8" }
[compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF-8'
jar.archiveName = "intellij-rainbow-brackets.jar"

View File

@ -4,7 +4,6 @@ ideaVersion = IC-2017.2
javaVersion = 1.8
kotlinVersion = 1.1.51
version = 1.1
buildNumber = SNAPSHOT
downloadIdeaSources = false
publishUsername = izhangzhihao
publishChannels = Stable