Releases: robstoll/tutteli-gradle-plugins
Releases · robstoll/tutteli-gradle-plugins
v5.0.1 fix module-info java version check
drop project-utils, kotlin-utils / useGpgCmd in pulishing
What's Changed
- remove kotlin-utils and project-utils modules by @robstoll in #243
- migrate to build-logic by @robstoll in #244
- move createClasspathManifest logic into build-logic by @robstoll in #247
- replace writeToDocs-flag with writeTo + ADT by @robstoll in #248
- spek cleanup, drop support for old multiplatform plugins by @robstoll in #249
- update dokka to 1.9.10 by @robstoll in #253
- Update dependency org.apache.maven:maven-model to v3.9.5 by @renovate in #251
- prefix licence/developer method with add... by @robstoll in #250
- Update dependency com.jayway.jsonpath:json-path-assert to v2.8.0 by @renovate in #246
- Update codecov/codecov-action action to v3.1.4 by @renovate in #222
- update jacocoTool to 0.8.11 by @robstoll in #255
- update publish-plugin to 1.2.1 by @robstoll in #254
- drop the GPG env properties etc. and useGpgCmd per default by @robstoll in #256
- Update dependency ch.tutteli.atrium:atrium-api-fluent to v1.1.0 by @renovate in #257
Full Changelog: v4.11.0...v5.0.0
own dokka jar per platform, fix singing issues for MPP and gradle > 8.x
v4.11.0 v4.11.0 javadoc jar per platform
determine additionalProjectSources afterEvaluate
v4.10.2 v4.10.2 fix additionalProjectSources
fix coverage for junitjacoco plugin
What's Changed
- use lazy withType().configureEach{} instead of eager withType{} by @robstoll in #231
- Update JUnit Jupiter to v5.10.0 by @renovate in #233
- Update dependency org.mockito:mockito-core to v5.5.0 by @renovate in #234
- Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.9.0 by @renovate in #235
- fix classDirectories in jacoco plugin, add additionalProjectSources by @robstoll in #237
Full Changelog: v4.10.0...v4.10.1
dokka workaround, reproducible builds and
What's Changed
- fix externalLink in dokka, modeSimple of rootProject is relevant by @robstoll in #223
- reproducible builds by @robstoll in #226
- update dokka 1.8.20, support 1.8.10 workaround for outputDirectory by @robstoll in #227
- Update dependency org.mockito:mockito-core to v5.4.0 by @renovate in #228
Full Changelog: v4.9.0...v4.10.0
add support for java toolchain
What's Changed
- use TaskCollection.getNames in assertTaskExists by @robstoll in #220
- support java toolchain by @robstoll in #221
Full Changelog: v4.8.0...v4.9.0
v4.8.0 fix spek plugin to work with kotlin >= 1.7, gpg check only when publishing
What's Changed
- don't append javadoc-jar to relocation publications by @robstoll in #209
- Update dependency org.mockito:mockito-core to v5.3.1 by @renovate in #207
- don't configure repositories by @robstoll in #213
- improve diagnostics for the unnamed module bug by @robstoll in #216
- remove sourceSet validation check by @robstoll in #217
- Project.getKotlinPluginVersion also in spek to work with kotlin > 1.7.x by @robstoll in #214
- Update JUnit Jupiter to v5.9.3 by @renovate in #208
- create proper task class for manifest augmentation, check GPG on publish by @robstoll in #219
Full Changelog: v4.7.2...v4.8.0
improve error messages and don't include src/jvmTest in jacoco in case of a MPP
What's Changed
- Improve error messages by @robstoll in #200
- don't include test-classes in jacoco report by @robstoll in #203
Full Changelog: v4.7.1...v4.7.2
dokka samples and configure parent
Full Changelog: v4.6.0...v4.7.0