Skip to content

Commit

Permalink
Fixing names/paths for vendordep
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathandao0 committed Jan 14, 2025
1 parent 4c933e7 commit f4c871d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frc4201Codex.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"fileName": "frc4201Codex.json",
"name": "Codex",
"name": "Codex-java",
"version": "2025.0.1",
"frcYear": "2025",
"uuid": "5db6a80c-246e-48c6-b629-798597b993e1",
Expand Down
4 changes: 2 additions & 2 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext.licenseFile = files("$rootDir/LICENSE.txt")

def vendordepFilename = "frc4201Codex.json"

def pubVersion = '0.0.1'
def pubVersion = '2025.0.1'

def releasesRepoUrl = "repos"

Expand Down Expand Up @@ -88,7 +88,7 @@ task outputJavadocJar(type: Jar, dependsOn: javadoc) {
task vendordepJson() {
description = 'Builds the vendordep json file.'
group = 'Build'
outputs.file("Codex/vendordep/$vendordepFilename")
outputs.file("Codex/$vendordepFilename")

copy {
from vendordepFilename
Expand Down

0 comments on commit f4c871d

Please sign in to comment.