-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish Kuksa SDK Snapshot Builds to MavenLocal #13
Conversation
Closes: eclipse-kuksa#6 Signed-Off-By: Andre Weber <andre.weber3@etas.com>
The version is centrally stored inside the $rootDir/version.properties. The version can be controlled purely with gradle. Therefore the following Gradle tasks were added in the "version" group of the rootProject: - increaseMajorVersion - increaseMinorVersion - increasePatchVersion - printVersion - printVersionCode - setReleaseVersion - setSnapshotVersion
Had to force push due to failing commitlint task |
LGTM @SebastianSchildt Wie need a OK here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok from my side too. Only had a quick look at the code and not an expert here. But looks good from what I can say :)
Closes: #6