Skip to content

Commit

Permalink
BROKEN: added org.ec4j.editorconfig, breaks the build (#309)
Browse files Browse the repository at this point in the history
Search https://github.com/ec4j/editorconfig-gradle-plugin/issues for
"editorconfigCheck fails due to incompatible version of antlr4-runtime, take two"
for more information
  • Loading branch information
climategadgets committed Mar 20, 2024
1 parent 4f6d92c commit 63a7498
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ plugins {

alias(libs.plugins.gradle.versions)
alias(libs.plugins.gradle.dependency.analysis)

alias(libs.plugins.editorconfig)
}

sonarqube {
Expand All @@ -29,6 +31,7 @@ subprojects {
apply(plugin = "maven-publish")
apply(plugin = "jacoco")
apply(plugin = rootProject.libs.plugins.errorprone.get().pluginId)
apply(plugin = rootProject.libs.plugins.editorconfig.get().pluginId)

group = "net.sf.dz3"
version = "4.3.0-SNAPSHOT"
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

assertj = "3.25.3"
commons-lang3 = "3.14.0"
editorconfig = "0.1.0"
errorprone = "2.26.1"
google-api-services-calendar = "v3-rev305-1.23.0"
google-oauth-client-jetty = "1.23.0"
Expand Down Expand Up @@ -91,6 +92,7 @@ micrometer-registry-jmx = { module = "io.micrometer:micrometer-registry-jmx" }

[plugins]

editorconfig = { id = "org.ec4j.editorconfig", version.ref = "editorconfig" }
errorprone = { id = "net.ltgt.errorprone", version = "3.1.0" }
git-properties = { id = "com.gorylenko.gradle-git-properties", version = "2.4.1" }
gradle-dependency-analysis = { id = "com.autonomousapps.dependency-analysis", version.ref = "gradle-dependency-analysis" }
Expand Down

0 comments on commit 63a7498

Please sign in to comment.