Browse Source

Pull request #14601: 无jira任务,修复打包参数

Merge in DESIGN/design from ~DESTINY.LIN/design:fbp-1.0 to fbp-1.0

* commit '10af312b7d41355fb02bd05335644ce9883c067b':
  无jira任务,修复打包参数
fbp-1.0
Destiny.Lin-林锦龙 7 months ago
parent
commit
86dff4fdd9
  1. 2
      build.gradle

2
build.gradle

@ -41,7 +41,7 @@ allprojects {
sourceCompatibility = languageLevelSetting sourceCompatibility = languageLevelSetting
targetCompatibility = languageLevelSetting targetCompatibility = languageLevelSetting
tasks.withType(JavaCompile) { tasks.withType(JavaCompile).configureEach {
options.encoding = "UTF-8" options.encoding = "UTF-8"
options.compilerArgs << "-parameters" options.compilerArgs << "-parameters"
} }

Loading…
Cancel
Save