Skip to content

Commit 30c4172

Browse files
committed
polish
1 parent 7b6b360 commit 30c4172

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
- name: Build with Gradle
4141
run: ./gradlew build
4242

43-
- run: ./gradlew -V uploadGithubDependenciesSnapshot -s
44-
env:
45-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46-
4743
- run: ./gradlew jacocoTestReport
4844
- name: Upload coverage report
4945
uses: codecov/[email protected]

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ plugins {
22
id "io.freefair.git-version"
33
id "io.freefair.lombok" apply false
44
id "io.freefair.javadocs" apply false
5-
id "io.freefair.github.dependency-submission"
65
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
76
}
87

0 commit comments

Comments
 (0)