File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4242 - name : Check out code
4343 uses : actions/checkout@v4
4444 - name : Build and Test
45- run : chmod +x gradlew && ./gradlew --refresh-dependencies clean test jacocoTestReport coveralls
45+ # run: chmod +x gradlew && ./gradlew --refresh-dependencies clean test jacocoTestReport coveralls
46+ run : chmod +x gradlew && ./gradlew --refresh-dependencies clean test jacocoTestReport
4647 - name : Verify Javadoc
4748 run : ./gradlew javadoc
4849 - name : Clean up
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66 id ' java-library'
77 id ' maven-publish'
88 id ' jacoco'
9- id ' com.github.kt3k.coveralls' version ' 2.12.2'
9+ // id 'com.github.kt3k.coveralls' version '2.12.2'
1010 id ' biz.aQute.bnd.builder' version ' 5.1.2'
1111 id " org.gradle.test-retry" version " 1.1.9"
1212 id ' io.github.gradle-nexus.publish-plugin' version ' 1.1.0'
You can’t perform that action at this time.
0 commit comments