Skip to content

Commit

Permalink
Remove the workaround for logback 1.5.7+ in Spring Boot 3.3
Browse files Browse the repository at this point in the history
Closes gh-895
  • Loading branch information
rainboyan committed Jan 18, 2025
1 parent fd97bc6 commit 7b1420d
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1060,14 +1060,6 @@ group """
maven { url = 'https://repo.spring.io/snapshot' }'''
}
}

// This is a workaround for logback 1.5.7+
if (springBootVersion.startsWith('3.3') || springBootVersion.startsWith('3.4')) {
replace(file: 'app/conf/logback.xml') {
replacetoken 'converterClass'
replacevalue 'class'
}
}
}

}
Expand Down

0 comments on commit 7b1420d

Please sign in to comment.