Skip to content

Commit

Permalink
Merge pull request #56 from TheHighlanders/Development
Browse files Browse the repository at this point in the history
Code builds
  • Loading branch information
lexm2 authored Nov 22, 2024
2 parents dd3a7a9 + f2a713d commit 675388d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 137 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
needs: spotless-check
uses: ./.github/workflows/build-job.yml

test:
needs: build
uses: ./.github/workflows/test-job.yml

dependency-submission:
runs-on: ubuntu-latest
permissions:
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/release.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/spotless.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/test-job.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Crewmate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "Crewmate.json",
"name": "Crewmate",
"version": "0.0.1",
"version": "0.0.3",
"frcYear": "2025",
"uuid": "72eb755b-a7f7-4401-b99b-5b9cc39df113",
"mavenUrls": [
Expand Down
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ plugins {
id 'com.diffplug.spotless' version '6.25.0'
}

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}

repositories {
maven {
url = uri("https://maven.pkg.github.com/Mechanical-Advantage/AdvantageKit")
Expand Down
36 changes: 0 additions & 36 deletions src/test/java/crewmate/lib/util/CommandBooleanTest.java

This file was deleted.

0 comments on commit 675388d

Please sign in to comment.