Skip to content

Commit

Permalink
Tidy up @issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jan 23, 2025
1 parent 91fba91 commit 087a0f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ class JavaPluginTest : BasePluginTest() {
}
}

@Issue(
"https://github.com/GradleUp/shadow/issues/352",
"https://github.com/GradleUp/shadow/issues/729",
)
@Test
fun excludeSomeMetaInfFilesByDefault() {
localRepo.module("shadow", "a", "1.0") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ class TransformersTest : BaseTransformerTest() {
commonAssertions()
}

@Issue("https://github.com/GradleUp/shadow/issues/82")
@Issue(
"https://github.com/GradleUp/shadow/issues/82",
)
@Test
fun shadowManifestLeaksToJarManifest() {
writeMainClass()
Expand Down

0 comments on commit 087a0f8

Please sign in to comment.