ian.shaun.thomas
02/02/2019, 4:50 PMfromPreset(presets.js, 'js') {
tasks[compilations.main.compileKotlinTaskName].kotlinOptions.moduleKind = "umd"
kotlinJsNodeTests {
thisTarget(js) {
engine = mocha
}
}
}
The error you are referencing though sounds like it is coming from maven-publish which is pretty strict about when you can manipulate artifacts.
https://github.com/ToxicBakery/Arbor/blob/master/common/build.gradle#L27