Slackbot
08/09/2022, 10:42 AMRobert Stancu
08/09/2022, 10:46 AMRobert Stancu
08/09/2022, 11:45 AM/build/classes/java/main', not found
build/resources/main', not found
this is what I get from logs on the jenkins machine. however my whole point was to package a module without main class. any ideas ?Chris Lee
08/09/2022, 1:01 PMChris Lee
08/09/2022, 1:07 PMRobert Stancu
08/09/2022, 1:16 PMChris Lee
08/09/2022, 1:24 PMbuild
, gradle caches in .gradle
, the gradle wrapper etc in gradle
etc that are unlikely to be of interest, and may become quite large (depending on your project).Robert Stancu
08/09/2022, 1:30 PMChris Lee
08/09/2022, 1:32 PMChris Lee
08/09/2022, 1:32 PMChris Lee
08/09/2022, 1:33 PMRobert Stancu
08/09/2022, 1:38 PMRobert Stancu
08/09/2022, 1:40 PMChris Lee
08/09/2022, 1:40 PMjar
task will bundle those up. Consumers of that jar will transitively pull in flyway.Robert Stancu
08/09/2022, 1:41 PMChris Lee
08/09/2022, 1:44 PMtestFixtures
is another source set which could also be used:
• src/testFixtures/java
• src/testFixtures/resources
…that would be used when distributing test fixtures, for consumption/execution in tests in other projects.Robert Stancu
08/10/2022, 7:14 AM