[build] Drop jinjava as a Gradle dependency (#6801)

This commit is contained in:
Gold856
2024-07-03 13:18:06 -04:00
committed by GitHub
parent 19ea73ef69
commit 3b6f38d7de
2 changed files with 0 additions and 6 deletions

View File

@@ -6,9 +6,6 @@ buildscript {
url = 'https://frcmaven.wpi.edu/artifactory/ex-mvn'
}
}
dependencies {
classpath 'com.hubspot.jinjava:jinjava:2.7.1'
}
}
plugins {