1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-01-30 22:46:00 +01:00

Compare commits

...

1 Commits

Author SHA1 Message Date
b636835246
test 2024-12-01 02:02:16 +01:00

View File

@ -89,6 +89,7 @@ tasks.test {
}
tasks.buildPlugin {
val projectName = rootProject.name
val instrumentedJarName = "instrumented-$projectName-$version"
@ -107,6 +108,7 @@ tasks.buildPlugin {
relativePath = RelativePath(true, *newPath.toTypedArray())
}
includeEmptyDirs = false
}
}