Skip to content

Commit 4f26ec9

Browse files
committed
build(gradle): Remove the Jakarta migration plugin
This should not be required anymore as of jira-rest-java-client version 7, see [1]. Also, the current configuration (which is not using the standard `migrate()` function) is causing an error when publishing signed artifacts to Maven Central, see [2]. [1]: https://bitbucket.org/atlassian/jira-rest-java-client/commits/c313359cd8205e5ca724a3a8dad9d03baf494505 [2]: https://github.com/oss-review-toolkit/ort/actions/runs/16724857711/job/47337695570 Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
1 parent 79148fd commit 4f26ec9

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ downloadPlugin = "5.6.0"
77
gitSemverPlugin = "0.16.1"
88
graalVmNativeImagePlugin = "0.11.0"
99
ideaExtPlugin = "1.2"
10-
jakartaMigrationPlugin = "0.25.0"
1110
kotlinPlugin = "2.2.0"
1211
ksp = "2.2.0-2.0.2"
1312
mavenPublishPlugin = "0.34.0"
@@ -76,7 +75,6 @@ buildConfig = { id = "com.github.gmazzo.buildconfig", version.ref = "buildConfig
7675
download = { id = "de.undercouch.download", version.ref = "downloadPlugin" }
7776
gitSemver = { id = "com.github.jmongard.git-semver-plugin", version.ref = "gitSemverPlugin" }
7877
ideaExt = { id = "org.jetbrains.gradle.plugin.idea-ext", version.ref = "ideaExtPlugin" }
79-
jakartaMigration = { id = "com.netflix.nebula.jakartaee-migration", version.ref = "jakartaMigrationPlugin" }
8078
kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlinPlugin" }
8179

8280
[libraries]

notifier/build.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@
2020
plugins {
2121
// Apply precompiled plugins.
2222
id("ort-library-conventions")
23-
24-
// Apply third-party plugins.
25-
alias(libs.plugins.jakartaMigration)
26-
}
27-
28-
jakartaeeMigration {
29-
includeTransform("com.atlassian.jira:jira-rest-java-client-core")
30-
configurations.filterNot { it.isCanBeDeclared }.forEach(::transform)
3123
}
3224

3325
dependencies {

0 commit comments

Comments
 (0)