1 Star 0 Fork 59

saderqw / RestfulTool

forked from Yuonsa / RestfulTool 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
Yuonsa 提交于 2021-04-14 20:28 . 1.3.4:
plugins {
// Java support
id "java"
// Kotlin support
id "org.jetbrains.kotlin.jvm" version "1.4.32"
id 'org.jetbrains.intellij' version '0.7.2'
}
sourceCompatibility = JavaVersion.VERSION_1_10
targetCompatibility = JavaVersion.VERSION_1_10
repositories {
mavenCentral()
jcenter()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
//noinspection SpellCheckingInspection
implementation('cn.hutool:hutool-all:5.3.9')
implementation('dom4j:dom4j:1.6.1')
}
intellij {
updateSinceUntilBuild true
type 'IC'
// version '2020.2'
// version 'LATEST-EAP-SNAPSHOT'
version '2021.1'
pluginName 'RestfulTool'
plugins = ['java', 'properties', 'yaml', 'Kotlin']
}
publishPlugin {
// 发布插件,token在`https://plugins.jetbrains.com/author/me/tokens`申请
token System.getenv("IdeaToken")
// channels 'beta'
channels 'stable'
}
group 'cn.cloud.auto.restful.tool'
version '1.3.4'
patchPluginXml {
changeNotes """
<ul>
<li>Add method navigation to view</li>
<li>Add Class file display</li>
<li>fix bugs</li>
</ul>
"""
}
//编译JAVA文件时采用UTF-8
//noinspection GroovyAssignabilityCheck
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/saderqw/RestfulTool.git
git@gitee.com:saderqw/RestfulTool.git
saderqw
RestfulTool
RestfulTool
dev

搜索帮助

344bd9b3 5694891 D2dac590 5694891