Skip to content

Commit bfbd90a

Browse files
committed
added description to pom
1 parent 767ebc8 commit bfbd90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ task configureSonatypeDeployment(type: DefaultTask) << {
5959
pom.project {
6060
name 'tensorics-expression'
6161
packaging 'jar'
62-
description ''
62+
description 'Tensoric expression is able to solve an expression tree. Much like a tree coming from a traditional equation, where both operations and operands can be objects and can implement custom behavior'
6363
url 'http://www.tensorics.org'
6464

6565
groupId 'org.tensorics'

0 commit comments

Comments
 (0)