You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mavenTest task directly depends on :atomicfu local publication task, which should be avoided. Create separate tasks for publication of atomicfu and atomicfu-gradle-plugin artifacts to the custom local repo in the build directory.
mavenTest and functionalTest should not cache the previous build results: the last changes in atomicfu-gradle-plugin should be encountered (for now it's done via outputs.upToDateWhen { false }).
Remove old "integration" tests from atomicfu-gradle-plugin/test/
KlibChecker: try to add kotlin.native.home path to the classpath and invoke klib utility without reflection (or at least with a ProcessBuilder)
Refrain from using mavenLocal() repo in integaration test projects, publish artifacts to the custom local repo instead.
The text was updated successfully, but these errors were encountered:
mavenTest
task directly depends on:atomicfu
local publication task, which should be avoided. Create separate tasks for publication ofatomicfu
andatomicfu-gradle-plugin
artifacts to the custom local repo in the build directory.mavenTest
andfunctionalTest
should not cache the previous build results: the last changes in atomicfu-gradle-plugin should be encountered (for now it's done viaoutputs.upToDateWhen { false }
).atomicfu-gradle-plugin/test/
KlibChecker
: try to addkotlin.native.home
path to the classpath and invokeklib
utility without reflection (or at least with a ProcessBuilder)mavenLocal()
repo in integaration test projects, publish artifacts to the custom local repo instead.The text was updated successfully, but these errors were encountered: