File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 build :
2626 name : Build
2727 uses : problem4j/problem4j-workflows/.github/workflows/gradle-build.yml@main
28+ with :
29+ codecov-enabled : true
30+ codecov-files : " build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml"
31+ secrets :
32+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ pluginManagement {
66 }
77}
88
9+ plugins {
10+ id(" org.gradle.toolchains.foojay-resolver-convention" ).version(" 1.0.0" )
11+ }
12+
913dependencyResolutionManagement {
1014 repositoriesMode.set(RepositoriesMode .FAIL_ON_PROJECT_REPOS )
1115 repositories {
1216 mavenCentral()
1317 }
1418}
1519
16- plugins {
17- id(" org.gradle.toolchains.foojay-resolver-convention" ).version(" 1.0.0" )
18- }
19-
2020rootProject.name = " problem4j-spring"
2121
2222include(" :problem4j-spring-bom" )
You can’t perform that action at this time.
0 commit comments