diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 925cb98..11783d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build on: push: branches: - - master + - main env: JAVA_TOOL_OPTIONS: >- -XX:TieredStopAtLevel=1 diff --git a/README.md b/README.md index 4160933..d5e669e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Kotlin Maven Plugin Tools [![Release](https://github.com/gantsign/kotlin-maven-plugin-tools/workflows/Build/badge.svg)](https://github.com/gantsign/kotlin-maven-plugin-tools/actions?query=workflow%3ABuild) -[![codecov](https://codecov.io/gh/gantsign/kotlin-maven-plugin-tools/branch/master/graph/badge.svg)](https://codecov.io/gh/gantsign/kotlin-maven-plugin-tools) +[![codecov](https://codecov.io/gh/gantsign/kotlin-maven-plugin-tools/branch/main/graph/badge.svg)](https://codecov.io/gh/gantsign/kotlin-maven-plugin-tools) [![Known Vulnerabilities](https://snyk.io/test/github/gantsign/kotlin-maven-plugin-tools/badge.svg)](https://snyk.io/test/github/gantsign/kotlin-maven-plugin-tools) Maven plugin metadata extractor for plugins written in Kotlin.