- None
- Add javadoc and sources build artifacts to support viewing documentation in an IDE.
- None
- None
- Support JSON serialization and deserialization of
DefaultMessage
.
- None
- None
- None
- Revert credentials environment variables
GITHUB_ACTOR
andGITHUB_TOKEN
toUSERNAME
andTOKEN
as these are their names in thegradle-publish.yml
workflow. This is an attempt to resolvegradle-publish
workflow failures.
- None
- Allow both local credentials (
gpr.user
andgpr.key
) or remote credentials (GITHUB_ACTOR
andGITHUB_TOKEN
) to publish packages.
- Expose generated implementation of
DefaultMessage
to access builder.
- None
- Remove redundant "cirrus" from
artifactId
.
- None
- None
- None
- Remove
*.jar
from.gitignore
and addgradle-wrapper.jar
.
- None
- Add Gradle wrapper validation to the
gradle-publish
workflow.
- Rename group
org.cirrus
fromorg.cirrus.messaging.core
. - Explicitly specify
groupId
,artifactId
, andversion
inpublications
section ofbuild.gradle
.
- None
- None
- Replace
username
andvariable
environment variables inbuild.gradle
. No package was produced from release 0.1.0 which may have been caused by incorrect environment variables.
- Initial release
- None
- None