Skip to content

Commit 4bc59cc

Browse files
authored
Remove testing copy of gradle (#760)
You can use just a single copy of gradle, and point the CI tests for the testing project to use the root one
1 parent 771f81f commit 4bc59cc

File tree

13 files changed

+2
-1061
lines changed

13 files changed

+2
-1061
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141

4242
- name: Setup RoboRIO Toolchain
4343
if: ${{ (matrix.language == 'cpp') || (matrix.language == 'asm') }}
44-
run: ./gradlew installRoboRioToolchain
44+
run: ../../gradlew installRoboRioToolchain
4545
working-directory: testing/${{ matrix.language }}
4646
- name: Test ${{ matrix.language }} Build
47-
run: ./gradlew build
47+
run: ../../gradlew build
4848
working-directory: testing/${{ matrix.language }}
4949

5050
publish:
-42.6 KB
Binary file not shown.

testing/asm/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 7 deletions
This file was deleted.

testing/asm/gradlew

Lines changed: 0 additions & 252 deletions
This file was deleted.

testing/asm/gradlew.bat

Lines changed: 0 additions & 94 deletions
This file was deleted.
-42.6 KB
Binary file not shown.

testing/cpp/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)