Skip to content

Commit

Permalink
Fix checkstyle file download
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaMadhushan committed Jan 20, 2025
1 parent 370ad80 commit a9fe174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-config/checkstyle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ plugins {

task downloadFiles(type: Download) {
src([
'https://raw.githubusercontent.com/wso2/code-quality-tools/v1.4/checkstyle/jdk-21/checkstyle.xml',
'https://raw.githubusercontent.com/wso2/code-quality-tools/v1.4/checkstyle/jdk-21/suppressions.xml'
'https://raw.githubusercontent.com/wso2/code-quality-tools/v1.4/checkstyle/jdk-17/checkstyle.xml',
'https://raw.githubusercontent.com/wso2/code-quality-tools/v1.4/checkstyle/jdk-17/suppressions.xml'
])
overwrite false
onlyIfNewer true
Expand Down

0 comments on commit a9fe174

Please sign in to comment.