mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-01-30 22:46:00 +01:00
Compare commits
1 Commits
11754dea88
...
b636835246
Author | SHA1 | Date | |
---|---|---|---|
b636835246 |
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user