mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-13 00:34:03 +02:00
Fix latest build snapshot
This commit is contained in:
parent
898ccab0aa
commit
1a204b080b
33
build.gradle
33
build.gradle
@ -17,7 +17,6 @@ plugins {
|
||||
id "com.adarshr.test-logger" version "2.0.0"
|
||||
id "de.undercouch.download" version "4.0.2"
|
||||
id "org.jetbrains.kotlin.jvm" version "1.3.71"
|
||||
id "jacoco"
|
||||
id "idea"
|
||||
}
|
||||
|
||||
@ -46,10 +45,10 @@ def pluginsDependencies = ['java',
|
||||
'properties',
|
||||
'yaml',
|
||||
"org.jetbrains.kotlin:$kotlinVersion-release-IJ2020.1-5",
|
||||
'org.intellij.scala:2020.2.5',
|
||||
'Dart:202.4357.23',
|
||||
'org.jetbrains.plugins.ruby:202.4357.23',
|
||||
'com.jetbrains.php:202.4357.23'
|
||||
'org.intellij.scala:2020.2.14',
|
||||
'Dart:202.6397.8',
|
||||
'org.jetbrains.plugins.ruby:202.6397.20',
|
||||
'com.jetbrains.php:202.6397.25'
|
||||
|
||||
]
|
||||
|
||||
@ -110,30 +109,6 @@ targetCompatibility = javaVersion
|
||||
freeCompilerArgs = ["-Xskip-runtime-version-check"]
|
||||
}
|
||||
|
||||
jacocoTestReport {
|
||||
reports {
|
||||
xml.enabled true
|
||||
csv.enabled false
|
||||
html.enabled true
|
||||
}
|
||||
}
|
||||
|
||||
check.dependsOn jacocoTestReport
|
||||
|
||||
jacocoTestReport {
|
||||
afterEvaluate {
|
||||
classDirectories.setFrom(
|
||||
files(classDirectories.files.collect {
|
||||
fileTree(dir: it, exclude: [
|
||||
'**/settings/**',
|
||||
'**/util/**',
|
||||
])
|
||||
})
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
pluginVerifier {
|
||||
pluginFileName = "$rootProject.name-$version"
|
||||
ides = []
|
||||
|
@ -1,7 +1,7 @@
|
||||
group="com.github.izhangzhihao"
|
||||
name="Rainbow Brackets"
|
||||
org.gradle.parallel=true
|
||||
ideaVersion=IU-202.4357.23-EAP-SNAPSHOT
|
||||
ideaVersion=IU-202.6397.20-EAP-SNAPSHOT
|
||||
javaVersion=11
|
||||
kotlinVersion=1.3.72
|
||||
kotlinLanguageVersion=1.3
|
||||
|
Loading…
Reference in New Issue
Block a user