Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Nov 6, 2023
1 parent 29e2df1 commit 42f1c4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion photon-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ dependencies {
implementation "org.xerial:sqlite-jdbc:3.41.0.0"
}


task writeCurrentVersionJava {
def versionFileIn = file("${rootDir}/shared/PhotonVersion.java.in")
writePhotonVersionFile(versionFileIn, Path.of("$projectDir", "src", "main", "java", "org", "photonvision", "PhotonVersion.java"),
Expand Down

0 comments on commit 42f1c4b

Please sign in to comment.