Releases: tlinkowski/tlinkowski-superpom
Releases · tlinkowski/tlinkowski-superpom
0.5.0
0.4.0
0.3.0
0.2.0
Enhancements
- #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
Bug Fixes
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Enhancements
- #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
Bug Fixes
- #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