tasks.withType { distributionType = Wrapper.DistributionType.ALL gradleVersion = "7.4.2" } subprojects { group = "cz.tefek" tasks.withType { options.encoding = "UTF-8" } }