Skip to content

Commit

Permalink
Quick test. Revert this change if the build fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesoliveira committed Jul 1, 2024
1 parent 6c29110 commit b0321a8
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions testing/slf4jv1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ plugins {

description 'SLF4J V1 package exports'

dependencies {
api libs.slf4j.api
}
//dependencies {
// api libs.slf4j.api
//}

tasks.named('jar', Jar) {
archiveBaseName = 'corda-slf4jv1'
Expand All @@ -24,20 +24,20 @@ tasks.named('jar', Jar) {
bundleVersion = parseMavenString(antlrVersion).OSGiVersion
}

bundle {
bnd """\
Bundle-Name: SLF4JV1
Bundle-SymbolicName: \${project.group}.slf4jv1
Bundle-Version: \\${task.bundleVersion}
Export-Package: \\
org.slf4j.event;uses:="org.slf4j,org.slf4j.helpers";version=2.0.13,\\
org.slf4j.event;version=1.7.36,\\
org.slf4j.helpers;uses:="org.slf4j,org.slf4j.event,org.slf4j.spi";version=2.0.13,\\
org.slf4j.helpers;version=1.7.36,\\
org.slf4j.spi;uses:="org.slf4j,org.slf4j.event,org.slf4j.helpers";version=2.0.13,\\
org.slf4j.spi;version=1.7.36,\\
org.slf4j;uses:="org.slf4j.event,org.slf4j.helpers,org.slf4j.spi";version=2.0.13,\\
org.slf4j;version=1.7.36
"""
}
// bundle {
// bnd """\
//Bundle-Name: SLF4JV1
//Bundle-SymbolicName: \${project.group}.slf4jv1
//Bundle-Version: \\${task.bundleVersion}
//Export-Package: \\
// org.slf4j.event;uses:="org.slf4j,org.slf4j.helpers";version=2.0.13,\\
// org.slf4j.event;version=1.7.36,\\
// org.slf4j.helpers;uses:="org.slf4j,org.slf4j.event,org.slf4j.spi";version=2.0.13,\\
// org.slf4j.helpers;version=1.7.36,\\
// org.slf4j.spi;uses:="org.slf4j,org.slf4j.event,org.slf4j.helpers";version=2.0.13,\\
// org.slf4j.spi;version=1.7.36,\\
// org.slf4j;uses:="org.slf4j.event,org.slf4j.helpers,org.slf4j.spi";version=2.0.13,\\
// org.slf4j;version=1.7.36
//"""
// }
}

0 comments on commit b0321a8

Please sign in to comment.