Releases: Him188/maven-central-publish
Releases · Him188/maven-central-publish
1.0.0-dev-3
- 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
- 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
- Support Gradle 7.2
- Fix generators on macOS and Linux
0.6.1
Please continue using generator from v0.4.1
0.6.0
- 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
- 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
- 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
- Fix project configuration for some Kotlin multiplatform projects.
0.4.1
- Add
workingDir
configuration
- Use system temp dir if system environment
PUBLICATION_USE_SYSTEM_TEMP
is set to true
0.3.1
- Support overriding
packageGroup
- Pause generator on finish
- Fix signing on Windows