Skip to content

Commit 5579aaf

Browse files
committed
Disabled publishing for driver-embedded
JAVA-3047
1 parent 0060fae commit 5579aaf

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

driver-embedded/build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,3 @@ dependencies {
3232
clirr {
3333
enabled = false
3434
}
35-
36-
jar {
37-
manifest {
38-
instruction 'Automatic-Module-Name', 'org.mongodb.driver.embedded.client'
39-
instruction 'Build-Version', project.gitVersion
40-
instruction 'Import-Package',
41-
'org.bson.*',
42-
'com.mongodb.*'
43-
}
44-
}

gradle/publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ext {
5959
}
6060
}
6161

62-
def javaMainProjects = subprojects.findAll { !['util', 'driver-benchmarks', 'driver-embedded-android'].contains(it.name) }
62+
def javaMainProjects = subprojects.findAll { !['util', 'driver-benchmarks', 'driver-embedded', 'driver-embedded-android'].contains(it.name) }
6363
configure(javaMainProjects) { project ->
6464
apply plugin: 'maven-publish'
6565
apply plugin: 'signing'

0 commit comments

Comments
 (0)