Slackbot
02/08/2023, 4:00 PMJavi
02/08/2023, 4:11 PMjava-library
is not necessaryJavi
02/08/2023, 4:11 PMephemient
02/08/2023, 4:13 PMJavi
02/08/2023, 4:15 PMColton Idle
02/08/2023, 4:17 PMephemient
02/08/2023, 4:23 PMjava
, which does a bit less than java-library
ephemient
02/08/2023, 4:24 PMjava-library
adds over java
ephemient
02/08/2023, 4:26 PMA feature of theplugin is that projects which consume the library only require the classes folder for compilation, instead of the full JAR. This enables lighter inter-project dependencies as resources processing (java-library
task) and archive construction (processResources
task) are no longer executed when only Java code compilation is performed during development.jar
Colton Idle
02/08/2023, 5:46 PMJavi
02/08/2023, 5:49 PM