Skip to content

Commit 6f97a46

Browse files
committed
fix version issue
1 parent eda19a4 commit 6f97a46

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

artemis-java-template/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ dependencies {
2424

2525
implementation "org.apache.commons:commons-lang3:${commons_lang3_version}"
2626

27-
pmd "org.apache.commons:commons-lang3:${commons_lang3_version}"
27+
// NOTE: for some reason, we cannot switch to the latest version here, then pmd would fail with a classloading error
28+
// pmd "org.apache.commons:commons-lang3:${commons_lang3_version}"
2829
checkstyle "org.apache.commons:commons-lang3:${commons_lang3_version}"
2930
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyle_version}"
3031
spotbugs "org.apache.commons:commons-lang3:${commons_lang3_version}"

artemis-java-template/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ description = 'Artemis Java Template'
33
java.sourceCompatibility = JavaVersion.VERSION_17
44

55
commons_lang3_version=3.18.0
6-
checkstyle_version=10.26.1
6+
checkstyle_version=11.0.1

0 commit comments

Comments
 (0)