Slackbot
02/15/2022, 7:15 AMtomas-mrkvicka
02/15/2022, 7:27 AMresources {
srcDirs = ['src/resources']
}
main is missing.tomas-mrkvicka
02/15/2022, 7:30 AMsourceSets definnitions are not needed for java plugin. Except the 'src/test/config' which is not defined by default.Vampire
02/15/2022, 2:13 PMbootJar gets a classifier configured though it gets disabled, why is the boot plugin applied at all if then the boot jar task is disabled, the classifier of the jar task is configured to its default, the resources already packed into the jar because they are in the source set are again explicitly configured to be packed, for tests first JUnit 4 is configured, then immediately changed to JUnit 5, ...Ramesh Vangala
02/15/2022, 3:18 PMVampire
02/15/2022, 3:20 PM