Release date: 16/09/2019.
- #73: Update dependencies
- #75: Adding
javadocJar
to main publication causes Gradle plugin publications to fail - #74: Fix javadocJar missing in main publications of the target projects
Release date: 07/09/2019.
- #71: More flexible subproject directory layout
- #70: Change "Overwriting property" to "Skipping property"
Release date: 01/09/2019.
Release date: 30/08/2019.
- #65: Enforce project name = module name convention
- #64: Change artifact names to module names (BREAKING CHANGE)
- #61: Use Java Library Gradle Plugin
- #59: Support for superpom.automaticModuleName
- #56: Update dependencies
- #55: Support for superpom.isTestProject
- #54: Add shared per-subproject
superpom
extension - #17: Add full Lombok support
- #66: MySettingsGradlePlugin fails if there's a file in
subprojects
directory - #60: Signing commits on JGit fails
- #44: Sync to Maven Central didn't work for 0.1.0
Release date: 15/08/2019.
- #53: Release fails for a project in which some subprojects are not published
Release date: 12/08/2019.
- #52: JavaDocs missing in 0.1.2 (present in 0.1.0)
Release date: 11/08/2019.
- #50: Can't sync Gradle marker publications to Maven Central
Release date: 09/08/2019.
- #49: Dependency updates plugin reports Gradle release candidates
- #48: Gren keeps only the last release in CHANGELOG.md
- #47: Append missing issues for changelog and release notes of 0.1.0
- #46: Remove redundant Manifest entries
- #45: Missing Gradle plugin marker artifacts in Bintray
Release date: 07/08/2019.
- #38: Remove redundant plugins (especially Kordamp)
- #34: Introduce buildSrc
- #32: Configure one-click releasing
- #29: Configure AppVeyor to test the build on Windows
- #26: Smoke test for my-settings-gradle-plugin
- #25: Rename plugins and packages
- #24: Configure Kotlin to be always available in test code
- #23: Come back to a multi-project layout (two subprojects)
- #21: Mechanism that will allow to specify superpom version only once
- #20: Configure JaCoCo for GradleRunner
- #19: Copy all dependency version from gradle.properties to the extra properties of the target project
- #16: Configure dependencyUpdates
- #15: Publish tlinkowski-superpom-settings plugin
- #14: Configure publishing to Bintray + Maven Central
- #13: Complete README.md
- #12: Add a module-info.class
- #11: Configure code coverage
- #10: Switch to a single-project build to make things easier
- #9: Configure test logging for all events
- #8: Add support for publishing to Mavel local
- #7: Add support for transfering IntelliJ settings using the plugin
- #6: Remove redundancy in shared.build.gradle.kts and TLinkowskiSuperpomPlugin
- #5: Apply more Kordamp plugins as necessary
- #3: Add basic shared Gradle config
- #2: Add tests using Gradle TestKit
- #1: Initial project configuration
- #43: No coverage report found by codecov-python
- #42: Smoke test fails on dry-run Git push
- #41: Dirty repo in "gradle release" smoke test on CI
- #40: Make Travis and AppVeyor print/upload failed Gradle TestKit test details
- #39: Task publishToMavenLocal fails
- #36: Warning about unsupported Kotlin plugin version
- #35: File sharing doesn't work when trying to export a file in root directory
- #31: Windows build failed again due to
test.exec
lock - #30: Javadoc error: "No public or protected classes found to document" for a Kotlin modularized project
- #28: Work around too eager modification of
compileJava.destinationDir
by Java Modularity Plugin - #27: The code being documented uses modules but the packages defined in Guava are in the unnamed module.
- #22: :project1:test in sample-project reports NO-SOURCE