We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f59de commit c3ab467Copy full SHA for c3ab467
build.gradle
@@ -137,7 +137,9 @@ publishing {
137
artifact javadocJar
138
139
pom.withXml {
140
- asNode().children().last() + pomConfig
+ def root = asNode()
141
+ root.appendNode 'description', 'Java implementation of BSP based CSG (Constructive Solid Geometry)'
142
+ root.children().last() + pomConfig
143
}
144
145
gradle.properties
@@ -1,2 +1,2 @@
1
group = eu.mihosoft.vrl.jcsg
2
-version = 0.2
+version = 0.3.1
0 commit comments