Releases: HangarMC/hangar-publish-plugin
Releases · HangarMC/hangar-publish-plugin
0.1.2
Changelog
Changed
- Include Hangar error message in failure exceptions (#10)
Fixed
0.1.1
Changelog
Added
- Support for
PlatformDetails#dependencies {}
block DSL in Groovy scripts
- Convenience methods for registering default platforms
0.1.0
Changelog
Changed
- Renamed
slug
properties to id
- Removed
owner
properties and method parameters (e.g. hangar(owner, slug)
becomes hangar(id)
)
- Removed
namespace
helper methods (just use id.set(projectId)
now)
0.0.5
Changelog
Added
- Print a log message on successful version upload, containing a link to the uploaded version
- Task and configuration for syncing/uploading project pages, see the
HangarPublication#pages
doc for more info
0.0.4
Changelog
Added
namespace(String, String)
and platforms(Action)
helper functions to HangarPublication
0.0.3
Changelog
Changed
- Changed platform dependency container to a custom type to simplify DSL
0.0.2
Changelog
Added
publishAllPublicationsToHangar
aggregate task
Changed
- Use untracked task API instead of
outputs.upToDateWhen { false }
to ensure tasks run when requested
0.0.1
Initial alpha release.
No external docs yet, see HangarPublishExtension#publications
and HangarPublication#apiKey
documentation for everything you should need to get started. There is also the tester
project.