Nikky
02/09/2019, 5:48 AMpublishToMavenLocal
one on the script-host
if anyone know how to make this work as ONE gradle project without publishing to maven and depending on that, PRs or hints are welcomeyschimke
02/09/2019, 6:44 AMyschimke
02/09/2019, 6:46 AMNikky
02/09/2019, 8:10 AMNikky
02/09/2019, 8:11 AMNikky
02/09/2019, 8:35 AMNikky
02/09/2019, 8:39 AMGradleBuild
task pointing to the parent folder that invokes publishToMavenLocal shadowJar
which makes it available to the IDE and then i copy the shadowJar over to have it available, similar to here: https://github.com/NikkyAI/MinimalScriptingExample/blob/6524d05610c2c71aa34cf26e7de431f52100cd68/build.gradle.kts#L38-L42 (but this one is doing it on a subdirectry instead)yschimke
02/09/2019, 9:01 AMNikky
02/09/2019, 9:42 AMNikky
02/09/2019, 9:43 AMNikky
02/09/2019, 9:45 AMNikky
02/09/2019, 9:51 AMyschimke
02/10/2019, 7:10 AMNikky
02/10/2019, 7:58 AMNikky
02/10/2019, 10:13 AMscriptBodyTarget - the generation into method body is not yet supported, so this parameter is ignored
so.. this seems like it will be possible to set the target to a suspend functionilya.chernikov
02/11/2019, 1:31 PMyschimke
02/12/2019, 7:31 PM