Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
svc-excavator-bot committed Sep 27, 2024
1 parent efb719c commit a12449f
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
@@ -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'
}
}

@@ -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'

0 comments on commit a12449f

Please sign in to comment.