Skip to content

Commit

Permalink
Excavator: Enforce that Jakarta dependency versions use the new 'jaka…
Browse files Browse the repository at this point in the history
…rta' namespace, or replace it with an equivalent Java EE dependency instead
  • Loading branch information
svc-excavator-bot committed Aug 13, 2024
1 parent d18bceb commit da19c67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ buildscript {
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.12.0'
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.38.0'
classpath 'com.palantir.gradle.shadow-jar:gradle-shadow-jar:2.8.0'
classpath 'com.palantir.jakartapackagealignment:jakarta-package-alignment:0.6.0'
}
}

Expand All @@ -25,6 +26,7 @@ allprojects {
apply plugin: 'java-library'
apply plugin: 'com.palantir.java-format'
apply plugin: 'com.palantir.baseline-class-uniqueness'
apply plugin: 'com.palantir.jakarta-package-alignment'

version rootProject.version
group 'com.palantir.guava-compatibility-agent'
Expand Down

0 comments on commit da19c67

Please sign in to comment.