This library is used to transfer the XML, DSL or ADOC based representations of the G.A.I.A. internal conversation ui model entities into a canonicalized format. Therefore the project contains the reader code to transform the model from the source format.
Available in jcenter. Can be included like compile 'one.leftshift.canon:canon:0.1.0'
.
XML
\
DSL - canonicalized format
/
ADOC
Releases are triggered locally. Just a tag will be pushed and CI pipelines take care of the rest.
Run ./gradlew final -x sendReleaseEmail -Prelease.scope=major
locally.
Run ./gradlew final -x sendReleaseEmail -Prelease.scope=minor
locally.
Run ./gradlew final -x sendReleaseEmail -Prelease.scope=patch
locally.