Closed tiwanari closed 7 years ago
Hi @myusak,
Although I mentioned *Test.java files failed to pass license task in #57, I checked it again and finally made them passed the check by using licenseFormat task.
*Test.java
license
licenseFormat
So, now we can force all the files (*.java, *.xml) to have the correct copyrights.
*.java
*.xml
Hi @myusak,
Although I mentioned
*Test.java
files failed to passlicense
task in #57, I checked it again and finally made them passed the check by usinglicenseFormat
task.So, now we can force all the files (
*.java
,*.xml
) to have the correct copyrights.