Slackbot
01/10/2023, 9:22 AMVampire
01/10/2023, 9:28 AMAlessandro Parisi
01/10/2023, 9:31 AMinclude 'backend'
include 'frontend'
project(':backend').projectDir = file('modules/backend')
project(':frontend').projectDir = file('modules/frontend')
Modules are imported correctly, but when I add a module-info it says that dependency modules cannot be foundVampire
01/10/2023, 9:32 AMAlessandro Parisi
01/10/2023, 9:33 AMAlessandro Parisi
01/10/2023, 9:43 AMAlessandro Parisi
01/10/2023, 9:44 AMVampire
01/10/2023, 9:50 AMVampire
01/10/2023, 9:51 AMAlessandro Parisi
01/10/2023, 9:52 AMVampire
01/10/2023, 9:52 AMVampire
01/10/2023, 9:54 AM-all
distribution.
There is only one specific use-case where it is useful.
When using Groovy DSL build scripts (I'd recommend to use Kotlin DSL anyway) and only while actually editing the build scripts.
In all other situations you are just wasting the time, bandwidth and disk space of everyone and everything just executing the build.Alessandro Parisi
01/10/2023, 9:57 AM-all
distribution thinking that it included the sources needed to the IDE to show the quick documentation, I see it works anyway, I was wrong
Will switch to -bin
, thank you very much!Vampire
01/10/2023, 10:00 AM-all
anymore at all.