1 Star 0 Fork 1

V8工作室/ChooseRuntime

forked from JohnjoeX/ChooseRuntime 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 929 Bytes
一键复制 编辑 原始数据 按行查看 历史
Denis Fokin 提交于 2020-02-28 18:25 . 201 -> 202
buildscript {
ext.kotlin_version = '1.3.50'
repositories {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
plugins {
id 'java'
id "org.jetbrains.kotlin.jvm" version "1.3.41"
id 'org.jetbrains.intellij' version '0.4.9'
}
apply plugin: 'kotlin'
group 'Choose Runtime'
version '1.0.9'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
}
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '182.5262.2'
}
patchPluginXml {
patchPluginXml {
untilBuild '202.*'
}
}
compileKotlin {
kotlinOptions {
jvmTarget = "1.8"
}
}
compileTestKotlin {
kotlinOptions {
jvmTarget = "1.8"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/V8Studio/ChooseRuntime.git
git@gitee.com:V8Studio/ChooseRuntime.git
V8Studio
ChooseRuntime
ChooseRuntime
master

搜索帮助