Skip to content

Commit

Permalink
Version 1.2.7: Exclude slf4j from plugin distribution to use one from…
Browse files Browse the repository at this point in the history
… the platform

Should fix #1550
  • Loading branch information
amaembo committed Dec 22, 2023
1 parent a81fd2d commit 4014008
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ configurations {
dependencies {
implementation ('com.github.spotbugs:spotbugs:4.7.3') {
exclude group: 'xml-apis', module: 'xml-apis'
exclude group: 'org.apache.logging.log4j', module: 'log4j-api'
exclude group: 'org.apache.logging.log4j', module: 'log4j-core'
exclude group: 'org.slf4j', module: 'slf4j-api'
}
implementation 'net.sf.saxon:Saxon-HE:12.3'
implementation 'org.jsoup:jsoup:1.16.1'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# If not, see <http://www.gnu.org/licenses/>.
#

version=1.2.6
version=1.2.7
ijVersion=2022.2

#---------------------------------------------------------------------
Expand Down

0 comments on commit 4014008

Please sign in to comment.