0 Star 1 Fork 0

Mr.Medusa / MySegment

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
Mr.Medusa 提交于 2021-12-13 16:55 . 添加阿里云镜像仓库配置
plugins {
id 'org.jetbrains.intellij' version '0.6.4'
}
group 'red.medusa'
version 'v1.2.1'
sourceCompatibility = 1.8
targetCompatibility = 1.8
intellij {
version '2020.2.3'
intellij.updateSinceUntilBuild false
}
repositories {
maven { url "https://www.jetbrains.com/intellij-repository/releases" }
maven { url "https://jetbrains.bintray.com/intellij-third-party-dependencies" }
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
maven{ url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}
mavenCentral()
}
dependencies {
compile group: 'javax.persistence', name: 'javax.persistence-api', version: '2.2'
compile group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '5.9.0.202009080501-r'
compile group: 'org.eclipse.jgit', name: 'org.eclipse.jgit.ssh.jsch', version: '5.9.0.202009080501-r'
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
compile group: 'org.hibernate', name: 'hibernate-core', version: '5.4.6.Final'
compile group: 'com.h2database', name: 'h2', version: '1.4.200'
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
testCompile group: 'junit', name: 'junit', version: '4.13.1'
compileOnly 'org.projectlombok:lombok:1.18.10'
annotationProcessor 'org.projectlombok:lombok:1.18.10'
testCompileOnly 'org.projectlombok:lombok:1.18.10'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.10'
}
patchPluginXml {
// changeNotes """Add change notes here.<br><em>most HTML tags may be used</em>"""
}
1
https://gitee.com/Mr-Medusa/MySegment.git
git@gitee.com:Mr-Medusa/MySegment.git
Mr-Medusa
MySegment
MySegment
master

搜索帮助