File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,9 @@ targetCompatibility = 1.8
2121
2222compileJava. options. encoding = ' UTF-8'
2323
24- ext {
25- title = ' liblinear'
26- }
27-
2824jar {
2925 manifest {
30- attributes ' Implementation-Title' : title , ' Implementation-Version' : archiveVersion
26+ attributes ' Implementation-Title' : project . name , ' Implementation-Version' : archiveVersion
3127 }
3228}
3329
@@ -44,11 +40,11 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
4440publishing {
4541 publications {
4642 mavenJava(MavenPublication ) {
47- groupId = ' de.bwaldvogel '
48- artifactId = ' liblinear '
43+ groupId = project . group
44+ artifactId = project . name
4945 version = project. version
5046 pom {
51- name = title
47+ name = project . name
5248 description = ' Java port of Liblinear'
5349 url = ' https://github.com/bwaldvogel/liblinear'
5450 inceptionYear = ' 2008'
You can’t perform that action at this time.
0 commit comments