Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

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 Feb 9, 2023
1 parent d1791db commit 600decc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ buildscript {
}

dependencies {
classpath 'com.palantir.jakartapackagealignment:jakarta-package-alignment:0.5.0'
classpath 'com.gradle.publish:plugin-publish-plugin:0.21.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.95.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.9.0'
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.11.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.14.0'
}
}
allprojects {
apply plugin: 'com.palantir.jakarta-package-alignment'
}

apply plugin: 'groovy'
apply plugin: 'eclipse'
Expand Down

0 comments on commit 600decc

Please sign in to comment.