Build: Specify LIBRARY_ELEMENTS_ATTRIBUTE to JAR for configurations with js libraries
This commit is contained in:
@@ -16,7 +16,11 @@ node {
|
||||
}
|
||||
|
||||
val antLauncherJar by configurations.creating
|
||||
val testJsRuntime by configurations.creating
|
||||
val testJsRuntime by configurations.creating {
|
||||
attributes {
|
||||
attribute(LibraryElements.LIBRARY_ELEMENTS_ATTRIBUTE, objects.named(LibraryElements.JAR))
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testRuntime(intellijDep())
|
||||
|
||||
Reference in New Issue
Block a user