Skip to content

Commit

Permalink
add back UTF-8 encoding of javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Nov 19, 2023
1 parent 99bdc19 commit 0364e14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shared/javacommon.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ def javaBaseName = "_GROUP_org_photonvision_${baseArtifactId}_ID_${baseArtifactI

def outputsFolder = file("$buildDir/outputs")

javadoc {
options.encoding = 'UTF-8'
}

task sourcesJar(type: Jar, dependsOn: classes) {
archiveClassifier = 'sources'
from sourceSets.main.allSource
Expand Down

0 comments on commit 0364e14

Please sign in to comment.