We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecf2b3 commit a3c37aaCopy full SHA for a3c37aa
build.gradle
@@ -6,8 +6,6 @@ apply plugin: 'maven-publish'
6
group = 'biz.metacode.calcscript'
7
version = '0.0.1-SNAPSHOT'
8
9
-description = """CalcScript interpreter"""
10
-
11
sourceCompatibility = 1.8
12
targetCompatibility = 1.8
13
@@ -48,8 +46,8 @@ publishing {
48
46
artifact sourcesJar
49
47
artifact javadocJar
50
pom {
51
- name = 'My Library'
52
- description = 'description'
+ name = 'Calcscript interpreter'
+ description = 'Calcscript is a stack based language designed with the purpose of executing complex calculations using minimum number of keystrokes'
53
url = 'https://github.com/MetacodeBiz/calcscript-interpreter'
54
licenses {
55
license {
0 commit comments