File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
2121 restore-keys : |
2222 ${{ runner.os }}-gradle-
23- - name : build-logic Code Style Check with Gradle and Spotless
24- run : ./gradlew :build-logic:clean :build-logic:spotlessCheck
23+ - name : build-logic-ncj Code Style Check with Gradle and Spotless
24+ run : ./gradlew :build-logic-ncj :clean :build-logic-ncj :spotlessCheck
2525 - name : netCDF-Java Code Style Check with Gradle and Spotless
2626 run : ./gradlew clean spotlessCheck
Original file line number Diff line number Diff line change 2222 JDK8 : /usr/thredds-test-environment/${{ matrix.java-vendor }}8
2323 - name : Prep for artifact upload
2424 if : failure()
25- run : rm -rf build-logic/build/tmp
25+ run : rm -rf build-logic-ncj /build/tmp
2626 - uses : actions/upload-artifact@v4
2727 if : failure()
2828 with :
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ val buildJavadocAll =
100100 title = " NetCDF-Java All API v${version} "
101101 destinationDir = layout.buildDirectory.dir(" javadocAll" ).get().asFile
102102 // list of public artifacts managed by
103- // build-logic/src/main/kotlin/ncj-base-conventions.gradle.kts
103+ // build-logic-ncj /src/main/kotlin/ncj-base-conventions.gradle.kts
104104 val publicArtifacts = project.extra.get(" public.artifacts" )
105105 if (publicArtifacts is List <* >) {
106106 publicArtifacts.forEach {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ extra["project.title"] = "netCDF-Java BOM"
1212dependencies {
1313 constraints {
1414 // list of public artifacts managed by
15- // build-logic/src/main/kotlin/ncj-base-conventions.gradle.kts
15+ // build-logic-ncj /src/main/kotlin/ncj-base-conventions.gradle.kts
1616 val publicArtifacts = project.extra.get(" public.artifacts" )
1717 if (publicArtifacts is List <* >) {
1818 publicArtifacts.forEach { api(project(it.toString())) }
You can’t perform that action at this time.
0 commit comments