Skip to content

Commit a3c37aa

Browse files
committed
Clean up project name and description in generated POM
1 parent 9ecf2b3 commit a3c37aa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ apply plugin: 'maven-publish'
66
group = 'biz.metacode.calcscript'
77
version = '0.0.1-SNAPSHOT'
88

9-
description = """CalcScript interpreter"""
10-
119
sourceCompatibility = 1.8
1210
targetCompatibility = 1.8
1311

@@ -48,8 +46,8 @@ publishing {
4846
artifact sourcesJar
4947
artifact javadocJar
5048
pom {
51-
name = 'My Library'
52-
description = 'description'
49+
name = 'Calcscript interpreter'
50+
description = 'Calcscript is a stack based language designed with the purpose of executing complex calculations using minimum number of keystrokes'
5351
url = 'https://github.com/MetacodeBiz/calcscript-interpreter'
5452
licenses {
5553
license {

0 commit comments

Comments
 (0)