Skip to content

Commit 824292a

Browse files
chore(setup): setup microservice from template
1 parent 8bf2358 commit 824292a

File tree

3 files changed

+5
-55
lines changed

3 files changed

+5
-55
lines changed

CHANGELOG.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
# Template for Kotlin projects
2-
## Setup
1+
# Building Management microservice
2+
![workflow status](https://github.com/smartoperatingblock/building-management-microservice/actions/workflows/build-and-deploy.yml/badge.svg)
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
34

4-
In order to use this template you need to do the following steps:
5-
1. modify project name in `settings.gradle.kts`
6-
<!--
7-
2. [Optional] set up branch protection and a Personal Access Token and modify it in the `release` job for `semantic release`([more here](https://semantic-release.gitbook.io/semantic-release/recipes/ci-configurations/github-actions#pushing-package.json-changes-to-a-master-branch))
8-
-->
9-
10-
## Apps to install when used outside this organization
11-
- CodeCov
12-
- Renovate Bot
13-
- GitGuardian
14-
- Mergify
15-
- SonarCloud
5+
This is the repository of the Building Management microservice of the Smart Operating Block project.

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
id("org.danilopianini.gradle-pre-commit-git-hooks") version "1.1.1"
1212
}
1313

14-
rootProject.name = "kotlin-template-project"
14+
rootProject.name = "building-management-microservice"
1515

1616
gradleEnterprise {
1717
buildScan {

0 commit comments

Comments
 (0)