mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-09-18 00:24:47 +02:00
Compare commits
1 Commits
main
...
b636835246
Author | SHA1 | Date | |
---|---|---|---|
b636835246
|
@@ -89,6 +89,7 @@ tasks.test {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tasks.buildPlugin {
|
tasks.buildPlugin {
|
||||||
|
|
||||||
val projectName = rootProject.name
|
val projectName = rootProject.name
|
||||||
val instrumentedJarName = "instrumented-$projectName-$version"
|
val instrumentedJarName = "instrumented-$projectName-$version"
|
||||||
|
|
||||||
@@ -107,6 +108,7 @@ tasks.buildPlugin {
|
|||||||
relativePath = RelativePath(true, *newPath.toTypedArray())
|
relativePath = RelativePath(true, *newPath.toTypedArray())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
includeEmptyDirs = false
|
includeEmptyDirs = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user