Add license to jars (#1530)

Fixes GPL violation, the license has been missing since 2024.
This also puts licenses in as many JARs and native library archives as possible (for good measure.)
This commit is contained in:
Gold856
2024-11-07 20:10:14 -05:00
committed by GitHub
parent 150561abf2
commit 04ec99f17a
7 changed files with 18 additions and 4 deletions

View File

@@ -25,6 +25,10 @@ application {
mainClass = 'org.photonvision.Main'
}
jar {
from file("$rootDir/LICENSE")
}
shadowJar {
archiveBaseName = "photonvision"
archiveVersion = project.version as String