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:
parent
c407d0ff28
commit
e493868d10
@ -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"
|
||||
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user