Skip to content

Releases: Him188/maven-central-publish

1.0.0-dev-3

06 Jan 21:00
Compare
Choose a tag to compare
1.0.0-dev-3 Pre-release
Pre-release
  • Fixed some issues with signing
  • Fixed error messages when failed to create temp directory
  • Use version configured in mavenCentralPublication for MPP publication
  • List extra files for task previewPublication

1.0.0-dev-1

03 Dec 04:29
Compare
Choose a tag to compare
1.0.0-dev-1 Pre-release
Pre-release
  • Plugin id changed to 'me.him188.maven-central-publish'. Packages also renamed.
  • Support a new task 'previewPublication'
  • Reworked multiplatform publication, stable support for native targets
  • Support Kotlin hierarchical multiplatform projects, even hierarchical JVM ones.
  • Stable support for platform artifacts in root modules
  • Many various improvements in docs

0.7.0

18 Nov 22:53
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release
  • Support Gradle 7.2
  • Fix generators on macOS and Linux

0.6.1

17 Nov 18:34
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
  • Fix signing issues

Please continue using generator from v0.4.1

0.6.0

16 Aug 10:12
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • Support publication to the new central server
  • Fix signing when some files in the publication do not exist

Please continue using generator from v0.4.1

0.5.0

01 Jul 16:03
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • Fix publication for Kotlin MPP
    • Fix unresolved mingwx64 artifacts
  • Support publishing custom target in root module

Please continue using generator from v0.4.1

0.4.5

03 Jun 06:25
Compare
Choose a tag to compare
0.4.5 Pre-release
Pre-release
  • Fix the problem that user cannot use Kotlin version different from the version used by this plugin.

Please continue using generator from v0.4.1

There is no v0.4.3 and v0.4.4 because Gradle Plugin Portal failed to activate the plugin.

0.4.2

02 Jun 06:29
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release
  • Fix project configuration for some Kotlin multiplatform projects.

0.4.1

17 Apr 09:41
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release
  • Add workingDir configuration
  • Use system temp dir if system environment PUBLICATION_USE_SYSTEM_TEMP is set to true

0.3.1

05 Apr 10:24
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release
  • Support overriding packageGroup
  • Pause generator on finish
  • Fix signing on Windows