24 Star 130 Fork 44

PasseRR / idea-passerr-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
PasseRR 提交于 2022-07-11 16:24 . 版本升级
group 'com.github.passerr'
version '3.0.2'
buildscript {
repositories {
maven {
url 'https://maven.aliyun.com/repository/gradle-plugin'
}
}
dependencies {
classpath "org.jetbrains.intellij.plugins:gradle-intellij-plugin:1.0"
}
}
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: "org.jetbrains.intellij"
repositories {
maven {
url 'https://maven.aliyun.com/repository/public'
}
mavenCentral()
}
intellij {
updateSinceUntilBuild = false
// version = '2020.2'
version = '2021.2'
type = 'IU'
plugins = ['java', 'DatabaseTools']
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
compileJava {
options.compilerArgs << '-Xlint:deprecation'
}
runIde {
jbrVersion = "jbr-11_0_6b765.25"
}
buildPlugin {
buildSearchableOptions.enabled = false
}
dependencies {
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.2'
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.2'
implementation group: 'com.fifesoft', name: 'rsyntaxtextarea', version: '2.6.1'
// rtf导出
implementation('com.lowagie:itext:2.1.7') {
exclude group: 'bouncycastle'
}
implementation('com.lowagie:itext-rtf:2.1.7') {
exclude group: 'bouncycastle'
}
}
Java
1
https://gitee.com/PasseRR/idea-passerr-plugin.git
git@gitee.com:PasseRR/idea-passerr-plugin.git
PasseRR
idea-passerr-plugin
idea-passerr-plugin
master

搜索帮助