We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6b360 commit 30c4172Copy full SHA for 30c4172
.github/workflows/gradle.yml
@@ -40,10 +40,6 @@ jobs:
40
- name: Build with Gradle
41
run: ./gradlew build
42
43
- - run: ./gradlew -V uploadGithubDependenciesSnapshot -s
44
- env:
45
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
-
47
- run: ./gradlew jacocoTestReport
48
- name: Upload coverage report
49
uses: codecov/[email protected]
build.gradle
@@ -2,7 +2,6 @@ plugins {
2
id "io.freefair.git-version"
3
id "io.freefair.lombok" apply false
4
id "io.freefair.javadocs" apply false
5
- id "io.freefair.github.dependency-submission"
6
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
7
}
8
0 commit comments