Merge remote-tracking branch 'origin/main'
This commit is contained in:
parent
467524bf5d
commit
b368118c3b
1 changed files with 1 additions and 4 deletions
|
|
@ -127,10 +127,7 @@ tasks.register<Jar>("bundleAll") {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Include the merged service file
|
// Include the merged service file
|
||||||
from(prepareServiceFiles) {
|
from(prepareServiceFiles.get().outputs.files.singleFile)
|
||||||
into("META-INF/services")
|
|
||||||
include("org.adrianvictor.lib.versioning.VersionedServiceRegistrar")
|
|
||||||
}
|
|
||||||
|
|
||||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue