Skip to content

Releases: tlinkowski/tlinkowski-superpom

0.5.0

16 Sep 03:01
Compare
Choose a tag to compare

Enhancements

  • #73: Update dependencies

Bug Fixes

  • #75: Adding javadocJar to main publication causes Gradle plugin publications to fail
  • #74: Fix javadocJar missing in main publications of the target projects

0.4.0

07 Sep 06:22
Compare
Choose a tag to compare

Enhancements

  • #71: More flexible subproject directory layout
  • #70: Change "Overwriting property" to "Skipping property"

0.3.0

01 Sep 08:14
Compare
Choose a tag to compare

Enhancements

  • #68: Automatic module name validation
  • #67: Update dependencies

0.2.0

30 Aug 05:25
Compare
Choose a tag to compare

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

  • #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

0.1.4

15 Aug 05:42
Compare
Choose a tag to compare

Bug Fixes

  • #53: Release fails for a project in which some subprojects are not published

0.1.3

12 Aug 17:18
Compare
Choose a tag to compare

Bug Fixes

  • #52: JavaDocs missing in 0.1.2 (present in 0.1.0)

0.1.2

11 Aug 03:57
Compare
Choose a tag to compare

Bug Fixes

  • #50: Can't sync Gradle marker publications to Maven Central

0.1.1

09 Aug 04:12
Compare
Choose a tag to compare

Bug Fixes

  • #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

0.1.0

07 Aug 04:30
Compare
Choose a tag to compare

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