Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Note we can't use latest without updating gradle. See https://github.com/nebula-plugins/nebula-release-plugin for additional config options. I had to update our jgit dependency for this to work. This would mean no more maintenance of the version in a file. http://localhost:9000/info still works well. Testing ------- `git fetch` to make sure you pull down the v1.0.87 tag. Run `./gradlew assemble`. Note the filename/versions of the built artifacts, e.g. ``` 1.1.0-snapshot.202203011533.uncommitted+khowell.nebula.release.d3cb990 ``` Which has the following components: * semver compatible major, minor, patch version * timestamp of build * repo clean/dirty status * branch name (normalized to replace certain characters * git commit abbreviation With this change, we can choose to not tag versions, and we'll still get many useful identifiers
- Loading branch information