Migrate CI/CD to GitHub Actions

* Remove JFrog plugin since it is supplied from CI/CD by Gradle init script
* Remove Sonar and Jacoco since we don't manage those service anymore
This commit is contained in:
Artem Bilan
2023-12-01 16:40:40 -05:00
parent b0194e955e
commit 504212592e
11 changed files with 91 additions and 237 deletions

10
.github/workflows/pr-build.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
name: Pull Request Build
on:
pull_request:
branches:
- main
jobs:
build-pull-request:
uses: artembilan/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@main