File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed
Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 5151 - ${{ runner.os }}-gradlewrapper-
5252 - name : Gradle build
5353 run : ./gradlew --stacktrace build --scan
54- - name : Post-success actions
55- if : success()
56- run : ./gradlew jacocoTestReport coveralls
57- env :
58- CI_NAME : github_actions
59- CI_BUILD_NUMBER : ${{ github.sha }}
60- CI_BUILD_URL : ' https://github.com/${{ github.repository }}'
61- CI_BRANCH : ${{ github.ref }}
62- COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6354 publish :
6455 if : startsWith(github.ref, 'refs/tags/v')
6556 needs : validation
Original file line number Diff line number Diff line change 1616import org.gradle.util.GradleVersion
1717
1818plugins {
19- id ' com.netflix.nebula.plugin-plugin' version ' 20.0 .0'
20- id ' com.netflix.nebula.optional-base' version ' 8 .0.0'
19+ id ' com.netflix.nebula.plugin-plugin' version ' 20.2 .0'
20+ id ' com.netflix.nebula.optional-base' version ' 9 .0.0'
2121 id " org.jetbrains.kotlin.jvm" version " 1.7.20"
2222 id ' java-gradle-plugin'
23- id " org.gradle.test-retry" version " 1.4.1 "
23+ id " org.gradle.test-retry" version " 1.5.0 "
2424}
2525
2626description ' Gradle plugin to allow locking of dynamic dependency versions'
@@ -97,6 +97,8 @@ if (GradleVersion.version(project.gradle.gradleVersion) >= (GradleVersion.versio
9797 classes. dependsOn compileKotlin
9898}
9999
100+ test. dependsOn jar
101+
100102tasks. withType(Test ) {
101103 testLogging {
102104 events " PASSED" , " FAILED" , " SKIPPED"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0-rc-1 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments