1 Star 0 Fork 0

fashionbrot/auth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
fashionbrot 提交于 2024-07-04 14:32 . 0.0.3
plugins {
id 'java'
}
jar{
enabled=false
}
javadoc{
enabled=false
}
allprojects {
apply plugin: 'java'
apply plugin: 'idea'
group 'com.github.fashionbrot'
version '0.0.3'
// 指定java版本
sourceCompatibility = 1.8
targetCompatibility = 1.8
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
options.warnings = false
options.deprecation = true
// options.compilerArgs += ["-parameters"]
}
javadoc.options.encoding="UTF-8"
compileJava.options.encoding = "UTF-8"
compileTestJava.options.encoding = "UTF-8"
[compileJava,compileTestJava,javadoc]*.options*.encoding = 'UTF-8'
repositories {
mavenLocal()
mavenCentral()
maven { url "https://maven.aliyun.com/repository/public" }
maven { url "https://maven.aliyun.com/repository/jcenter" }
maven { url "https://maven.aliyun.com/repository/spring" }
maven { url "https://maven.aliyun.com/repository/spring-plugin" }
maven { url "https://maven.aliyun.com/repository/gradle-plugin" }
maven { url "https://maven.aliyun.com/repository/google" }
maven { url "https://maven.aliyun.com/repository/grails-core" }
maven { url "https://maven.aliyun.com/repository/apache-snapshots" }
maven { url 'https://repo.spring.io/plugins-snapshot' }
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fashionbrot/auth.git
git@gitee.com:fashionbrot/auth.git
fashionbrot
auth
auth
master

搜索帮助