提交 53b76bbe 编写于 作者: 如梦技术's avatar 如梦技术 🐛

🐛 修复编译的 jdk 版本,使用 jdk8.

上级 cfa93f6d
# 变更记录
## 发行版本
## [1.2.5] - 2020-07-25
### 修复
- :bug: 修复编译的 jdk 版本,使用 jdk8.
## [1.2.4] - 2020-07-25
### 依赖升级
- :arrow_up: 升级 spring boot 到 2.3.2.RELEASE。
......
......@@ -11,6 +11,12 @@ ext {
group = GROUPID
version = VERSION
allprojects {
apply plugin: 'java'
sourceCompatibility = javaVersion
targetCompatibility = javaVersion
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
......
VERSION=1.2.4
VERSION=1.2.5
GROUPID=net.dreamlu
NEXUS_OSS_USER_NAME=***
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册