Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit bf1e0f1

Browse files
author
Scott Stafford
committed
Make changes to allow publishing to maven
1 parent 61e3ac0 commit bf1e0f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ subprojects {
3535
}
3636
}
3737

38-
configure(subprojects.findAll {it.name != 'jobs'}) {
38+
configure(subprojects.findAll {it.name != 'examples'}) {
3939
apply plugin: "maven-publish"
4040

4141
task sourcesJar(type: Jar, dependsOn: classes) {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.marklogic
2-
version=0.6.1
2+
version=0.7.0
33

44
# Subprojects must override this so that publishing works properly
55
# This is used instead of project.name, which cannot be overridden

0 commit comments

Comments
 (0)