File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<projectDescription >
3
- <name >jwebassembly-api </name >
3
+ <name >JWebAssembly-API </name >
4
4
<comment ></comment >
5
5
<projects >
6
6
</projects >
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ apply plugin: 'java-library'
6
6
apply plugin : ' maven-publish'
7
7
8
8
group ' de.inetsoftware'
9
+ archivesBaseName = ' jwebassembly-api'
9
10
version = ' 0.1'
10
11
11
12
repositories {
@@ -58,7 +59,7 @@ bintray {
58
59
userOrg = ' i-net-software'
59
60
licenses = [' Apache-2.0' ]
60
61
vcsUrl = ' https://github.com/i-net-software'
61
- name = group + ' .' + rootProject . name
62
+ name = group + ' .' + archivesBaseName
62
63
version {
63
64
released = new Date ()
64
65
}
@@ -71,6 +72,7 @@ publishing {
71
72
from components. java
72
73
artifact sourcesJar
73
74
artifact javadocJar
75
+ artifactId archivesBaseName
74
76
pom. withXml {
75
77
def root = asNode()
76
78
root. appendNode(' name' , ' JWebAssembly-API' )
Original file line number Diff line number Diff line change 1
- rootProject. name= ' jwebassembly-api '
1
+ rootProject. name= ' JWebAssembly-API '
You can’t perform that action at this time.
0 commit comments